Searched refs:connectNative (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_hidd.cpp | 418 static jboolean connectNative(JNIEnv* env, jobject thiz, jbyteArray address) { in connectNative() function 472 {"connectNative", "([B)Z", (void*)connectNative},
|
D | com_android_bluetooth_hfpclient.cpp | 438 static jboolean connectNative(JNIEnv* env, jobject object, jbyteArray address) { in connectNative() function 775 {"connectNative", "([B)Z", (void*)connectNative},
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidDevService.java | 480 return connectNative(Utils.getByteAddress(device)); in connect() 695 private native boolean connectNative(byte[] btAddress); in connectNative() method in HidDevService
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | NativeInterface.java | 39 static native boolean connectNative(byte[] address); in connectNative() method in NativeInterface
|
D | HeadsetClientStateMachine.java | 810 if (!NativeInterface.connectNative(getByteAddress(device))) { in processMessage() 1085 NativeInterface.connectNative(getByteAddress(device)); in processMessage()
|