Home
last modified time | relevance | path

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

/system/nfc/halimpl/bcm2079x/gki/common/
Dgki.h424 extern void* GKI_remove_from_queue(BUFFER_Q*, void*);
Dgki_buffer.c935 void* GKI_remove_from_queue(BUFFER_Q* p_q, void* p_buf) { in GKI_remove_from_queue() function
/system/nfc/src/gki/common/
Dgki.h418 extern void* GKI_remove_from_queue(BUFFER_Q*, void*);
Dgki_buffer.c936 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.c1390 GKI_remove_from_queue(&p_cb->rx_q, p_last); in nfc_ncif_proc_data()