Searched defs:p_q (Results 1 – 3 of 3) sorted by relevance
231 void GKI_init_q(BUFFER_Q* p_q) { in GKI_init_q()598 void GKI_enqueue(BUFFER_Q* p_q, void* p_buf) { in GKI_enqueue()649 void GKI_enqueue_head(BUFFER_Q* p_q, void* p_buf) { in GKI_enqueue_head()697 void* GKI_dequeue(BUFFER_Q* p_q) { in GKI_dequeue()740 void* GKI_remove_from_queue(BUFFER_Q* p_q, void* p_buf) { in GKI_remove_from_queue()789 void* GKI_getfirst(BUFFER_Q* p_q) { return (p_q->p_first); } in GKI_getfirst()802 void* GKI_getlast(BUFFER_Q* p_q) { return (p_q->p_last); } in GKI_getlast()839 bool GKI_queue_is_empty(BUFFER_Q* p_q) { return ((bool)(p_q->count == 0)); } in GKI_queue_is_empty()
68 tBTM_BLE_RESOLVE_Q* p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_enq_resolving_list_pending() local90 tBTM_BLE_RESOLVE_Q* p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_brcm_find_resolving_pending_entry() local116 tBTM_BLE_RESOLVE_Q* p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_deq_resolving_pending() local891 tBTM_BLE_RESOLVE_Q* p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_resolving_list_init() local924 tBTM_BLE_RESOLVE_Q* p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_resolving_list_cleanup() local
1177 tL2C_CCB_Q* p_q = NULL; in l2cu_enqueue_ccb() local1258 tL2C_CCB_Q* p_q = NULL; in l2cu_dequeue_ccb() local