Searched defs:callheld (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfpclient.cpp160 static void callheld_cb (bthf_client_callheld_t callheld) { argument
162 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onCallHeld, (jint) callheld);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java331 private boolean waitForIndicators(int call, int callsetup, int callheld) { argument
342 } else if (callheld != -1) {
343 mIndicatorCallHeld = callheld;
485 // callheld=1
582 private void updateCallHeldIndicator(int callheld) { argument
583 Log.d(TAG, "updateCallHeld " + callheld);
585 if (waitForIndicators(-1, -1, callheld)) {
594 switch (callheld) {
629 Log.e(TAG, "Unexpected callheld=0 while in action " + mPendingAction.first);
688 Log.e(TAG, "Unexpected callheld
2510 onCallHeld(int callheld) argument
[all...]

Completed in 52 milliseconds