OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:disconnectA2dpNative
(Results
1 - 2
of
2
) 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
},
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java
237
disconnectA2dpNative
(getByteAddress(device));
259
disconnectA2dpNative
(getByteAddress(device));
487
if (!
disconnectA2dpNative
(getByteAddress(mCurrentDevice))) {
507
if (!
disconnectA2dpNative
(getByteAddress(device))) {
[
all
...]
Completed in 58 milliseconds