Searched refs:BUFFER_Q (Results 1 – 6 of 6) sorted by relevance
327 } BUFFER_Q; typedef387 extern void* GKI_dequeue(BUFFER_Q*);388 extern void GKI_enqueue(BUFFER_Q*, void*);389 extern void GKI_enqueue_head(BUFFER_Q*, void*);390 extern void* GKI_getfirst(BUFFER_Q*);391 extern void* GKI_getlast(BUFFER_Q*);393 extern void GKI_init_q(BUFFER_Q*);394 extern bool GKI_queue_is_empty(BUFFER_Q*);395 extern void* GKI_remove_from_queue(BUFFER_Q*, void*);
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()
89 BUFFER_Q sig_xmit_q; /* tx signaling PDU queue */114 BUFFER_Q ui_xmit_q; /* UI PDU queue for transmitting */115 BUFFER_Q ui_rx_q; /* UI PDU queue for receiving */189 BUFFER_Q i_xmit_q; /* tx queue of I PDU */192 BUFFER_Q i_rx_q; /* rx queue of I PDU */
126 BUFFER_Q tx_q; /* transmit queue */127 BUFFER_Q rx_q; /* receive queue */203 BUFFER_Q nci_cmd_xmit_q; /* NCI command queue */
231 BUFFER_Q233 BUFFER_Q llcp_co_buffer; /* buffer for the connection-oriented echo test
404 BUFFER_Q hci_api_q; /* Buffer Q to hold incoming API commands */405 BUFFER_Q hci_host_reset_api_q; /* Buffer Q to hold incoming API commands to a