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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java330 private boolean waitForIndicators(int call, int callsetup, int callheld) { argument
341 } else if (callheld != -1) {
342 mIndicatorCallHeld = callheld;
484 // callheld=1
581 private void updateCallHeldIndicator(int callheld) { argument
582 Log.d(TAG, "updateCallHeld " + callheld);
584 if (waitForIndicators(-1, -1, callheld)) {
593 switch (callheld) {
628 Log.e(TAG, "Unexpected callheld=0 while in action " + mPendingAction.first);
687 Log.e(TAG, "Unexpected callheld
2509 onCallHeld(int callheld) argument
[all...]
/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);

Completed in 13 milliseconds