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

  /external/libnfc-nci/src/nfa/include/
nfa_rw_api.h 475 NFC_API extern tNFA_STATUS NFA_RwI93Inventory (BOOLEAN afi_present, UINT8 afi, UINT8 *p_uid);
612 NFC_API extern tNFA_STATUS NFA_RwI93Select (UINT8 *p_uid);
721 NFC_API extern tNFA_STATUS NFA_RwI93GetSysInfo (UINT8 *p_uid);
nfa_ce_api.h 65 ** as long as the local NDEF tag is enabled. Also, Input parameters p_uid and
88 UINT8 *p_uid);
  /external/tcpdump/
print-wb.c 89 u_int32_t p_uid; /* page number */ member in struct:PageID
199 EXTRACT_32BITS(&id->pi_ps.page.p_uid),
202 EXTRACT_32BITS(&id->pi_mpage.p_uid));
237 EXTRACT_32BITS(&rreq->pr_page.p_uid),
253 EXTRACT_32BITS(&preq->pp_page.p_uid));
277 EXTRACT_32BITS(&ps->page.p_uid));
355 EXTRACT_32BITS(&dop->pd_page.p_uid),
376 EXTRACT_32BITS(&dop->pd_page.p_uid),
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_api.c 822 tNFA_STATUS NFA_RwI93Inventory (BOOLEAN afi_present, UINT8 afi, UINT8 *p_uid)
842 if (p_uid)
845 memcpy (p_msg->params.i93_cmd.uid, p_uid, I93_UID_BYTE_LEN);
    [all...]
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_api.c 104 ** should happen before calling this function. Also, Input parameters p_uid and
123 UINT8 *p_uid)
164 memcpy (p_msg->local_tag.uid, p_uid, uid_len);
  /external/libnfc-nci/src/nfc/include/
rw_api.h     [all...]
  /external/libnfc-nci/src/nfc/int/
rw_int.h     [all...]

Completed in 74 milliseconds