Home
last modified time | relevance | path

Searched refs:connectA2dpNative (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DA2dpSinkNativeInterface.java98 return connectA2dpNative(getByteAddress(device)); in connectA2dpSink()
179 private native boolean connectA2dpNative(byte[] address); in connectA2dpNative() method in A2dpSinkNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpNativeInterface.java119 return connectA2dpNative(getByteAddress(device)); in connectA2dp()
250 private native boolean connectA2dpNative(byte[] address); in connectA2dpNative() method in A2dpNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp_sink.cpp174 static jboolean connectA2dpNative(JNIEnv* env, jobject /* object */, in connectA2dpNative() function
255 {"connectA2dpNative", "([B)Z", (void*)connectA2dpNative}, in register_com_android_bluetooth_a2dp_sink()
Dcom_android_bluetooth_a2dp.cpp376 static jboolean connectA2dpNative(JNIEnv* env, jobject /* object */, in connectA2dpNative() function
525 {"connectA2dpNative", "([B)Z", (void*)connectA2dpNative}, in register_com_android_bluetooth_a2dp()