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

  /system/nfc/src/nfc/ndef/
ndef_utils.cc 77 uint8_t rec_hdr = 0, type_len, id_len; local
106 type_len = *p_rec++;
110 if ((rec_hdr & NDEF_CF_MASK) && (rec_hdr & NDEF_MB_MASK) && type_len == 0 &&
144 if ((type_len != 0) || (id_len != 0) ||
157 if ((type_len != 0) || (id_len != 0) ||
171 if ((type_len != 0) || (id_len != 0) || (payload_len != 0))
176 if (type_len != 0) return (NDEF_MSG_LENGTH_MISMATCH);
181 if (type_len == 0) return (NDEF_MSG_LENGTH_MISMATCH);
189 if ((p_rec_type + type_len) > p_end) return (NDEF_MSG_TOO_SHORT);
191 for (int type_index = 0; type_index < type_len; type_index++)
227 uint8_t rec_hdr, type_len, id_len; local
272 uint8_t rec_hdr, type_len, id_len; local
318 uint8_t rec_hdr, type_len, id_len; local
360 uint8_t rec_hdr, type_len, id_len; local
408 uint8_t rec_hdr, type_len, id_len; local
453 uint8_t rec_hdr, type_len, id_len; local
507 uint8_t rec_hdr, type_len, id_len; local
564 uint8_t rec_hdr, type_len, id_len; local
619 uint8_t rec_hdr, type_len, id_len; local
675 uint8_t rec_hdr, type_len; local
713 uint8_t rec_hdr, type_len; local
752 uint8_t rec_hdr, type_len, id_len; local
901 uint8_t type_len, id_len; local
983 uint8_t type_len, id_len; local
1160 uint8_t prev_id_len, type_len; local
1316 uint8_t type_len, id_len, tnf; local
    [all...]
  /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.cc 174 uint8_t type_len = UUID_MAX_LENGTH; local
194 &type, &type_len, &type_buf_ptr))
279 uint8_t type_len[OBEX_PUSH_NUM_FORMATS]; local
305 type_len[j++] = 1;
311 desc_type, type_len, type_value))
btif_sdp_server.cc 623 uint8_t type_len[rec->supported_formats_list_len]; local
675 type_len[j++] = 1;
681 type_len, type_value);
  /system/nfc/src/nfa/dm/
nfa_dm_ndef.cc 369 uint8_t tnf, type_len, rec_hdr_flags, id_len; local
438 p_type = NDEF_RecGetType(p_rec, &tnf, &type_len);
447 p_handler = nfa_dm_ndef_find_next_handler(NULL, tnf, p_type, type_len,
464 p_handler, tnf, p_type, type_len, p_payload, payload_len);
486 type_len = *p_rec_end++;
530 p_handler, tnf, p_type, type_len, p_payload, payload_len);
  /system/nfc/src/nfc/include/
ndef_utils.h 264 uint8_t* p_type, uint8_t type_len,
  /frameworks/base/libs/androidfw/include/androidfw/
AssetManager2.h 84 size_t type_len = 0u; member in struct:android::AssetManager2::ResourceName
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 908 result.append(name.type, name.type_len);
910 result += util::Utf16ToUtf8(StringPiece16(name.type16, name.type_len));
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c     [all...]
  /frameworks/base/libs/androidfw/
AssetManager2.cpp 475 out_name->type = entry.type_string_ref.string8(&out_name->type_len);
478 out_name->type16 = entry.type_string_ref.string16(&out_name->type_len);
    [all...]
  /external/selinux/libsemanage/src/
semanage_store.c 141 int type_len; member in struct:semanage_file_context_node
2483 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 7891 size_t type_len; local
    [all...]

Completed in 670 milliseconds