Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/gki/common/
Dgki.h452 GKI_API extern void *GKI_remove_from_queue (BUFFER_Q *, void *);
Dgki_buffer.c968 void *GKI_remove_from_queue (BUFFER_Q *p_q, void *p_buf) in GKI_remove_from_queue() function
/external/libnfc-nci/src/gki/common/
Dgki.h454 GKI_API extern void *GKI_remove_from_queue (BUFFER_Q *, void *);
Dgki_buffer.c968 void *GKI_remove_from_queue (BUFFER_Q *p_q, void *p_buf) in GKI_remove_from_queue() function
/external/libnfc-nci/src/nfc/nfc/
Dnfc_ncif.c1518 GKI_remove_from_queue (&p_cb->rx_q, p_last); in nfc_ncif_proc_data()