OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:disconnectSinkNative
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/
android_server_BluetoothA2dpService.cpp
153
static jboolean
disconnectSinkNative
(JNIEnv *env, jobject object,
317
{"
disconnectSinkNative
", "(Ljava/lang/String;)Z", (void *)
disconnectSinkNative
},
/frameworks/base/core/java/android/server/
BluetoothA2dpService.java
226
disconnectSinkNative
(mBluetoothService.getObjectPathFromAddress(
351
if (!
disconnectSinkNative
(path)) {
606
private synchronized native boolean
disconnectSinkNative
(String path);
Completed in 23 milliseconds