Home
last modified time | relevance | path

Searched refs:p_q_cmd_queue (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_utils.cc311 while (!p_clcb->p_q_cmd_queue.empty()) { in bta_gattc_clcb_dealloc()
312 auto p_q_cmd = p_clcb->p_q_cmd_queue.front(); in bta_gattc_clcb_dealloc()
313 p_clcb->p_q_cmd_queue.pop_front(); in bta_gattc_clcb_dealloc()
492 while (!p_clcb->p_q_cmd_queue.empty()) { in bta_gattc_continue()
493 const tBTA_GATTC_DATA* p_q_cmd = p_clcb->p_q_cmd_queue.front(); in bta_gattc_continue()
495 p_clcb->p_q_cmd_queue.pop_front(); in bta_gattc_continue()
521 p_clcb->p_q_cmd_queue.pop_front(); in bta_gattc_continue()
530 p_clcb->p_q_cmd_queue.pop_front(); in bta_gattc_continue()
540 auto it = std::find(p_clcb->p_q_cmd_queue.begin(), p_clcb->p_q_cmd_queue.end(), p_data); in bta_gattc_is_data_queued()
541 return it != p_clcb->p_q_cmd_queue.end(); in bta_gattc_is_data_queued()
[all …]
Dbta_gattc_int.h294 std::deque<const tBTA_GATTC_DATA*> p_q_cmd_queue; member
Dbta_gattc_act.cc846 p_clcb->p_q_cmd_queue.push_back(p_data); in bta_gattc_cfg_mtu()