Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpNativeInterface.java108 return disconnectA2dpNative(getByteAddress(device)); in disconnectA2dp()
229 private native boolean disconnectA2dpNative(byte[] address); in disconnectA2dpNative() method in A2dpNativeInterface
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachine.java176 mService.disconnectA2dpNative(mDeviceAddress); in processStackEvent()
255 mService.disconnectA2dpNative(mDeviceAddress); in processMessage()
DA2dpSinkService.java446 native boolean disconnectA2dpNative(byte[] address); in disconnectA2dpNative() method in A2dpSinkService
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_a2dp_sink.cpp189 static jboolean disconnectA2dpNative(JNIEnv* env, jobject object, in disconnectA2dpNative() function
249 {"disconnectA2dpNative", "([B)Z", (void*)disconnectA2dpNative},
Dcom_android_bluetooth_a2dp.cpp400 static jboolean disconnectA2dpNative(JNIEnv* env, jobject object, in disconnectA2dpNative() function
515 {"disconnectA2dpNative", "([B)Z", (void*)disconnectA2dpNative},