Searched refs:rx_q (Results 1 – 3 of 3) sorted by relevance
158 while ((p_buf = GKI_dequeue(&p_cb->rx_q)) != nullptr) GKI_freebuf(p_buf); in nfc_free_conn_cb()
1128 while ((p_data = GKI_dequeue(&p_cb->rx_q)) != nullptr) { in nfc_ncif_proc_deactivate()1569 while ((p_evt = (NFC_HDR*)GKI_getfirst(&p_cb->rx_q)) != nullptr) { in nfc_data_event()1583 p_evt = (NFC_HDR*)GKI_dequeue(&p_cb->rx_q); in nfc_data_event()1668 p_last = (NFC_HDR*)GKI_getlast(&p_cb->rx_q); in nfc_ncif_proc_data()1687 GKI_remove_from_queue(&p_cb->rx_q, p_last); in nfc_ncif_proc_data()1689 GKI_enqueue(&p_cb->rx_q, p_max); in nfc_ncif_proc_data()1720 GKI_enqueue(&p_cb->rx_q, p_msg); in nfc_ncif_proc_data()1730 GKI_enqueue(&p_cb->rx_q, p_msg); in nfc_ncif_proc_data()
127 BUFFER_Q rx_q; /* receive queue */ member