Searched refs:connectAudioNative (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_hfpclient.cpp | 404 static jboolean connectAudioNative(JNIEnv *env, jobject object, jbyteArray address) { in connectAudioNative() function 598 {"connectAudioNative", "([B)Z", (void *) connectAudioNative},
|
D | com_android_bluetooth_hfp.cpp | 521 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/ |
D | HeadsetStateMachine.java | 868 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/ |
D | HeadsetClientStateMachine.java | 1617 if (!connectAudioNative(getByteAddress(mCurrentDevice))) { in processMessage() 2696 private native boolean connectAudioNative(byte[] address); in connectAudioNative() method in HeadsetClientStateMachine
|