Searched refs:p_disc_pending (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_main.c325 GKI_freebuf (nfc_cb.p_disc_pending);
326 nfc_cb.p_disc_pending = NULL;
424 ps = (UINT8 *)nfc_cb.p_disc_pending;
426 GKI_freebuf (nfc_cb.p_disc_pending);
427 nfc_cb.p_disc_pending = NULL;
902 if (nfc_cb.p_disc_pending)
913 nfc_cb.p_disc_pending = GKI_getbuf ((UINT16)(BT_HDR_SIZE + 1 + params_size));
914 if (nfc_cb.p_disc_pending)
916 p = (UINT8 *)nfc_cb.p_disc_pending;
1150 GKI_freebuf (nfc_cb.p_disc_pending);
[all...]
H A Dnfc_ncif.c318 ps = (UINT8 *)nfc_cb.p_disc_pending;
320 GKI_freebuf (nfc_cb.p_disc_pending);
321 nfc_cb.p_disc_pending = NULL;
/external/libnfc-nci/src/nfc/int/
H A Dnfc_int.h169 void *p_disc_pending; /* the parameters associated with pending NFC_DiscoveryStart */ member in struct:__anon8662

Completed in 23 milliseconds