Searched refs:BUFFER_Q (Results 1 – 9 of 9) sorted by relevance
/external/libnfc-nci/src/gki/common/ |
D | gki.h | 367 } BUFFER_Q; typedef 446 GKI_API extern void *GKI_dequeue (BUFFER_Q *); 447 GKI_API extern void GKI_enqueue (BUFFER_Q *, void *); 448 GKI_API extern void GKI_enqueue_head (BUFFER_Q *, void *); 449 GKI_API extern void *GKI_getfirst (BUFFER_Q *); 450 GKI_API extern void *GKI_getlast (BUFFER_Q *); 452 GKI_API extern void GKI_init_q (BUFFER_Q *); 453 GKI_API extern BOOLEAN GKI_queue_is_empty(BUFFER_Q *); 454 GKI_API extern void *GKI_remove_from_queue (BUFFER_Q *, void *);
|
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()
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
D | gki.h | 364 } BUFFER_Q; typedef 444 GKI_API extern void *GKI_dequeue (BUFFER_Q *); 445 GKI_API extern void GKI_enqueue (BUFFER_Q *, void *); 446 GKI_API extern void GKI_enqueue_head (BUFFER_Q *, void *); 447 GKI_API extern void *GKI_getfirst (BUFFER_Q *); 448 GKI_API extern void *GKI_getlast (BUFFER_Q *); 450 GKI_API extern void GKI_init_q (BUFFER_Q *); 451 GKI_API extern BOOLEAN GKI_queue_is_empty(BUFFER_Q *); 452 GKI_API extern void *GKI_remove_from_queue (BUFFER_Q *, void *);
|
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()
|
/external/libnfc-nci/src/nfc/int/ |
D | llcp_int.h | 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 */ 190 BUFFER_Q i_xmit_q; /* tx queue of I PDU */ 193 BUFFER_Q i_rx_q; /* rx queue of I PDU */
|
D | nfc_int.h | 110 BUFFER_Q tx_q; /* transmit queue */ 111 BUFFER_Q rx_q; /* receive queue */ 184 BUFFER_Q nci_cmd_xmit_q; /* NCI command queue */
|
/external/libnfc-nci/src/nfa/int/ |
D | nfa_dta_int.h | 311 …BUFFER_Q llcp_cl_buffer; /* buffer for the connectionless echo test applica… 312 …BUFFER_Q llcp_co_buffer; /* buffer for the connection-oriented echo test ap…
|
D | nfa_hci_int.h | 402 …BUFFER_Q hci_api_q; /* Buffer Q to hold incoming A… 403 …BUFFER_Q hci_host_reset_api_q; /* Buffer Q to hold incoming A…
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | userial_linux.c | 520 BUFFER_Q Userial_in_q;
|