Home
last modified time | relevance | path

Searched refs:connectHfpNative (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java349 if (!connectHfpNative(getByteAddress(device)) ) { in processMessage()
562 if (!connectHfpNative(getByteAddress(mTargetDevice))) { in processConnectionEvent()
820 if (!connectHfpNative(getByteAddress(device))) { in processMessage()
1236 if (!connectHfpNative(getByteAddress(device))) { in processMessage()
1807 if (!connectHfpNative(getByteAddress(mTargetDevice))) { in processConnectionEvent()
3431 private native boolean connectHfpNative(byte[] address); in connectHfpNative() method in HeadsetStateMachine
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfp.cpp482 static jboolean connectHfpNative(JNIEnv *env, jobject object, jbyteArray address) { in connectHfpNative() function
799 {"connectHfpNative", "([B)Z", (void *) connectHfpNative},