Searched defs:p_q (Results 1 – 10 of 10) sorted by relevance
/external/bluetooth/bluedroid/hci/src/ |
D | utils.c | 80 void utils_queue_init (BUFFER_Q *p_q) in utils_queue_init() 95 void utils_enqueue (BUFFER_Q *p_q, void *p_buf) in utils_enqueue() 129 void *utils_dequeue (BUFFER_Q *p_q) in utils_dequeue() 146 void *utils_dequeue_unlocked (BUFFER_Q *p_q) in utils_dequeue_unlocked() 204 void *utils_remove_from_queue (BUFFER_Q *p_q, void *p_buf) in utils_remove_from_queue() 220 void *utils_remove_from_queue_unlocked (BUFFER_Q *p_q, void *p_buf) in utils_remove_from_queue_unlocked()
|
/external/bluetooth/bluedroid/gki/common/ |
D | gki_buffer.c | 343 void GKI_init_q (BUFFER_Q *p_q) in GKI_init_q() 752 void GKI_enqueue (BUFFER_Q *p_q, void *p_buf) in GKI_enqueue() 807 void GKI_enqueue_head (BUFFER_Q *p_q, void *p_buf) in GKI_enqueue_head() 861 void *GKI_dequeue (BUFFER_Q *p_q) in GKI_dequeue() 908 void *GKI_remove_from_queue (BUFFER_Q *p_q, void *p_buf) in GKI_remove_from_queue() 962 void *GKI_getfirst (BUFFER_Q *p_q) in GKI_getfirst() 979 void *GKI_getlast (BUFFER_Q *p_q) in GKI_getlast() 1020 BOOLEAN GKI_queue_is_empty(BUFFER_Q *p_q) in GKI_queue_is_empty()
|
D | gki.h | 119 #define GKI_IS_QUEUE_EMPTY(p_q) ((p_q)->count == 0) argument
|
/external/libnfc-nci/src/gki/common/ |
D | gki_buffer.c | 331 void GKI_init_q (BUFFER_Q *p_q) in GKI_init_q() 812 void GKI_enqueue (BUFFER_Q *p_q, void *p_buf) in GKI_enqueue() 867 void GKI_enqueue_head (BUFFER_Q *p_q, void *p_buf) in GKI_enqueue_head() 921 void *GKI_dequeue (BUFFER_Q *p_q) in GKI_dequeue() 968 void *GKI_remove_from_queue (BUFFER_Q *p_q, void *p_buf) in GKI_remove_from_queue() 1022 void *GKI_getfirst (BUFFER_Q *p_q) in GKI_getfirst() 1038 void *GKI_getlast (BUFFER_Q *p_q) in GKI_getlast() 1079 BOOLEAN GKI_queue_is_empty(BUFFER_Q *p_q) in GKI_queue_is_empty()
|
D | gki.h | 369 #define GKI_IS_QUEUE_EMPTY(p_q) ((p_q)->count == 0) argument
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
D | gki_buffer.c | 331 void GKI_init_q (BUFFER_Q *p_q) in GKI_init_q() 812 void GKI_enqueue (BUFFER_Q *p_q, void *p_buf) in GKI_enqueue() 867 void GKI_enqueue_head (BUFFER_Q *p_q, void *p_buf) in GKI_enqueue_head() 921 void *GKI_dequeue (BUFFER_Q *p_q) in GKI_dequeue() 968 void *GKI_remove_from_queue (BUFFER_Q *p_q, void *p_buf) in GKI_remove_from_queue() 1022 void *GKI_getfirst (BUFFER_Q *p_q) in GKI_getfirst() 1038 void *GKI_getlast (BUFFER_Q *p_q) in GKI_getlast() 1079 BOOLEAN GKI_queue_is_empty(BUFFER_Q *p_q) in GKI_queue_is_empty()
|
D | gki.h | 366 #define GKI_IS_QUEUE_EMPTY(p_q) ((p_q)->count == 0) argument
|
/external/bluetooth/bluedroid/vnd/ble/ |
D | vendor_ble.c | 64 tBTM_BLE_IRK_Q *p_q = &btm_ble_vendor_cb.irk_pend_q; in btm_ble_vendor_enq_irk_pending() local 90 tBTM_BLE_IRK_Q *p_q = &btm_ble_vendor_cb.irk_pend_q; in btm_ble_vendor_find_irk_pending_entry() local 120 tBTM_BLE_IRK_Q *p_q = &btm_ble_vendor_cb.irk_pend_q; in btm_ble_vendor_deq_irk_pending() local
|
/external/bluetooth/bluedroid/stack/l2cap/ |
D | l2c_utils.c | 1243 tL2C_CCB_Q *p_q = NULL; in l2cu_enqueue_ccb() local 1334 tL2C_CCB_Q *p_q = NULL; in l2cu_dequeue_ccb() local
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_media_task.c | 1465 static void btif_media_flush_q(BUFFER_Q *p_q) in btif_media_flush_q()
|