Home
last modified time | relevance | path

Searched refs:connectSinkNative (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
Dandroid_server_BluetoothA2dpService.cpp131 static jboolean connectSinkNative(JNIEnv *env, jobject object, jstring path) { in connectSinkNative() function
248 {"connectSinkNative", "(Ljava/lang/String;)Z", (void *)connectSinkNative},
/frameworks/base/core/java/android/server/
DBluetoothA2dpService.java308 if (!connectSinkNative(path)) { in connectSink()
513 private synchronized native boolean connectSinkNative(String path); in connectSinkNative() method in BluetoothA2dpService