Home
last modified time | relevance | path

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

/packages/modules/Nfc/libnfc-nci/src/gki/common/
Dgki_buffer.cc238 void GKI_init_q(BUFFER_Q* p_q) { in GKI_init_q()
698 void GKI_enqueue(BUFFER_Q* p_q, void* p_buf) { in GKI_enqueue()
749 void GKI_enqueue_head(BUFFER_Q* p_q, void* p_buf) { in GKI_enqueue_head()
797 void* GKI_dequeue(BUFFER_Q* p_q) { in GKI_dequeue()
839 void* GKI_remove_from_queue(BUFFER_Q* p_q, void* p_buf) { in GKI_remove_from_queue()
888 void* GKI_getfirst(BUFFER_Q* p_q) { return (p_q->p_first); } in GKI_getfirst()
901 void* GKI_getlast(BUFFER_Q* p_q) { return (p_q->p_last); } in GKI_getlast()
938 bool GKI_queue_is_empty(BUFFER_Q* p_q) { return ((bool)(p_q->count == 0)); } in GKI_queue_is_empty()
Dgki.h515 void enqueue(BUFFER_Q* p_q, void* p_buf) override { in enqueue()
518 void* dequeue(BUFFER_Q* p_q) override { return GKI_dequeue(p_q); }; in dequeue()
523 void* remove_from_queue(BUFFER_Q* p_q, void* p_buf) override { in remove_from_queue()
526 void* getlast(BUFFER_Q* p_q) override { return GKI_getlast(p_q); } in getlast()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_privacy.cc81 tBTM_BLE_RESOLVE_Q* p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_enq_resolving_list_pending() local
103 tBTM_BLE_RESOLVE_Q* p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_brcm_find_resolving_pending_entry() local
129 tBTM_BLE_RESOLVE_Q* p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_deq_resolving_pending() local
641 tBTM_BLE_RESOLVE_Q* p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_resolving_list_init() local
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_utils.cc1158 tL2C_CCB_Q* p_q = NULL; in l2cu_enqueue_ccb() local
1240 tL2C_CCB_Q* p_q = NULL; in l2cu_dequeue_ccb() local