Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/nfc/
Dnfc_main.c321 GKI_freebuf (nfc_cb.p_disc_pending); in nfc_gen_cleanup()
322 nfc_cb.p_disc_pending = NULL; in nfc_gen_cleanup()
420 ps = (UINT8 *)nfc_cb.p_disc_pending; in nfc_main_handle_hal_evt()
422 GKI_freebuf (nfc_cb.p_disc_pending); in nfc_main_handle_hal_evt()
423 nfc_cb.p_disc_pending = NULL; in nfc_main_handle_hal_evt()
898 if (nfc_cb.p_disc_pending) in NFC_DiscoveryStart()
909 nfc_cb.p_disc_pending = GKI_getbuf ((UINT16)(BT_HDR_SIZE + 1 + params_size)); in NFC_DiscoveryStart()
910 if (nfc_cb.p_disc_pending) in NFC_DiscoveryStart()
912 p = (UINT8 *)nfc_cb.p_disc_pending; in NFC_DiscoveryStart()
1146 GKI_freebuf (nfc_cb.p_disc_pending); in NFC_Deactivate()
[all …]
Dnfc_ncif.c319 ps = (UINT8 *)nfc_cb.p_disc_pending; in nfc_ncif_check_cmd_queue()
321 GKI_freebuf (nfc_cb.p_disc_pending); in nfc_ncif_check_cmd_queue()
322 nfc_cb.p_disc_pending = NULL; in nfc_ncif_check_cmd_queue()
/external/libnfc-nci/src/nfc/int/
Dnfc_int.h168 …void *p_disc_pending; /* the parameters associated with pending NFC_Disco… member