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;
903 if (nfc_cb.p_disc_pending)
914 nfc_cb.p_disc_pending = GKI_getbuf ((UINT16)(BT_HDR_SIZE + 1 + params_size));
915 if (nfc_cb.p_disc_pending)
917 p = (UINT8 *)nfc_cb.p_disc_pending;
    [all...]
nfc_ncif.c 318 ps = (UINT8 *)nfc_cb.p_disc_pending;
320 GKI_freebuf (nfc_cb.p_disc_pending);
321 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:__anon22677

Completed in 128 milliseconds