Searched refs:callheld (Results 1 – 2 of 2) sorted by relevance
322 private boolean waitForIndicators(int call, int callsetup, int callheld) { in waitForIndicators() argument333 } else if (callheld != -1) { in waitForIndicators()334 mIndicatorCallHeld = callheld; in waitForIndicators()578 private void updateCallHeldIndicator(int callheld) { in updateCallHeldIndicator() argument579 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() argument2502 event.valueInt = callheld; in onCallHeld()
160 static void callheld_cb (bthf_client_callheld_t callheld) { in callheld_cb() argument162 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onCallHeld, (jint) callheld); in callheld_cb()