HomeSort by relevance Sort by last modified time
    Searched refs:disconnectA2dpNative (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_a2dp_sink.cpp 188 static jboolean disconnectA2dpNative(JNIEnv* env, jobject object,
223 {"disconnectA2dpNative", "([B)Z", (void*)disconnectA2dpNative},
com_android_bluetooth_a2dp.cpp 330 static jboolean disconnectA2dpNative(JNIEnv* env, jobject object,
368 {"disconnectA2dpNative", "([B)Z", (void*)disconnectA2dpNative},
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 352 disconnectA2dpNative(getByteAddress(device));
368 disconnectA2dpNative(getByteAddress(device));
527 disconnectA2dpNative(getByteAddress(device));
624 if (!disconnectA2dpNative(getByteAddress(mCurrentDevice))) {
648 if (!disconnectA2dpNative(getByteAddress(device))) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStateMachine.java 265 disconnectA2dpNative(getByteAddress(device));
281 disconnectA2dpNative(getByteAddress(device));
524 if (!disconnectA2dpNative(getByteAddress(mCurrentDevice))) {
546 if (!disconnectA2dpNative(getByteAddress(device))) {
    [all...]

Completed in 107 milliseconds