SYMBOL INDEX (359 symbols across 9 files) FILE: app/src/main/java/com/vdavid003/sm64port/sm64portActivity.java class sm64portActivity (line 5) | public class sm64portActivity extends SDLActivity method getMainFunction (line 7) | @Override FILE: app/src/main/java/org/libsdl/app/HIDDevice.java type HIDDevice (line 5) | interface HIDDevice method getId (line 7) | public int getId(); method getVendorId (line 8) | public int getVendorId(); method getProductId (line 9) | public int getProductId(); method getSerialNumber (line 10) | public String getSerialNumber(); method getVersion (line 11) | public int getVersion(); method getManufacturerName (line 12) | public String getManufacturerName(); method getProductName (line 13) | public String getProductName(); method getDevice (line 14) | public UsbDevice getDevice(); method open (line 15) | public boolean open(); method sendFeatureReport (line 16) | public int sendFeatureReport(byte[] report); method sendOutputReport (line 17) | public int sendOutputReport(byte[] report); method getFeatureReport (line 18) | public boolean getFeatureReport(byte[] report); method setFrozen (line 19) | public void setFrozen(boolean frozen); method close (line 20) | public void close(); method shutdown (line 21) | public void shutdown(); FILE: app/src/main/java/org/libsdl/app/HIDDeviceBLESteamController.java class HIDDeviceBLESteamController (line 25) | class HIDDeviceBLESteamController extends BluetoothGattCallback implemen... class GattOperation (line 52) | static class GattOperation { type Operation (line 53) | private enum Operation { method GattOperation (line 65) | private GattOperation(BluetoothGatt gatt, GattOperation.Operation op... method GattOperation (line 71) | private GattOperation(BluetoothGatt gatt, GattOperation.Operation op... method run (line 78) | public void run() { method finish (line 135) | public boolean finish() { method getCharacteristic (line 139) | private BluetoothGattCharacteristic getCharacteristic(UUID uuid) { method readCharacteristic (line 146) | static public GattOperation readCharacteristic(BluetoothGatt gatt, U... method writeCharacteristic (line 150) | static public GattOperation writeCharacteristic(BluetoothGatt gatt, ... method enableNotification (line 154) | static public GattOperation enableNotification(BluetoothGatt gatt, U... method HIDDeviceBLESteamController (line 159) | public HIDDeviceBLESteamController(HIDDeviceManager manager, Bluetooth... method getIdentifier (line 178) | public String getIdentifier() { method getGatt (line 182) | public BluetoothGatt getGatt() { method connectGatt (line 188) | private BluetoothGatt connectGatt(boolean managed) { method connectGatt (line 200) | private BluetoothGatt connectGatt() { method getConnectionState (line 204) | protected int getConnectionState() { method reconnect (line 222) | public void reconnect() { method checkConnectionForChromebookIssue (line 231) | protected void checkConnectionForChromebookIssue() { method isRegistered (line 292) | private boolean isRegistered() { method setRegistered (line 296) | private void setRegistered() { method probeService (line 300) | private boolean probeService(HIDDeviceBLESteamController controller) { method finishCurrentGattOperation (line 345) | private void finishCurrentGattOperation() { method executeNextGattOperation (line 364) | private void executeNextGattOperation() { method queueGattOperation (line 392) | private void queueGattOperation(GattOperation op) { method enableNotification (line 399) | private void enableNotification(UUID chrUuid) { method writeCharacteristic (line 404) | public void writeCharacteristic(UUID uuid, byte[] value) { method readCharacteristic (line 409) | public void readCharacteristic(UUID uuid) { method onConnectionStateChange (line 418) | public void onConnectionStateChange(BluetoothGatt g, int status, int n... method onServicesDiscovered (line 440) | public void onServicesDiscovered(BluetoothGatt gatt, int status) { method onCharacteristicRead (line 456) | public void onCharacteristicRead(BluetoothGatt gatt, BluetoothGattChar... method onCharacteristicWrite (line 466) | public void onCharacteristicWrite(BluetoothGatt gatt, BluetoothGattCha... method onCharacteristicChanged (line 481) | public void onCharacteristicChanged(BluetoothGatt gatt, BluetoothGattC... method onDescriptorRead (line 490) | public void onDescriptorRead(BluetoothGatt gatt, BluetoothGattDescript... method onDescriptorWrite (line 494) | public void onDescriptorWrite(BluetoothGatt gatt, BluetoothGattDescrip... method onReliableWriteCompleted (line 511) | public void onReliableWriteCompleted(BluetoothGatt gatt, int status) { method onReadRemoteRssi (line 515) | public void onReadRemoteRssi(BluetoothGatt gatt, int rssi, int status) { method onMtuChanged (line 519) | public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { method getId (line 527) | @Override method getVendorId (line 532) | @Override method getProductId (line 539) | @Override method getSerialNumber (line 546) | @Override method getVersion (line 552) | @Override method getManufacturerName (line 557) | @Override method getProductName (line 562) | @Override method getDevice (line 567) | @Override method open (line 572) | @Override method sendFeatureReport (line 577) | @Override method sendOutputReport (line 594) | @Override method getFeatureReport (line 609) | @Override method close (line 624) | @Override method setFrozen (line 628) | @Override method shutdown (line 633) | @Override FILE: app/src/main/java/org/libsdl/app/HIDDeviceManager.java class HIDDeviceManager (line 27) | public class HIDDeviceManager { method acquire (line 34) | public static HIDDeviceManager acquire(Context context) { method release (line 42) | public static void release(HIDDeviceManager manager) { method onReceive (line 64) | @Override method onReceive (line 81) | @Override method HIDDeviceManager (line 104) | private HIDDeviceManager(final Context context) { method getContext (line 156) | public Context getContext() { method getDeviceIDForIdentifier (line 160) | public int getDeviceIDForIdentifier(String identifier) { method initializeUSB (line 174) | private void initializeUSB() { method getUSBManager (line 232) | UsbManager getUSBManager() { method shutdownUSB (line 236) | private void shutdownUSB() { method isHIDDeviceInterface (line 244) | private boolean isHIDDeviceInterface(UsbDevice usbDevice, UsbInterface... method isXbox360Controller (line 254) | private boolean isXbox360Controller(UsbDevice usbDevice, UsbInterface ... method isXboxOneController (line 296) | private boolean isXboxOneController(UsbDevice usbDevice, UsbInterface ... method handleUsbDeviceAttached (line 323) | private void handleUsbDeviceAttached(UsbDevice usbDevice) { method handleUsbDeviceDetached (line 327) | private void handleUsbDeviceDetached(UsbDevice usbDevice) { method handleUsbDevicePermission (line 342) | private void handleUsbDevicePermission(UsbDevice usbDevice, boolean pe... method connectHIDDeviceUSB (line 354) | private void connectHIDDeviceUSB(UsbDevice usbDevice) { method initializeBluetooth (line 368) | private void initializeBluetooth() { method shutdownBluetooth (line 419) | private void shutdownBluetooth() { method chromebookConnectionHandler (line 430) | public void chromebookConnectionHandler() { method connectBluetoothDevice (line 469) | public boolean connectBluetoothDevice(BluetoothDevice bluetoothDevice) { method disconnectBluetoothDevice (line 490) | public void disconnectBluetoothDevice(BluetoothDevice bluetoothDevice) { method isSteamController (line 504) | public boolean isSteamController(BluetoothDevice bluetoothDevice) { method close (line 518) | private void close() { method setFrozen (line 531) | public void setFrozen(boolean frozen) { method getDevice (line 543) | private HIDDevice getDevice(int id) { method openDevice (line 558) | public boolean openDevice(int deviceID) { method sendOutputReport (line 587) | public int sendOutputReport(int deviceID, byte[] report) { method sendFeatureReport (line 604) | public int sendFeatureReport(int deviceID, byte[] report) { method getFeatureReport (line 621) | public boolean getFeatureReport(int deviceID, byte[] report) { method closeDevice (line 638) | public void closeDevice(int deviceID) { method HIDDeviceRegisterCallback (line 659) | private native void HIDDeviceRegisterCallback(); method HIDDeviceReleaseCallback (line 660) | private native void HIDDeviceReleaseCallback(); method HIDDeviceConnected (line 662) | native void HIDDeviceConnected(int deviceID, String identifier, int ve... method HIDDeviceOpenPending (line 663) | native void HIDDeviceOpenPending(int deviceID); method HIDDeviceOpenResult (line 664) | native void HIDDeviceOpenResult(int deviceID, boolean opened); method HIDDeviceDisconnected (line 665) | native void HIDDeviceDisconnected(int deviceID); method HIDDeviceInputReport (line 667) | native void HIDDeviceInputReport(int deviceID, byte[] report); method HIDDeviceFeatureReport (line 668) | native void HIDDeviceFeatureReport(int deviceID, byte[] report); FILE: app/src/main/java/org/libsdl/app/HIDDeviceUSB.java class HIDDeviceUSB (line 8) | class HIDDeviceUSB implements HIDDevice { method HIDDeviceUSB (line 24) | public HIDDeviceUSB(HIDDeviceManager manager, UsbDevice usbDevice, int... method getIdentifier (line 33) | public String getIdentifier() { method getId (line 37) | @Override method getVendorId (line 42) | @Override method getProductId (line 47) | @Override method getSerialNumber (line 52) | @Override method getVersion (line 64) | @Override method getManufacturerName (line 69) | @Override method getProductName (line 81) | @Override method getDevice (line 93) | @Override method getDeviceName (line 98) | public String getDeviceName() { method open (line 102) | @Override method sendFeatureReport (line 150) | @Override method sendOutputReport (line 183) | @Override method getFeatureReport (line 192) | @Override method close (line 237) | @Override method shutdown (line 259) | @Override method setFrozen (line 265) | @Override class InputThread (line 270) | protected class InputThread extends Thread { method run (line 271) | @Override FILE: app/src/main/java/org/libsdl/app/SDL.java class SDL (line 10) | public class SDL { method setupJNI (line 14) | public static void setupJNI() { method initialize (line 21) | public static void initialize() { method setContext (line 30) | public static void setContext(Context context) { method getContext (line 34) | public static Context getContext() { method loadLibrary (line 38) | public static void loadLibrary(String libraryName) throws UnsatisfiedL... FILE: app/src/main/java/org/libsdl/app/SDLActivity.java class SDLActivity (line 37) | public class SDLActivity extends Activity implements View.OnSystemUiVisi... type NativeState (line 67) | public enum NativeState { method getMotionListener (line 92) | protected static SDLGenericMotionListener_API12 getMotionListener() { method getMainSharedObject (line 111) | protected String getMainSharedObject() { method getMainFunction (line 126) | protected String getMainFunction() { method getLibraries (line 138) | protected String[] getLibraries() { method loadLibraries (line 151) | public void loadLibraries() { method getArguments (line 163) | protected String[] getArguments() { method initialize (line 167) | public static void initialize() { method onCreate (line 186) | @Override method pauseNativeThread (line 278) | protected void pauseNativeThread() { method resumeNativeThread (line 289) | protected void resumeNativeThread() { method onPause (line 301) | @Override method onResume (line 314) | @Override method onStop (line 327) | @Override method onStart (line 336) | @Override method getCurrentOrientation (line 345) | public static int getCurrentOrientation() { method onWindowFocusChanged (line 372) | @Override method onLowMemory (line 398) | @Override method onDestroy (line 410) | @Override method onBackPressed (line 442) | @Override method manualBackButton (line 462) | public static void manualBackButton() { method pressBackButton (line 467) | public void pressBackButton() { method superOnBackPressed (line 479) | public void superOnBackPressed() { method dispatchKeyEvent (line 483) | @Override method handleNativeState (line 504) | public static void handleNativeState() { method onUnhandledMessage (line 573) | protected boolean onUnhandledMessage(int command, Object param) { class SDLCommandHandler (line 582) | protected static class SDLCommandHandler extends Handler { method handleMessage (line 583) | @Override method sendCommand (line 696) | boolean sendCommand(int command, Object data) { method nativeSetupJNI (line 758) | public static native int nativeSetupJNI(); method nativeRunMain (line 759) | public static native int nativeRunMain(String library, String function... method nativeLowMemory (line 760) | public static native void nativeLowMemory(); method nativeSendQuit (line 761) | public static native void nativeSendQuit(); method nativeQuit (line 762) | public static native void nativeQuit(); method nativePause (line 763) | public static native void nativePause(); method nativeResume (line 764) | public static native void nativeResume(); method nativeFocusChanged (line 765) | public static native void nativeFocusChanged(boolean hasFocus); method onNativeDropFile (line 766) | public static native void onNativeDropFile(String filename); method nativeSetScreenResolution (line 767) | public static native void nativeSetScreenResolution(int surfaceWidth, ... method onNativeResize (line 768) | public static native void onNativeResize(); method onNativeKeyDown (line 769) | public static native void onNativeKeyDown(int keycode); method onNativeKeyUp (line 770) | public static native void onNativeKeyUp(int keycode); method onNativeSoftReturnKey (line 771) | public static native boolean onNativeSoftReturnKey(); method onNativeKeyboardFocusLost (line 772) | public static native void onNativeKeyboardFocusLost(); method onNativeMouse (line 773) | public static native void onNativeMouse(int button, int action, float ... method onNativeTouch (line 774) | public static native void onNativeTouch(int touchDevId, int pointerFin... method onNativeAccel (line 777) | public static native void onNativeAccel(float x, float y, float z); method onNativeClipboardChanged (line 778) | public static native void onNativeClipboardChanged(); method onNativeSurfaceCreated (line 779) | public static native void onNativeSurfaceCreated(); method onNativeSurfaceChanged (line 780) | public static native void onNativeSurfaceChanged(); method onNativeSurfaceDestroyed (line 781) | public static native void onNativeSurfaceDestroyed(); method nativeGetHint (line 782) | public static native String nativeGetHint(String name); method nativeSetenv (line 783) | public static native void nativeSetenv(String name, String value); method onNativeOrientationChanged (line 784) | public static native void onNativeOrientationChanged(int orientation); method nativeAddTouch (line 785) | public static native void nativeAddTouch(int touchId, String name); method nativePermissionResult (line 786) | public static native void nativePermissionResult(int requestCode, bool... method setActivityTitle (line 791) | public static boolean setActivityTitle(String title) { method setWindowStyle (line 799) | public static void setWindowStyle(boolean fullscreen) { method setOrientation (line 809) | public static void setOrientation(int w, int h, boolean resizable, Str... method setOrientationBis (line 819) | public void setOrientationBis(int w, int h, boolean resizable, String ... method minimizeWindow (line 882) | public static void minimizeWindow() { method shouldMinimizeOnFocusLoss (line 897) | public static boolean shouldMinimizeOnFocusLoss() { method isScreenKeyboardShown (line 921) | public static boolean isScreenKeyboardShown() method supportsRelativeMouse (line 939) | public static boolean supportsRelativeMouse() method setRelativeMouseEnabled (line 963) | public static boolean setRelativeMouseEnabled(boolean enabled) method sendMessage (line 975) | public static boolean sendMessage(int command, int param) { method getContext (line 985) | public static Context getContext() { method isAndroidTV (line 992) | public static boolean isAndroidTV() { method isTablet (line 1012) | public static boolean isTablet() { method isChromebook (line 1032) | public static boolean isChromebook() { method isDeXMode (line 1042) | public static boolean isDeXMode() { method getDisplayDPI (line 1059) | public static DisplayMetrics getDisplayDPI() { method getManifestEnvironmentVariables (line 1066) | public static boolean getManifestEnvironmentVariables() { method getContentView (line 1091) | public static View getContentView() class ShowTextInputTask (line 1096) | static class ShowTextInputTask implements Runnable { method ShowTextInputTask (line 1106) | public ShowTextInputTask(int x, int y, int w, int h) { method run (line 1121) | @Override method showTextInput (line 1148) | public static boolean showTextInput(int x, int y, int w, int h) { method isTextInputEvent (line 1153) | public static boolean isTextInputEvent(KeyEvent event) { method getNativeSurface (line 1166) | public static Surface getNativeSurface() { method setSurfaceViewFormat (line 1176) | public static void setSurfaceViewFormat(int format) { method initTouch (line 1186) | public static void initTouch() { method openAPKExpansionInputStream (line 1210) | public static InputStream openAPKExpansionInputStream(String fileName)... method messageboxShowMessageBox (line 1285) | public int messageboxShowMessageBox( method onCreateDialog (line 1338) | @Override method run (line 1473) | @Override method onSystemUiVisibilityChange (line 1486) | public void onSystemUiVisibilityChange(int visibility) { method clipboardHasText (line 1501) | public static boolean clipboardHasText() { method clipboardGetText (line 1508) | public static String clipboardGetText() { method clipboardSetText (line 1515) | public static void clipboardSetText(String string) { method createCustomCursor (line 1522) | public static int createCustomCursor(int[] colors, int width, int heig... method setCustomCursor (line 1541) | public static boolean setCustomCursor(int cursorID) { method setSystemCursor (line 1558) | public static boolean setSystemCursor(int cursorID) { method requestPermission (line 1611) | public static void requestPermission(String permission, int requestCod... method onRequestPermissionsResult (line 1625) | @Override class SDLMain (line 1638) | class SDLMain implements Runnable { method run (line 1639) | @Override class SDLSurface (line 1675) | class SDLSurface extends SurfaceView implements SurfaceHolder.Callback, method SDLSurface (line 1689) | public SDLSurface(Context context) { method handlePause (line 1711) | public void handlePause() { method handleResume (line 1715) | public void handleResume() { method getNativeSurface (line 1724) | public Surface getNativeSurface() { method surfaceCreated (line 1729) | @Override method surfaceDestroyed (line 1736) | @Override method surfaceChanged (line 1749) | @Override method onKey (line 1865) | @Override method onTouch (line 1932) | @Override method enableSensor (line 2024) | public void enableSensor(int sensortype, boolean enabled) { method onAccuracyChanged (line 2036) | @Override method onSensorChanged (line 2041) | @Override method onCapturedPointerEvent (line 2087) | public boolean onCapturedPointerEvent(MotionEvent event) class DummyEdit (line 2133) | class DummyEdit extends View implements View.OnKeyListener { method DummyEdit (line 2136) | public DummyEdit(Context context) { method onCheckIsTextEditor (line 2143) | @Override method onKey (line 2148) | @Override method onKeyPreIme (line 2168) | @Override method onCreateInputConnection (line 2184) | @Override class SDLInputConnection (line 2196) | class SDLInputConnection extends BaseInputConnection { method SDLInputConnection (line 2198) | public SDLInputConnection(View targetView, boolean fullEditor) { method sendKeyEvent (line 2203) | @Override method commitText (line 2227) | @Override method setComposingText (line 2245) | @Override method nativeCommitText (line 2253) | public static native void nativeCommitText(String text, int newCursorP... method nativeGenerateScancodeForUnichar (line 2255) | public native void nativeGenerateScancodeForUnichar(char c); method nativeSetComposingText (line 2257) | public native void nativeSetComposingText(String text, int newCursorPo... method deleteSurroundingText (line 2259) | @Override type SDLClipboardHandler (line 2278) | interface SDLClipboardHandler { method clipboardHasText (line 2280) | public boolean clipboardHasText(); method clipboardGetText (line 2281) | public String clipboardGetText(); method clipboardSetText (line 2282) | public void clipboardSetText(String string); class SDLClipboardHandler_API11 (line 2287) | class SDLClipboardHandler_API11 implements method SDLClipboardHandler_API11 (line 2293) | SDLClipboardHandler_API11() { method clipboardHasText (line 2298) | @Override method clipboardGetText (line 2303) | @Override method clipboardSetText (line 2313) | @Override method onPrimaryClipChanged (line 2320) | @Override FILE: app/src/main/java/org/libsdl/app/SDLAudioManager.java class SDLAudioManager (line 7) | public class SDLAudioManager method initialize (line 14) | public static void initialize() { method getAudioFormatString (line 21) | protected static String getAudioFormatString(int audioFormat) { method open (line 34) | protected static int[] open(boolean isCapture, int sampleRate, int aud... method audioOpen (line 237) | public static int[] audioOpen(int sampleRate, int audioFormat, int des... method audioWriteFloatBuffer (line 244) | public static void audioWriteFloatBuffer(float[] buffer) { method audioWriteShortBuffer (line 270) | public static void audioWriteShortBuffer(short[] buffer) { method audioWriteByteBuffer (line 296) | public static void audioWriteByteBuffer(byte[] buffer) { method captureOpen (line 322) | public static int[] captureOpen(int sampleRate, int audioFormat, int d... method captureReadFloatBuffer (line 327) | public static int captureReadFloatBuffer(float[] buffer, boolean block... method captureReadShortBuffer (line 332) | public static int captureReadShortBuffer(short[] buffer, boolean block... method captureReadByteBuffer (line 341) | public static int captureReadByteBuffer(byte[] buffer, boolean blockin... method audioClose (line 350) | public static void audioClose() { method captureClose (line 359) | public static void captureClose() { method audioSetThreadPriority (line 368) | public static void audioSetThreadPriority(boolean iscapture, int devic... method nativeSetupJNI (line 386) | public static native int nativeSetupJNI(); FILE: app/src/main/java/org/libsdl/app/SDLControllerManager.java class SDLControllerManager (line 14) | public class SDLControllerManager method nativeSetupJNI (line 17) | public static native int nativeSetupJNI(); method nativeAddJoystick (line 19) | public static native int nativeAddJoystick(int device_id, String name,... method nativeRemoveJoystick (line 23) | public static native int nativeRemoveJoystick(int device_id); method nativeAddHaptic (line 24) | public static native int nativeAddHaptic(int device_id, String name); method nativeRemoveHaptic (line 25) | public static native int nativeRemoveHaptic(int device_id); method onNativePadDown (line 26) | public static native int onNativePadDown(int device_id, int keycode); method onNativePadUp (line 27) | public static native int onNativePadUp(int device_id, int keycode); method onNativeJoy (line 28) | public static native void onNativeJoy(int device_id, int axis, method onNativeHat (line 30) | public static native void onNativeHat(int device_id, int hat_id, method initialize (line 38) | public static void initialize() { method handleJoystickMotionEvent (line 57) | public static boolean handleJoystickMotionEvent(MotionEvent event) { method pollInputDevices (line 64) | public static void pollInputDevices() { method pollHapticDevices (line 71) | public static void pollHapticDevices() { method hapticRun (line 78) | public static void hapticRun(int device_id, float intensity, int lengt... method hapticStop (line 85) | public static void hapticStop(int device_id) method isDeviceSDLJoystick (line 91) | public static boolean isDeviceSDLJoystick(int deviceId) { class SDLJoystickHandler (line 121) | class SDLJoystickHandler { method handleMotionEvent (line 128) | public boolean handleMotionEvent(MotionEvent event) { method pollInputDevices (line 135) | public void pollInputDevices() { class SDLJoystickHandler_API16 (line 140) | class SDLJoystickHandler_API16 extends SDLJoystickHandler { class SDLJoystick (line 142) | static class SDLJoystick { class RangeComparator (line 149) | static class RangeComparator implements Comparator