Home
last modified time | relevance | path

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

/system/nfc/src/nfc/nfc/
Dnfc_utils.cc160 while ((p_buf = GKI_dequeue(&p_cb->tx_q)) != nullptr) GKI_freebuf(p_buf); in nfc_free_conn_cb()
Dnfc_ncif.cc157 p_cb->conn_id, p_cb->num_buff, p_cb->tx_q.count); in nfc_ncif_send_data()
180 GKI_enqueue(&p_cb->tx_q, p_data); in nfc_ncif_send_data()
184 p_data = (NFC_HDR*)GKI_getfirst(&p_cb->tx_q); in nfc_ncif_send_data()
200 p_data = (NFC_HDR*)GKI_dequeue(&p_cb->tx_q); in nfc_ncif_send_data()
235 p_data = (NFC_HDR*)GKI_getfirst(&p_cb->tx_q); in nfc_ncif_send_data()
1371 while ((p_data = GKI_dequeue(&p_cb->tx_q)) != nullptr) { in nfc_ncif_proc_deactivate()
Dnfc_main.cc1146 while ((p_buf = GKI_dequeue(&p_cb->tx_q)) != nullptr) GKI_freebuf(p_buf); in NFC_FlushData()
/system/nfc/src/nfc/include/
Dnfc_int.h126 BUFFER_Q tx_q; /* transmit queue */ member