HomeSort by relevance Sort by last modified time
    Searched refs:connectNative (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/bluetooth/
HeadsetBase.java 199 if (!connectNative()) return false;
204 private native boolean connectNative();
BluetoothSocket.java 210 connectNative(); // blocks
345 private native void connectNative() throws IOException;
  /frameworks/base/core/jni/
android_bluetooth_HeadsetBase.cpp 227 static jboolean connectNative(JNIEnv *env, jobject obj)
553 {"connectNative", "()Z", (void *)connectNative},
android_bluetooth_BluetoothSocket.cpp 166 static void connectNative(JNIEnv *env, jobject obj) {
560 {"connectNative", "()V", (void *) connectNative},

Completed in 40 milliseconds