Home
last modified time | relevance | path

Searched refs:tx_q (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nci/src/nfc/nfc/
Dnfc_ncif.c150 …UG3 ("nfc_ncif_send_data :%d, num_buff:%d qc:%d", p_cb->conn_id, p_cb->num_buff, p_cb->tx_q.count); in nfc_ncif_send_data()
177 GKI_enqueue (&p_cb->tx_q, p_data); in nfc_ncif_send_data()
181 p_data = (BT_HDR *)GKI_getfirst (&p_cb->tx_q); in nfc_ncif_send_data()
202 p_data = (BT_HDR *)GKI_dequeue (&p_cb->tx_q); in nfc_ncif_send_data()
241 p_data = (BT_HDR *)GKI_getfirst (&p_cb->tx_q); in nfc_ncif_send_data()
1000 while ((p_data = GKI_dequeue (&p_cb->tx_q)) != NULL) in nfc_ncif_proc_deactivate()
Dnfc_utils.c175 while ((p_buf = GKI_dequeue (&p_cb->tx_q)) != NULL) in nfc_free_conn_cb()
Dnfc_main.c1141 while ((p_buf = GKI_dequeue (&p_cb->tx_q)) != NULL) in NFC_FlushData()
/external/libnfc-nci/src/nfc/int/
Dnfc_int.h119 BUFFER_Q tx_q; /* transmit queue */ member