HomeSort by relevance Sort by last modified time
    Searched full:callsetup (Results 1 - 16 of 16) sorted by null

  /external/autotest/client/site_tests/network_ModemManagerSMS/src/
fake-gsm 33 \+CIND? +CIND: ("service",(0-1)),("call",(0-1)),("callsetup",(0-3))
  /external/autotest/client/site_tests/network_ModemManagerSMSSignal/src/
fake-gsm 33 \+CIND? +CIND: ("service",(0-1)),("call",(0-1)),("callsetup",(0-3))
  /system/bt/bta/ag/
bta_ag_cfg.c 31 #define BTA_AG_CIND_INFO "(\"call\",(0,1)),(\"callsetup\",(0-3)),(\"service\",(0-3)),(\"signal\",(0-6)),(\"roam\",(0,1)),(\"battchg\",(0-5)),(\"callheld\",(0-2)),(\"bearer\",(0-7))"
bta_ag_cmd.c 309 /* callsetup indicator value lookup table */
806 ** Description Send call and callsetup indicators.
815 UINT8 callsetup; local
817 /* set new call and callsetup values based on BTA_AgResult */
818 callsetup = bta_ag_callsetup_ind_tbl[result];
836 bta_ag_send_ind(p_scb, BTA_AG_IND_CALLSETUP, callsetup, FALSE);
    [all...]
bta_ag_int.h 279 UINT8 callsetup_ind; /* CIEV callsetup indicator value */
bta_ag_act.c 784 /* Sending callsetup IND and Ring were defered to after SCO close. */
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
BenchmarkClass.java 97 callSetUp(benchmarkInstance);
149 private void callSetUp(Object benchmark) throws UserCodeException {
  /hardware/libhardware/include/hardware/
bt_hf_client.h 210 /** Callback for callsetup indicator
212 typedef void (* bthf_client_callsetup_callback) (bthf_client_callsetup_t callsetup);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 331 private boolean waitForIndicators(int call, int callsetup, int callheld) {
340 } else if (callsetup != -1) {
341 mIndicatorCallSetup = callsetup;
455 private void updateCallSetupIndicator(int callsetup) {
456 Log.d(TAG, "updateCallSetupIndicator " + callsetup + " " + mPendingAction.first);
458 if (waitForIndicators(-1, callsetup, -1)) {
467 switch (callsetup) {
484 // no specific order for callsetup=0 and
498 Log.e(TAG, "Unexpected callsetup=0 while in action ACCEPT_CALL");
513 Log.e(TAG, "Unexpected callsetup=0 while in action REJECT_CALL")
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfpclient.cpp 154 static void callsetup_cb (bthf_client_callsetup_t callsetup) {
156 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onCallSetup, (jint) callsetup);
  /system/bt/bta/include/
bta_ag_api.h 372 #define BTA_AG_IND_CALLSETUP 2 /* position of callsetup indicator */
386 /* callsetup indicator values */
  /system/bt/btif/src/
btif_hf.c     [all...]
  /external/autotest/client/cros/cellular/wardmodem/configurations/
base.conf 229 '("GPRS coverage",(0-1)),("callsetup",(0-3))'],
  /system/bt/include/
bt_target.h     [all...]
  /system/bt/bta/hf_client/
bta_hf_client_at.c 64 #define BTA_HF_CLIENT_INDICATOR_CALLSETUP "callsetup"
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]

Completed in 1384 milliseconds