Searched refs:GKI_dequeue (Results 1 – 9 of 9) sorted by relevance
158 while ((p_buf = GKI_dequeue(&p_cb->rx_q)) != nullptr) GKI_freebuf(p_buf); in nfc_free_conn_cb()160 while ((p_buf = GKI_dequeue(&p_cb->tx_q)) != nullptr) GKI_freebuf(p_buf); in nfc_free_conn_cb()
197 p_data = (NFC_HDR*)GKI_dequeue(&p_cb->tx_q); in nfc_ncif_send_data()274 if (!p_buf) p_buf = (NFC_HDR*)GKI_dequeue(&nfc_cb.nci_cmd_xmit_q); in nfc_ncif_check_cmd_queue()1129 while ((p_data = GKI_dequeue(&p_cb->rx_q)) != nullptr) { in nfc_ncif_proc_deactivate()1133 while ((p_data = GKI_dequeue(&p_cb->tx_q)) != nullptr) { in nfc_ncif_proc_deactivate()1580 p_evt = (NFC_HDR*)GKI_dequeue(&p_cb->rx_q); in nfc_data_event()
526 while ((p_msg = (NFC_HDR*)GKI_dequeue(&nfc_cb.nci_cmd_xmit_q)) != nullptr) { in nfc_main_flush_cmd_queue()1098 while ((p_buf = GKI_dequeue(&p_cb->tx_q)) != nullptr) GKI_freebuf(p_buf); in NFC_FlushData()
401 GKI_freebuf(GKI_dequeue(&llcp_cb.lcb.sig_xmit_q)); in llcp_link_deactivate()409 GKI_freebuf(GKI_dequeue(&p_app_cb->ui_xmit_q)); in llcp_link_deactivate()414 GKI_freebuf(GKI_dequeue(&p_app_cb->ui_rx_q)); in llcp_link_deactivate()1061 GKI_freebuf(GKI_dequeue(&p_app_cb->ui_rx_q)); in llcp_link_proc_ui_pdu()1376 p_msg = (NFC_HDR*)GKI_dequeue(&llcp_cb.lcb.sig_xmit_q); in llcp_link_get_next_pdu()1400 p_msg = (NFC_HDR*)GKI_dequeue(&p_app_cb->ui_xmit_q); in llcp_link_get_next_pdu()
570 GKI_freebuf(GKI_dequeue(&p_app_cb->ui_xmit_q)); in LLCP_Deregister()748 GKI_dequeue(&p_app_cb->ui_rx_q); in LLCP_ReadLogicalLinkData()812 GKI_dequeue(&p_app_cb->ui_rx_q); in LLCP_FlushLogicalLinkRxData()1159 GKI_dequeue(&p_dlcb->i_rx_q); in LLCP_ReadDataLinkData()1230 GKI_dequeue(&p_dlcb->i_rx_q); in LLCP_FlushDataLinkRxData()
604 GKI_freebuf(GKI_dequeue(&p_dlcb->i_xmit_q)); in llcp_dlc_flush_q()1305 p_msg = (NFC_HDR*)GKI_dequeue(&p_dlcb->i_xmit_q); in llcp_dlc_get_next_pdu()
387 extern void* GKI_dequeue(BUFFER_Q*);
697 void* GKI_dequeue(BUFFER_Q* p_q) { in GKI_dequeue() function748 return (GKI_dequeue(p_q)); in GKI_remove_from_queue()
86 ((p_msg = (NFC_HDR*)GKI_dequeue(&nfa_hci_cb.hci_host_reset_api_q)) == in nfa_hci_check_pending_api_requests()137 ((p_msg = (NFC_HDR*)GKI_dequeue(&nfa_hci_cb.hci_api_q)) == nullptr)) in nfa_hci_check_api_requests()