Home
last modified time | relevance | path

Searched refs:queued_cmd (Results 1 – 2 of 2) sorted by relevance

/system/bt/bta/hf_client/
Dbta_hf_client_at.h50 tBTA_HF_CLIENT_AT_QCMD* queued_cmd; member
Dbta_hf_client_at.cc107 tBTA_HF_CLIENT_AT_QCMD* cur = client_cb->at_cb.queued_cmd; in bta_hf_client_clear_queued_at()
116 client_cb->at_cb.queued_cmd = NULL; in bta_hf_client_clear_queued_at()
132 if (client_cb->at_cb.queued_cmd != NULL) { in bta_hf_client_queue_at()
133 tBTA_HF_CLIENT_AT_QCMD* qcmd = client_cb->at_cb.queued_cmd; in bta_hf_client_queue_at()
139 client_cb->at_cb.queued_cmd = new_cmd; in bta_hf_client_queue_at()
203 tBTA_HF_CLIENT_AT_QCMD* cur = client_cb->at_cb.queued_cmd; in bta_hf_client_send_queued_at()
208 client_cb->at_cb.queued_cmd = cur->next; in bta_hf_client_send_queued_at()