Searched defs:disconnectNative (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hidd.cpp442 static jboolean disconnectNative(JNIEnv* env, jobject thiz) { function in namespace:android
473 {"disconnectNative", "()Z", (void*)disconnectNative},
H A Dcom_android_bluetooth_hfpclient.cpp457 static jboolean disconnectNative(JNIEnv* env, jobject object, function in namespace:android
778 {"disconnectNative", "([B)Z", (void*)disconnectNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DNativeInterface.java40 static native boolean disconnectNative(byte[] address); method in class:NativeInterface
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidDevService.java490 return disconnectNative();
696 private native boolean disconnectNative(); method in class:HidDevService

Completed in 362 milliseconds