Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java317 return connectAudioNative(getByteAddress(device)); in connectAudio()
552 private native boolean connectAudioNative(byte[] address); in connectAudioNative() method in HeadsetNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java118 return connectAudioNative(getByteAddress(device)); in connectAudio()
301 private static native boolean connectAudioNative(byte[] address); in connectAudioNative() method in NativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp594 static jboolean connectAudioNative(JNIEnv* env, jobject /* object */, jbyteArray address) { in connectAudioNative() function
956 {"connectAudioNative", "([B)Z", (void*)connectAudioNative}, in register_com_android_bluetooth_hfpclient() method
Dcom_android_bluetooth_hfp.cpp576 static jboolean connectAudioNative(JNIEnv* env, jobject /* object */, jbyteArray address) { in connectAudioNative() function
986 {"connectAudioNative", "([B)Z", (void*)connectAudioNative}, in register_com_android_bluetooth_hfp() method