Searched refs:BUFFER_Q (Results 1 - 9 of 9) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki.h364 } BUFFER_Q; typedef in typeref:struct:__anon10333
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 *);
H A Dgki_buffer.c331 void GKI_init_q (BUFFER_Q *p_q)
812 void GKI_enqueue (BUFFER_Q *p_q, void *p_buf)
867 void GKI_enqueue_head (BUFFER_Q *p_q, void *p_buf)
921 void *GKI_dequeue (BUFFER_Q *p_q)
968 void *GKI_remove_from_queue (BUFFER_Q *p_q, void *p_buf)
1022 void *GKI_getfirst (BUFFER_Q *p_q)
1038 void *GKI_getlast (BUFFER_Q *p_q)
1079 BOOLEAN GKI_queue_is_empty(BUFFER_Q *p_q)
/external/libnfc-nci/src/gki/common/
H A Dgki.h367 } BUFFER_Q; typedef in typeref:struct:__anon10362
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 *);
H A Dgki_buffer.c331 void GKI_init_q (BUFFER_Q *p_q)
812 void GKI_enqueue (BUFFER_Q *p_q, void *p_buf)
867 void GKI_enqueue_head (BUFFER_Q *p_q, void *p_buf)
921 void *GKI_dequeue (BUFFER_Q *p_q)
968 void *GKI_remove_from_queue (BUFFER_Q *p_q, void *p_buf)
1022 void *GKI_getfirst (BUFFER_Q *p_q)
1038 void *GKI_getlast (BUFFER_Q *p_q)
1079 BOOLEAN GKI_queue_is_empty(BUFFER_Q *p_q)
/external/libnfc-nci/src/nfc/int/
H A Dllcp_int.h89 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 */
H A Dnfc_int.h119 BUFFER_Q tx_q; /* transmit queue */
120 BUFFER_Q rx_q; /* receive queue */
193 BUFFER_Q nci_cmd_xmit_q; /* NCI command queue */
/external/libnfc-nci/src/nfa/int/
H A Dnfa_dta_int.h311 BUFFER_Q llcp_cl_buffer; /* buffer for the connectionless echo test application */
312 BUFFER_Q llcp_co_buffer; /* buffer for the connection-oriented echo test application*/
H A Dnfa_hci_int.h402 BUFFER_Q hci_api_q; /* Buffer Q to hold incoming API commands */
403 BUFFER_Q hci_host_reset_api_q; /* Buffer Q to hold incoming API commands to a host that is reactivating */
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c521 BUFFER_Q Userial_in_q;

Completed in 92 milliseconds