Home
last modified time | relevance | path

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

/system/bt/bta/hf_client/
Dbta_hf_client_at.h87 typedef struct queued_at_cmd tBTA_HF_CLIENT_AT_QCMD; typedef
98 tBTA_HF_CLIENT_AT_QCMD *queued_cmd;
Dbta_hf_client_at.c108 tBTA_HF_CLIENT_AT_QCMD *cur = bta_hf_client_cb.scb.at_cb.queued_cmd; in bta_hf_client_clear_queued_at()
109 tBTA_HF_CLIENT_AT_QCMD *next; in bta_hf_client_clear_queued_at()
122 tBTA_HF_CLIENT_AT_QCMD *new_cmd = in bta_hf_client_queue_at()
123 (tBTA_HF_CLIENT_AT_QCMD *)osi_malloc(sizeof(tBTA_HF_CLIENT_AT_QCMD)); in bta_hf_client_queue_at()
133 tBTA_HF_CLIENT_AT_QCMD *qcmd = bta_hf_client_cb.scb.at_cb.queued_cmd; in bta_hf_client_queue_at()
203 tBTA_HF_CLIENT_AT_QCMD *cur = bta_hf_client_cb.scb.at_cb.queued_cmd; in bta_hf_client_send_queued_at()