Searched refs:GKI_dequeue (Results 1 – 6 of 6) sorted by relevance
156 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()
198 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()
557 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()
396 extern void* GKI_dequeue(BUFFER_Q*);
790 void* GKI_dequeue(BUFFER_Q* p_q) { in GKI_dequeue() function840 return (GKI_dequeue(p_q)); in GKI_remove_from_queue()
83 ((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()