Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DNativeInterface.java41 static native boolean connectAudioNative(byte[] address); in connectAudioNative() method in NativeInterface
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp476 static jboolean connectAudioNative(JNIEnv* env, jobject object, in connectAudioNative() function
Dcom_android_bluetooth_hfp.cpp509 static jboolean connectAudioNative(JNIEnv* env, jobject object, in connectAudioNative() function
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java3406 private native boolean connectAudioNative(byte[] address); in connectAudioNative() method in HeadsetStateMachine