HomeSort by relevance Sort by last modified time
    Searched defs:at_cb (Results 1 - 3 of 3) sorted by null

  /system/bt/bta/hf_client/
bta_hf_client_int.h 180 tBTA_HF_CLIENT_AT_CB at_cb; /* AT Parser control block */ member in struct:__anon105511
bta_hf_client_at.cc 114 tBTA_HF_CLIENT_AT_QCMD* cur = client_cb->at_cb.queued_cmd;
123 client_cb->at_cb.queued_cmd = NULL;
139 if (client_cb->at_cb.queued_cmd != NULL) {
140 tBTA_HF_CLIENT_AT_QCMD* qcmd = client_cb->at_cb.queued_cmd;
146 client_cb->at_cb.queued_cmd = new_cmd;
152 if (client_cb->at_cb.current_cmd == BTA_HF_CLIENT_AT_CNUM) {
167 alarm_set_on_queue(client_cb->at_cb.resp_timer, BTA_HF_CLIENT_AT_TIMEOUT,
173 alarm_cancel(client_cb->at_cb.resp_timer);
180 if ((client_cb->at_cb.current_cmd == BTA_HF_CLIENT_AT_NONE ||
182 !alarm_is_scheduled(client_cb->at_cb.hold_timer))
1554 tBTA_HF_CLIENT_AT_CB* at_cb = &client_cb->at_cb; local
    [all...]
  /system/bt/bta/ag/
bta_ag_int.h 220 tBTA_AG_AT_CB at_cb; /* AT command interpreter */ member in struct:__anon105344

Completed in 306 milliseconds