Searched refs:GKI_getfirst (Results 1 – 3 of 3) sorted by relevance
390 extern void* GKI_getfirst(BUFFER_Q*);
789 void* GKI_getfirst(BUFFER_Q* p_q) { return (p_q->p_first); } in GKI_getfirst() function
181 p_data = (NFC_HDR*)GKI_getfirst(&p_cb->tx_q); in nfc_ncif_send_data()232 p_data = (NFC_HDR*)GKI_getfirst(&p_cb->tx_q); in nfc_ncif_send_data()1566 while ((p_evt = (NFC_HDR*)GKI_getfirst(&p_cb->rx_q)) != nullptr) { in nfc_data_event()