Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp404 static jboolean connectAudioNative(JNIEnv *env, jobject object, jbyteArray address) { in connectAudioNative() function
598 {"connectAudioNative", "([B)Z", (void *) connectAudioNative},
Dcom_android_bluetooth_hfp.cpp521 static jboolean connectAudioNative(JNIEnv *env, jobject object, jbyteArray address) { in connectAudioNative() function
801 {"connectAudioNative", "([B)Z", (void *) connectAudioNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java868 connectAudioNative(getByteAddress(device)); in processMessage()
1611 connectAudioNative(getByteAddress(mCurrentDevice)); in processMessage()
2278 connectAudioNative(getByteAddress(device)); in processLocalVrEvent()
3103 connectAudioNative(getByteAddress(mCurrentDevice)); in processKeyPressed()
3433 private native boolean connectAudioNative(byte[] address); in connectAudioNative() method in HeadsetStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java1617 if (!connectAudioNative(getByteAddress(mCurrentDevice))) { in processMessage()
2696 private native boolean connectAudioNative(byte[] address); in connectAudioNative() method in HeadsetClientStateMachine