HomeSort by relevance Sort by last modified time
    Searched full:uid_len (Results 1 - 9 of 9) sorted by null

  /external/libnfc-nci/src/nfa/ce/
nfa_ce_api.c 112 ** (or)if p_uid is NULL and uid_len is not 0
114 ** (or)if uid_len is not 0 and protocol mask is not set for Type 1/2
115 ** (or)if protocol mask is set for Type 1 and uid_len is not 4/7
116 ** (or)if protocol mask is set for Type 2 and uid_len is not 4/10
126 UINT8 uid_len,
149 if ((uid_len) && !(protocol_mask & NFA_PROTOCOL_MASK_T1T) && !(protocol_mask & NFA_PROTOCOL_MASK_T2T))
155 if ((uid_len) && (protocol_mask & NFA_PROTOCOL_MASK_T1T) && (uid_len != NFA_T1T_UID_LEN) && (uid_len != NFA_T1T_CMD_UID_LEN))
157 NFA_TRACE_ERROR1 ("NFA_CeConfigureLocalTag: Invalid UID Length for Type 1: 0x%x", uid_len);
    [all...]
nfa_ce_act.c     [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_ce_api.h 77 ** (or)if p_uid is NULL and uid_len is not 0
79 ** (or)if uid_len is not 0 and protocol mask is not set for Type 1/2
80 ** (or)if protocol mask is set for Type 1 and uid_len is not 4/7
81 ** (or)if protocol mask is set for Type 2 and uid_len is not 4/10
91 UINT8 uid_len,
  /external/libnfc-nxp/src/
phFriNfc_OvrHal.c 113 uint8_t uid_len = local
117 switch (uid_len)
122 uid_len = MIFARE_UID_LEN_TO_COPY;
145 uid_len);
147 (void)memcpy((mif_send_buf + uid_len), &(SendBuf[i]), length);
148 length += uid_len;
  /frameworks/base/cmds/installd/
utils.c 63 size_t uid_len; local
67 uid_len = 0;
70 uid_len = snprintf(NULL, 0, "%d", persona);
73 const size_t prefix_len = android_data_dir.len + strlen(persona_prefix) + uid_len + 1 /*slash*/;
87 if (ret < 0 || (size_t) ret != uid_len + 1) {
107 size_t uid_len; local
111 uid_len = 0;
114 uid_len = snprintf(NULL, 0, "%d/", persona);
127 if (dst_size < uid_len + 1) {
132 if (ret < 0 || (size_t) ret != uid_len) {
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_ce_int.h 73 UINT8 uid_len; member in struct:__anon9177
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp 234 if (mTechParams[0].param.pk.uid_len == mLastKovioUidLen)
236 if (memcmp(mLastKovioUid, &mTechParams [0].param.pk.uid, mTechParams[0].param.pk.uid_len) == 0)
250 if ((mLastKovioUidLen = mTechParams[0].param.pk.uid_len) > NFC_KOVIO_MAX_LEN)
    [all...]
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 564 UINT8 uid_len; member in struct:__anon9399
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 693 p_param->param.pk.uid_len = *p++;
    [all...]

Completed in 217 milliseconds