HomeSort by relevance Sort by last modified time
    Searched refs:p_disc_pending (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 325 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;
904 if (nfc_cb.p_disc_pending)
915 nfc_cb.p_disc_pending = GKI_getbuf ((UINT16)(BT_HDR_SIZE + 1 + params_size));
916 if (nfc_cb.p_disc_pending)
918 p = (UINT8 *)nfc_cb.p_disc_pending;
    [all...]
nfc_ncif.c 320 ps = (UINT8 *)nfc_cb.p_disc_pending;
322 GKI_freebuf (nfc_cb.p_disc_pending);
323 nfc_cb.p_disc_pending = NULL;
    [all...]
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 170 void *p_disc_pending; /* the parameters associated with pending NFC_DiscoveryStart */ member in struct:__anon8066

Completed in 149 milliseconds