Searched refs:p_disc_pending (Results 1 – 3 of 3) sorted by relevance
325 GKI_freebuf (nfc_cb.p_disc_pending); in nfc_gen_cleanup()326 nfc_cb.p_disc_pending = NULL; in nfc_gen_cleanup()424 ps = (UINT8 *)nfc_cb.p_disc_pending; in nfc_main_handle_hal_evt()426 GKI_freebuf (nfc_cb.p_disc_pending); in nfc_main_handle_hal_evt()427 nfc_cb.p_disc_pending = NULL; in nfc_main_handle_hal_evt()910 if (nfc_cb.p_disc_pending) in NFC_DiscoveryStart()921 nfc_cb.p_disc_pending = GKI_getbuf ((UINT16)(BT_HDR_SIZE + 1 + params_size)); in NFC_DiscoveryStart()922 if (nfc_cb.p_disc_pending) in NFC_DiscoveryStart()924 p = (UINT8 *)nfc_cb.p_disc_pending; in NFC_DiscoveryStart()1185 GKI_freebuf (nfc_cb.p_disc_pending); in NFC_Deactivate()[all …]
321 ps = (UINT8 *)nfc_cb.p_disc_pending; in nfc_ncif_check_cmd_queue()323 GKI_freebuf (nfc_cb.p_disc_pending); in nfc_ncif_check_cmd_queue()324 nfc_cb.p_disc_pending = NULL; in nfc_ncif_check_cmd_queue()
179 …void *p_disc_pending; /* the parameters associated with pending NFC_Disco… member