Searched refs:disconnectSinkNative (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_server_BluetoothA2dpService.cpp153 static jboolean disconnectSinkNative(JNIEnv *env, jobject object, function in namespace:android
317 {"disconnectSinkNative", "(Ljava/lang/String;)Z", (void *)disconnectSinkNative},
/frameworks/base/core/java/android/server/
H A DBluetoothA2dpService.java239 disconnectSinkNative(mBluetoothService.getObjectPathFromAddress(
364 if (!disconnectSinkNative(path)) {
647 private synchronized native boolean disconnectSinkNative(String path); method in class:BluetoothA2dpService

Completed in 61 milliseconds