Home
last modified time | relevance | path

Searched refs:callsetup (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
331 } else if (callsetup != -1) { in waitForIndicators()
332 mIndicatorCallSetup = callsetup; in waitForIndicators()
446 private void updateCallSetupIndicator(int callsetup) { in updateCallSetupIndicator() argument
447 Log.d(TAG, "updateCallSetupIndicator " + callsetup + " " + mPendingAction.first); in updateCallSetupIndicator()
454 if (waitForIndicators(-1, callsetup, -1)) { in updateCallSetupIndicator()
463 switch (callsetup) { in updateCallSetupIndicator()
575 mIndicatorCallSetup = callsetup; in updateCallSetupIndicator()
2493 private void onCallSetup(int callsetup) { in onCallSetup() argument
2495 event.valueInt = callsetup; in onCallSetup()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp154 static void callsetup_cb (bthf_client_callsetup_t callsetup) { in callsetup_cb() argument
156 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onCallSetup, (jint) callsetup); in callsetup_cb()