Home
last modified time | relevance | path

Searched refs:rx_q (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/nfc/nfc/
Dnfc_utils.cc158 while ((p_buf = GKI_dequeue(&p_cb->rx_q)) != nullptr) GKI_freebuf(p_buf); in nfc_free_conn_cb()
Dnfc_ncif.cc1354 while ((p_data = GKI_dequeue(&p_cb->rx_q)) != nullptr) { in nfc_ncif_proc_deactivate()
1818 while ((p_evt = (NFC_HDR*)GKI_getfirst(&p_cb->rx_q)) != nullptr) { in nfc_data_event()
1832 p_evt = (NFC_HDR*)GKI_dequeue(&p_cb->rx_q); in nfc_data_event()
1918 p_last = (NFC_HDR*)GKI_getlast(&p_cb->rx_q); in nfc_ncif_proc_data()
1937 GKI_remove_from_queue(&p_cb->rx_q, p_last); in nfc_ncif_proc_data()
1939 GKI_enqueue(&p_cb->rx_q, p_max); in nfc_ncif_proc_data()
1969 GKI_enqueue(&p_cb->rx_q, p_msg); in nfc_ncif_proc_data()
1979 GKI_enqueue(&p_cb->rx_q, p_msg); in nfc_ncif_proc_data()
/system/nfc/src/nfc/include/
Dnfc_int.h127 BUFFER_Q rx_q; /* receive queue */ member