Searched refs:connectNative (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/ |
D | CsipSetCoordinatorNativeInterface.java | 89 return connectNative(getByteAddress(device)); in connect() 216 private native boolean connectNative(byte[] address); in connectNative() method in CsipSetCoordinatorNativeInterface
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidDeviceNativeInterface.java | 159 return connectNative(getByteAddress(device)); in connect() 308 private native boolean connectNative(byte[] btAddress); in connectNative() method in HidDeviceNativeInterface
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_csip_set_coordinator.cpp | 213 static jboolean connectNative(JNIEnv* env, jobject /* object */, in connectNative() function 269 {"connectNative", "([B)Z", (void*)connectNative}, in register_com_android_bluetooth_csip_set_coordinator()
|
D | com_android_bluetooth_hid_device.cpp | 431 static jboolean connectNative(JNIEnv* env, jobject /* thiz */, in connectNative() function 496 {"connectNative", "([B)Z", (void*)connectNative}, in register_com_android_bluetooth_hid_device()
|
D | com_android_bluetooth_hfpclient.cpp | 496 static jboolean connectNative(JNIEnv* env, jobject /* object */, in connectNative() function 895 {"connectNative", "([B)Z", (void*)connectNative}, in register_com_android_bluetooth_hfpclient()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
D | NativeInterface.java | 99 return connectNative(getByteAddress(device)); in connect() 300 private static native boolean connectNative(byte[] address); in connectNative() method in NativeInterface
|