Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java297 return disconnectAudioNative(Utils.getByteAddress(device)); in disconnectAudio()
476 private native boolean disconnectAudioNative(byte[] address); in disconnectAudioNative() method in HeadsetNativeInterface
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp544 static jboolean disconnectAudioNative(JNIEnv* env, jobject object, in disconnectAudioNative() function
829 {"disconnectAudioNative", "([B)Z", (void*)disconnectAudioNative},
Dcom_android_bluetooth_hfp.cpp574 static jboolean disconnectAudioNative(JNIEnv* env, jobject object, in disconnectAudioNative() function
927 {"disconnectAudioNative", "([B)Z", (void*)disconnectAudioNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DNativeInterface.java50 static native boolean disconnectAudioNative(byte[] address); in disconnectAudioNative() method in NativeInterface
DHeadsetClientStateMachine.java1178 if (!NativeInterface.disconnectAudioNative(getByteAddress(mCurrentDevice))) { in processMessage()
1628 if (NativeInterface.disconnectAudioNative(getByteAddress(mCurrentDevice))) { in processMessage()