Home
last modified time | relevance | path

Searched defs:p_q (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_privacy.c67 tBTM_BLE_RESOLVE_Q *p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_enq_resolving_list_pending() local
89 tBTM_BLE_RESOLVE_Q *p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_brcm_find_resolving_pending_entry() local
116 tBTM_BLE_RESOLVE_Q *p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_deq_resolving_pending() local
989 tBTM_BLE_RESOLVE_Q *p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_resolving_list_init() local
1023 tBTM_BLE_RESOLVE_Q *p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_resolving_list_cleanup() local
/system/bt/stack/gap/
Dgap_ble.c153 tGAP_BLE_REQ *p_q; in gap_ble_dealloc_clcb() local
179 tGAP_BLE_REQ *p_q = (tGAP_BLE_REQ *)osi_malloc(sizeof(tGAP_BLE_REQ)); in gap_ble_enqueue_request() local
199 tGAP_BLE_REQ *p_q = (tGAP_BLE_REQ *)fixed_queue_try_dequeue(p_clcb->pending_req_q);; in gap_ble_dequeue_request() local
/system/bt/stack/l2cap/
Dl2c_utils.c1260 tL2C_CCB_Q *p_q = NULL; in l2cu_enqueue_ccb() local
1351 tL2C_CCB_Q *p_q = NULL; in l2cu_dequeue_ccb() local
/system/bt/btif/src/
Dbtif_media_task.c1491 static void btif_media_flush_q(fixed_queue_t *p_q) in btif_media_flush_q()