Searched refs:connectAudioNative (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetNativeInterface.java | 286 return connectAudioNative(Utils.getByteAddress(device)); in connectAudio() 495 private native boolean connectAudioNative(byte[] address); in connectAudioNative() method in HeadsetNativeInterface
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | NativeInterface.java | 107 return connectAudioNative(address); in connectAudio() 274 private static native boolean connectAudioNative(byte[] address); in connectAudioNative() method in NativeInterface
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_hfpclient.cpp | 542 static jboolean connectAudioNative(JNIEnv* env, jobject object, in connectAudioNative() function 845 {"connectAudioNative", "([B)Z", (void*)connectAudioNative},
|
D | com_android_bluetooth_hfp.cpp | 551 static jboolean connectAudioNative(JNIEnv* env, jobject object, in connectAudioNative() function 963 {"connectAudioNative", "([B)Z", (void*)connectAudioNative},
|