Searched refs:connectNative (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidDeviceNativeInterface.java | 156 return connectNative(getByteAddress(device)); in connect() 276 private native boolean connectNative(byte[] btAddress); in connectNative() method in HidDeviceNativeInterface
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_hid_device.cpp | 448 static jboolean connectNative(JNIEnv* env, jobject thiz, jbyteArray address) { in connectNative() function 512 {"connectNative", "([B)Z", (void*)connectNative},
|
D | com_android_bluetooth_hfpclient.cpp | 506 static jboolean connectNative(JNIEnv* env, jobject object, jbyteArray address) { in connectNative() function 843 {"connectNative", "([B)Z", (void*)connectNative},
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | NativeInterface.java | 85 return connectNative(address); in connect() 270 private static native boolean connectNative(byte[] address); in connectNative() method in NativeInterface
|