Searched refs:disconnectA2dpNative (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp_sink.cpp188 static jboolean disconnectA2dpNative(JNIEnv* env, jobject object, function in namespace:android
223 {"disconnectA2dpNative", "([B)Z", (void*)disconnectA2dpNative},
H A Dcom_android_bluetooth_a2dp.cpp330 static jboolean disconnectA2dpNative(JNIEnv* env, jobject object, function in namespace:android
368 {"disconnectA2dpNative", "([B)Z", (void*)disconnectA2dpNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachine.java352 disconnectA2dpNative(getByteAddress(device));
368 disconnectA2dpNative(getByteAddress(device));
527 disconnectA2dpNative(getByteAddress(device));
624 if (!disconnectA2dpNative(getByteAddress(mCurrentDevice))) {
648 if (!disconnectA2dpNative(getByteAddress(device))) {
1017 private native boolean disconnectA2dpNative(byte[] address); method in class:A2dpStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStateMachine.java265 disconnectA2dpNative(getByteAddress(device));
281 disconnectA2dpNative(getByteAddress(device));
524 if (!disconnectA2dpNative(getByteAddress(mCurrentDevice))) {
546 if (!disconnectA2dpNative(getByteAddress(device))) {
887 private native boolean disconnectA2dpNative(byte[] address); method in class:A2dpSinkStateMachine

Completed in 97 milliseconds