Home
last modified time | relevance | path

Searched refs:GKI_getfirst (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/gki/common/
Dgki.h390 extern void* GKI_getfirst(BUFFER_Q*);
Dgki_buffer.cc789 void* GKI_getfirst(BUFFER_Q* p_q) { return (p_q->p_first); } in GKI_getfirst() function
/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc181 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()