Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/nfc/
Dnfc_ncif.c995 while ((p_data = GKI_dequeue (&p_cb->rx_q)) != NULL) in nfc_ncif_proc_deactivate()
1412 while ((p_evt = (BT_HDR *)GKI_getfirst (&p_cb->rx_q)) != NULL) in nfc_data_event()
1430 p_evt = (BT_HDR *) GKI_dequeue (&p_cb->rx_q); in nfc_data_event()
1495 p_last = (BT_HDR *)GKI_getlast (&p_cb->rx_q); in nfc_ncif_proc_data()
1516 GKI_remove_from_queue (&p_cb->rx_q, p_last); in nfc_ncif_proc_data()
1518 GKI_enqueue (&p_cb->rx_q, p_max); in nfc_ncif_proc_data()
1558 GKI_enqueue (&p_cb->rx_q, p_msg); in nfc_ncif_proc_data()
1572 GKI_enqueue (&p_cb->rx_q, p_msg); in nfc_ncif_proc_data()
Dnfc_utils.c172 while ((p_buf = GKI_dequeue (&p_cb->rx_q)) != NULL) in nfc_free_conn_cb()
/external/libnfc-nci/src/nfc/int/
Dnfc_int.h120 BUFFER_Q rx_q; /* receive queue */ member