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

  /external/libnfc-nci/src/nfc/ndef/
ndef_utils.c 83 UINT8 rec_hdr=0, type_len, id_len; local
112 type_len = *p_rec++;
147 if ( (type_len != 0) || (id_len != 0) || ((rec_hdr & NDEF_TNF_MASK) != NDEF_TNF_UNCHANGED) )
164 if ( (type_len != 0) || (id_len != 0) || ((rec_hdr & NDEF_TNF_MASK) != NDEF_TNF_UNCHANGED) )
180 if ( (type_len != 0) || (id_len != 0) || (payload_len != 0) )
186 if (type_len != 0)
191 p_rec += (payload_len + type_len + id_len);
223 UINT8 rec_hdr, type_len, id_len; local
237 type_len = *p_rec++;
252 p_rec += (payload_len + type_len + id_len)
271 UINT8 rec_hdr, type_len, id_len; local
323 UINT8 rec_hdr, type_len, id_len; local
367 UINT8 rec_hdr, type_len, id_len; local
419 UINT8 rec_hdr, type_len, id_len; local
467 UINT8 rec_hdr, type_len, id_len; local
524 UINT8 rec_hdr, type_len, id_len; local
586 UINT8 rec_hdr, type_len, id_len; local
643 UINT8 rec_hdr, type_len, id_len; local
701 UINT8 rec_hdr, type_len; local
740 UINT8 rec_hdr, type_len; local
779 UINT8 rec_hdr, type_len, id_len; local
1084 UINT8 type_len, id_len; local
1168 UINT8 type_len, id_len; local
1358 UINT8 prev_id_len, type_len; local
1524 UINT8 type_len, id_len, tnf; local
    [all...]
ndef_cho_utils.c 568 UINT8 id_len, tnf, type_len; local
577 p_type = NDEF_RecGetType (p_rec, &tnf, &type_len);
582 ||(type_len != BT_OOB_REC_TYPE_LEN)
  /external/elfutils/libdw/
memory-access.h 43 __libdw_max_len_leb128 (const size_t type_len,
47 return likely (type_len <= pointer_len) ? type_len : pointer_len;
53 const size_t type_len = len_leb128 (uint64_t); local
54 return __libdw_max_len_leb128 (type_len, addr, end);
61 const size_t type_len = len_leb128 (int64_t) - 1; local
62 return __libdw_max_len_leb128 (type_len, addr, end);
  /system/bt/btif/src/
btif_sock_sdp.c 182 uint8_t type_len = UUID_MAX_LENGTH; local
198 1, &type, &type_len, &type_buf_ptr))
292 uint8_t type_len[OBEX_PUSH_NUM_FORMATS]; local
300 type_len[j++] = 1;
306 j, desc_type, type_len, type_value))
btif_sdp_server.c 630 UINT8 type_len[rec->supported_formats_list_len]; local
683 type_len[j++] = 1;
687 (UINT8) rec->supported_formats_list_len, desc_type, type_len, type_value);
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_ndef.c 371 UINT8 tnf, type_len, rec_hdr_flags, id_len; local
431 p_type = NDEF_RecGetType (p_rec, &tnf, &type_len);
440 if ((p_handler = nfa_dm_ndef_find_next_handler (NULL, tnf, p_type, type_len, p_payload, payload_len)) == NULL)
455 p_handler = nfa_dm_ndef_find_next_handler (p_handler, tnf, p_type, type_len, p_payload, payload_len);
477 type_len = *p_rec_end++;
519 p_handler = nfa_dm_ndef_find_next_handler (p_handler, tnf, p_type, type_len, p_payload, payload_len);
  /external/tlsdate/src/
platform-cros.c 132 size_t type_len; local
148 type_len = space - pac_fmt;
155 if (!strncmp (pac_fmt, "PROXY", type_len))
159 else if (!strncmp (pac_fmt, "SOCKS", type_len))
163 else if (!strncmp (pac_fmt, "SOCKS5", type_len))
167 else if (!strncmp (pac_fmt, "HTTPS", type_len))
173 error ("pac_fmt unmatched: '%s' %zu", pac_fmt, type_len);
  /external/libnfc-nci/src/nfc/include/
ndef_utils.h 270 UINT8 tnf, UINT8 *p_type, UINT8 type_len,
286 UINT8 tnf, UINT8 *p_type, UINT8 type_len,
  /external/avahi/avahi-sharp/
Client.cs 180 IntPtr type, int type_len,
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c     [all...]
  /external/selinux/libsemanage/src/
semanage_store.c 136 int type_len; member in struct:semanage_file_context_node
2437 size_t start, finish, regex_len, type_len, context_len; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 853 const char *voui, uint8 *type, int type_len);
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 7239 size_t type_len; local
    [all...]

Completed in 542 milliseconds