Home
last modified time | relevance | path

Searched refs:GKI_dequeue (Results 1 – 6 of 6) sorted by relevance

/system/nfc/src/nfc/nfc/
Dnfc_utils.cc156 while ((p_buf = GKI_dequeue(&p_cb->rx_q)) != nullptr) GKI_freebuf(p_buf); in nfc_free_conn_cb()
158 while ((p_buf = GKI_dequeue(&p_cb->tx_q)) != nullptr) GKI_freebuf(p_buf); in nfc_free_conn_cb()
Dnfc_ncif.cc198 p_data = (NFC_HDR*)GKI_dequeue(&p_cb->tx_q); in nfc_ncif_send_data()
277 if (!p_buf) p_buf = (NFC_HDR*)GKI_dequeue(&nfc_cb.nci_cmd_xmit_q); in nfc_ncif_check_cmd_queue()
1287 while ((p_data = GKI_dequeue(&p_cb->rx_q)) != nullptr) { in nfc_ncif_proc_deactivate()
1291 while ((p_data = GKI_dequeue(&p_cb->tx_q)) != nullptr) { in nfc_ncif_proc_deactivate()
1785 p_evt = (NFC_HDR*)GKI_dequeue(&p_cb->rx_q); in nfc_data_event()
Dnfc_main.cc557 while ((p_msg = (NFC_HDR*)GKI_dequeue(&nfc_cb.nci_cmd_xmit_q)) != nullptr) { in nfc_main_flush_cmd_queue()
1153 while ((p_buf = GKI_dequeue(&p_cb->tx_q)) != nullptr) GKI_freebuf(p_buf); in NFC_FlushData()
/system/nfc/src/gki/common/
Dgki.h396 extern void* GKI_dequeue(BUFFER_Q*);
Dgki_buffer.cc790 void* GKI_dequeue(BUFFER_Q* p_q) { in GKI_dequeue() function
840 return (GKI_dequeue(p_q)); in GKI_remove_from_queue()
/system/nfc/src/nfa/hci/
Dnfa_hci_act.cc83 ((p_msg = (NFC_HDR*)GKI_dequeue(&nfa_hci_cb.hci_host_reset_api_q)) == in nfa_hci_check_pending_api_requests()
134 ((p_msg = (NFC_HDR*)GKI_dequeue(&nfa_hci_cb.hci_api_q)) == nullptr)) in nfa_hci_check_api_requests()