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 215 static jboolean disconnectA2dpNative(JNIEnv *env, jobject object, jbyteArray address) {
239 {"disconnectA2dpNative", "([B)Z", (void *) disconnectA2dpNative},
com_android_bluetooth_a2dp_sink.cpp 221 static jboolean disconnectA2dpNative(JNIEnv *env, jobject object, jbyteArray address) {
245 {"disconnectA2dpNative", "([B)Z", (void *) disconnectA2dpNative},
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkStateMachine.java 247 disconnectA2dpNative(getByteAddress(device));
269 disconnectA2dpNative(getByteAddress(device));
501 if (!disconnectA2dpNative(getByteAddress(mCurrentDevice))) {
521 if (!disconnectA2dpNative(getByteAddress(device))) {
    [all...]
A2dpStateMachine.java 232 disconnectA2dpNative(getByteAddress(device));
254 disconnectA2dpNative(getByteAddress(device));
482 if (!disconnectA2dpNative(getByteAddress(mCurrentDevice))) {
502 if (!disconnectA2dpNative(getByteAddress(device))) {
    [all...]

Completed in 528 milliseconds