HomeSort by relevance Sort by last modified time
    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 29 milliseconds