Home
last modified time | relevance | path

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

/system/nfc/src/gki/common/
Dgki.h404 extern void* GKI_remove_from_queue(BUFFER_Q*, void*);
Dgki_buffer.cc832 void* GKI_remove_from_queue(BUFFER_Q* p_q, void* p_buf) { in GKI_remove_from_queue() function
/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc1888 GKI_remove_from_queue(&p_cb->rx_q, p_last); in nfc_ncif_proc_data()