Searched refs:BUFFER_Q (Results 1 – 4 of 4) sorted by relevance
342 } BUFFER_Q; typedef396 extern void* GKI_dequeue(BUFFER_Q*);397 extern void GKI_enqueue(BUFFER_Q*, void*);398 extern void GKI_enqueue_head(BUFFER_Q*, void*);399 extern void* GKI_getfirst(BUFFER_Q*);400 extern void* GKI_getlast(BUFFER_Q*);402 extern void GKI_init_q(BUFFER_Q*);403 extern bool GKI_queue_is_empty(BUFFER_Q*);404 extern void* GKI_remove_from_queue(BUFFER_Q*, void*);
233 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()
112 BUFFER_Q tx_q; /* transmit queue */113 BUFFER_Q rx_q; /* receive queue */191 BUFFER_Q nci_cmd_xmit_q; /* NCI command queue */
406 BUFFER_Q hci_api_q; /* Buffer Q to hold incoming API commands */407 BUFFER_Q hci_host_reset_api_q; /* Buffer Q to hold incoming API commands to a