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.java334 return connectAudioNative(getByteAddress(device)); in connectAudio()
581 private native boolean connectAudioNative(byte[] address); in connectAudioNative() method in HeadsetNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java121 return connectAudioNative(getByteAddress(device)); in connectAudio()
304 private static native boolean connectAudioNative(byte[] address); in connectAudioNative() method in NativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp536 static jboolean connectAudioNative(JNIEnv* env, jobject /* object */, in connectAudioNative() function
897 {"connectAudioNative", "([B)Z", (void*)connectAudioNative}, in register_com_android_bluetooth_hfpclient()
Dcom_android_bluetooth_hfp.cpp537 static jboolean connectAudioNative(JNIEnv* env, jobject /* object */, in connectAudioNative() function
989 {"connectAudioNative", "([B)Z", (void*)connectAudioNative}, in register_com_android_bluetooth_hfp()