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.cpp 190 static jboolean disconnectA2dpNative(JNIEnv *env, jobject object, jbyteArray address) {
214 {"disconnectA2dpNative", "([B)Z", (void *) disconnectA2dpNative},
com_android_bluetooth_a2dp_sink.cpp 216 static jboolean disconnectA2dpNative(JNIEnv *env, jobject object, jbyteArray address) {
253 {"disconnectA2dpNative", "([B)Z", (void *) disconnectA2dpNative},
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 238 disconnectA2dpNative(getByteAddress(device));
260 disconnectA2dpNative(getByteAddress(device));
421 disconnectA2dpNative(getByteAddress(device));
513 if (!disconnectA2dpNative(getByteAddress(mCurrentDevice))) {
533 if (!disconnectA2dpNative(getByteAddress(device))) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStateMachine.java 263 disconnectA2dpNative(getByteAddress(device));
285 disconnectA2dpNative(getByteAddress(device));
523 if (!disconnectA2dpNative(getByteAddress(mCurrentDevice))) {
545 if (!disconnectA2dpNative(getByteAddress(device))) {
    [all...]

Completed in 114 milliseconds