JniInterface 31 remoting/android/java/src/org/chromium/chromoting/Chromoting.java import org.chromium.chromoting.jni.JniInterface; JniInterface 40 remoting/android/java/src/org/chromium/chromoting/Chromoting.java public class Chromoting extends Activity implements JniInterface.ConnectionListener, JniInterface 160 remoting/android/java/src/org/chromium/chromoting/Chromoting.java JniInterface.loadLibrary(this); JniInterface 212 remoting/android/java/src/org/chromium/chromoting/Chromoting.java JniInterface.disconnectFromHost(); JniInterface 271 remoting/android/java/src/org/chromium/chromoting/Chromoting.java JniInterface.disconnectFromHost(); JniInterface 407 remoting/android/java/src/org/chromium/chromoting/Chromoting.java public void onConnectionState(JniInterface.ConnectionListener.State state, JniInterface 408 remoting/android/java/src/org/chromium/chromoting/Chromoting.java JniInterface.ConnectionListener.Error error) { JniInterface 17 remoting/android/java/src/org/chromium/chromoting/Desktop.java import org.chromium.chromoting.jni.JniInterface; JniInterface 50 remoting/android/java/src/org/chromium/chromoting/Desktop.java JniInterface.disconnectFromHost(); JniInterface 95 remoting/android/java/src/org/chromium/chromoting/Desktop.java JniInterface.disconnectFromHost(); JniInterface 106 remoting/android/java/src/org/chromium/chromoting/Desktop.java JniInterface.sendKeyEvent(key, true); JniInterface 109 remoting/android/java/src/org/chromium/chromoting/Desktop.java JniInterface.sendKeyEvent(key, false); JniInterface 142 remoting/android/java/src/org/chromium/chromoting/Desktop.java JniInterface.sendTextEvent(event.getCharacters()); JniInterface 150 remoting/android/java/src/org/chromium/chromoting/Desktop.java JniInterface.sendKeyEvent(KeyEvent.KEYCODE_SHIFT_LEFT, depressed); JniInterface 151 remoting/android/java/src/org/chromium/chromoting/Desktop.java JniInterface.sendKeyEvent(KeyEvent.KEYCODE_2, depressed); JniInterface 155 remoting/android/java/src/org/chromium/chromoting/Desktop.java JniInterface.sendKeyEvent(KeyEvent.KEYCODE_SHIFT_LEFT, depressed); JniInterface 156 remoting/android/java/src/org/chromium/chromoting/Desktop.java JniInterface.sendKeyEvent(KeyEvent.KEYCODE_3, depressed); JniInterface 160 remoting/android/java/src/org/chromium/chromoting/Desktop.java JniInterface.sendKeyEvent(KeyEvent.KEYCODE_SHIFT_LEFT, depressed); JniInterface 161 remoting/android/java/src/org/chromium/chromoting/Desktop.java JniInterface.sendKeyEvent(KeyEvent.KEYCODE_8, depressed); JniInterface 165 remoting/android/java/src/org/chromium/chromoting/Desktop.java JniInterface.sendKeyEvent(KeyEvent.KEYCODE_SHIFT_LEFT, depressed); JniInterface 166 remoting/android/java/src/org/chromium/chromoting/Desktop.java JniInterface.sendKeyEvent(KeyEvent.KEYCODE_EQUALS, depressed); JniInterface 171 remoting/android/java/src/org/chromium/chromoting/Desktop.java JniInterface.sendKeyEvent(event.getKeyCode(), depressed); JniInterface 27 remoting/android/java/src/org/chromium/chromoting/DesktopView.java import org.chromium.chromoting.jni.JniInterface; JniInterface 148 remoting/android/java/src/org/chromium/chromoting/DesktopView.java JniInterface.redrawGraphics(); JniInterface 168 remoting/android/java/src/org/chromium/chromoting/DesktopView.java Bitmap image = JniInterface.getVideoFrame(); JniInterface 224 remoting/android/java/src/org/chromium/chromoting/DesktopView.java Bitmap cursorBitmap = JniInterface.getCursorBitmap(); JniInterface 226 remoting/android/java/src/org/chromium/chromoting/DesktopView.java Point hotspot = JniInterface.getCursorHotspot(); JniInterface 269 remoting/android/java/src/org/chromium/chromoting/DesktopView.java JniInterface.provideRedrawCallback(new Runnable() { JniInterface 294 remoting/android/java/src/org/chromium/chromoting/DesktopView.java JniInterface.provideRedrawCallback(null); JniInterface 347 remoting/android/java/src/org/chromium/chromoting/DesktopView.java JniInterface.sendMouseEvent(x, y, button, pressed); JniInterface 356 remoting/android/java/src/org/chromium/chromoting/DesktopView.java JniInterface.sendMouseWheelEvent(deltaX, deltaY); JniInterface 12 remoting/android/java/src/org/chromium/chromoting/HostListLoader.java import org.chromium.chromoting.jni.JniInterface; JniInterface 90 remoting/android/java/src/org/chromium/chromoting/HostListLoader.java new URL(HOST_LIST_PATH + JniInterface.nativeGetApiKey()).openConnection(); JniInterface 91 remoting/android/java/src/org/chromium/chromoting/HostListLoader.java link.addRequestProperty("client_id", JniInterface.nativeGetClientId()); JniInterface 92 remoting/android/java/src/org/chromium/chromoting/HostListLoader.java link.addRequestProperty("client_secret", JniInterface.nativeGetClientSecret()); JniInterface 7 remoting/android/java/src/org/chromium/chromoting/SessionConnector.java import org.chromium.chromoting.jni.JniInterface; JniInterface 13 remoting/android/java/src/org/chromium/chromoting/SessionConnector.java public class SessionConnector implements JniInterface.ConnectionListener, JniInterface 15 remoting/android/java/src/org/chromium/chromoting/SessionConnector.java private JniInterface.ConnectionListener mConnectionCallback; JniInterface 32 remoting/android/java/src/org/chromium/chromoting/SessionConnector.java public SessionConnector(JniInterface.ConnectionListener connectionCallback, JniInterface 53 remoting/android/java/src/org/chromium/chromoting/SessionConnector.java JniInterface.connectToHost(accountName, authToken, host.jabberId, host.id, host.publicKey, JniInterface 66 remoting/android/java/src/org/chromium/chromoting/SessionConnector.java public void onConnectionState(JniInterface.ConnectionListener.State state, JniInterface 67 remoting/android/java/src/org/chromium/chromoting/SessionConnector.java JniInterface.ConnectionListener.Error error) { JniInterface 68 remoting/android/java/src/org/chromium/chromoting/SessionConnector.java if (state == JniInterface.ConnectionListener.State.FAILED && JniInterface 69 remoting/android/java/src/org/chromium/chromoting/SessionConnector.java error == JniInterface.ConnectionListener.Error.PEER_IS_OFFLINE) { JniInterface 96 remoting/android/java/src/org/chromium/chromoting/SessionConnector.java mConnectionCallback.onConnectionState(JniInterface.ConnectionListener.State.FAILED, JniInterface 97 remoting/android/java/src/org/chromium/chromoting/SessionConnector.java JniInterface.ConnectionListener.Error.PEER_IS_OFFLINE); JniInterface 101 remoting/android/java/src/org/chromium/chromoting/SessionConnector.java JniInterface.connectToHost(mAccountName, mAuthToken, foundHost.jabberId, JniInterface 110 remoting/android/java/src/org/chromium/chromoting/SessionConnector.java mConnectionCallback.onConnectionState(JniInterface.ConnectionListener.State.FAILED, JniInterface 111 remoting/android/java/src/org/chromium/chromoting/SessionConnector.java JniInterface.ConnectionListener.Error.PEER_IS_OFFLINE);