Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hidd.cpp442 static jboolean disconnectNative(JNIEnv* env, jobject thiz) { in disconnectNative() function
473 {"disconnectNative", "()Z", (void*)disconnectNative},
Dcom_android_bluetooth_hfpclient.cpp455 static jboolean disconnectNative(JNIEnv* env, jobject object, in disconnectNative() function
776 {"disconnectNative", "([B)Z", (void*)disconnectNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDevService.java490 return disconnectNative(); in disconnect()
696 private native boolean disconnectNative(); in disconnectNative() method in HidDevService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java865 NativeInterface.disconnectNative(getByteAddress(device)); in processConnectionEvent()
985 NativeInterface.disconnectNative(getByteAddress(device)); in processConnectionEvent()
1094 if (!NativeInterface.disconnectNative(getByteAddress(dev))) { in processMessage()
DNativeInterface.java40 static native boolean disconnectNative(byte[] address); in disconnectNative() method in NativeInterface