Home
last modified time | relevance | path

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

/aosp_15_r20/system/nfc/src/gki/common/
H A Dgki_buffer.cc233 void GKI_init_q(BUFFER_Q* p_q) { in GKI_init_q()
691 void GKI_enqueue(BUFFER_Q* p_q, void* p_buf) { in GKI_enqueue()
742 void GKI_enqueue_head(BUFFER_Q* p_q, void* p_buf) { in GKI_enqueue_head()
790 void* GKI_dequeue(BUFFER_Q* p_q) { in GKI_dequeue()
832 void* GKI_remove_from_queue(BUFFER_Q* p_q, void* p_buf) { in GKI_remove_from_queue()
881 void* GKI_getfirst(BUFFER_Q* p_q) { return (p_q->p_first); } in GKI_getfirst()
894 void* GKI_getlast(BUFFER_Q* p_q) { return (p_q->p_last); } in GKI_getlast()
931 bool GKI_queue_is_empty(BUFFER_Q* p_q) { return ((bool)(p_q->count == 0)); } in GKI_queue_is_empty()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_privacy.cc83 tBTM_BLE_RESOLVE_Q* p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_enq_resolving_list_pending() local
105 tBTM_BLE_RESOLVE_Q* p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_brcm_find_resolving_pending_entry() local
131 tBTM_BLE_RESOLVE_Q* p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_deq_resolving_pending() local
643 tBTM_BLE_RESOLVE_Q* p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_resolving_list_init() local
/aosp_15_r20/hardware/st/nfc/st21nfc/gki/common/
Dgki.h342 #define GKI_IS_QUEUE_EMPTY(p_q) ((p_q)->count == 0) argument
/aosp_15_r20/hardware/st/nfc/1.0/gki/common/
Dgki.h342 #define GKI_IS_QUEUE_EMPTY(p_q) ((p_q)->count == 0) argument
/aosp_15_r20/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