Home
last modified time | relevance | path

Searched refs:disconnectAudioNative (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java327 return disconnectAudioNative(getByteAddress(device)); in disconnectAudio()
554 private native boolean disconnectAudioNative(byte[] address); in disconnectAudioNative() method in HeadsetNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java128 return disconnectAudioNative(getByteAddress(device)); in disconnectAudio()
303 private static native boolean disconnectAudioNative(byte[] address); in disconnectAudioNative() method in NativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp614 static jboolean disconnectAudioNative(JNIEnv* env, jobject /* object */, jbyteArray address) { in disconnectAudioNative() function
957 {"disconnectAudioNative", "([B)Z", (void*)disconnectAudioNative}, in register_com_android_bluetooth_hfpclient() method
Dcom_android_bluetooth_hfp.cpp597 static jboolean disconnectAudioNative(JNIEnv* env, jobject /* object */, jbyteArray address) { in disconnectAudioNative() function
987 {"disconnectAudioNative", "([B)Z", (void*)disconnectAudioNative}, in register_com_android_bluetooth_hfp() method