Home
last modified time | relevance | path

Searched refs:connectNative (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hidd.cpp418 static jboolean connectNative(JNIEnv* env, jobject thiz, jbyteArray address) { in connectNative() function
472 {"connectNative", "([B)Z", (void*)connectNative},
Dcom_android_bluetooth_hfpclient.cpp438 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/
DHidDevService.java480 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/
DNativeInterface.java39 static native boolean connectNative(byte[] address); in connectNative() method in NativeInterface
DHeadsetClientStateMachine.java810 if (!NativeInterface.connectNative(getByteAddress(device))) { in processMessage()
1085 NativeInterface.connectNative(getByteAddress(device)); in processMessage()