Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java322 private boolean waitForIndicators(int call, int callsetup, int callheld) { in waitForIndicators() argument
333 } else if (callheld != -1) { in waitForIndicators()
334 mIndicatorCallHeld = callheld; in waitForIndicators()
578 private void updateCallHeldIndicator(int callheld) { in updateCallHeldIndicator() argument
579 Log.d(TAG, "updateCallHeld " + callheld); in updateCallHeldIndicator()
581 if (waitForIndicators(-1, -1, callheld)) { in updateCallHeldIndicator()
590 switch (callheld) { in updateCallHeldIndicator()
728 mIndicatorCallHeld = callheld; in updateCallHeldIndicator()
2500 private void onCallHeld(int callheld) { in onCallHeld() argument
2502 event.valueInt = callheld; in onCallHeld()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp160 static void callheld_cb (bthf_client_callheld_t callheld) { in callheld_cb() argument
162 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onCallHeld, (jint) callheld); in callheld_cb()