HomeSort by relevance Sort by last modified time
    Searched refs:tag_type (Results 1 - 25 of 69) sorted by null

1 2 3

  /hardware/interfaces/keymaster/3.0/vts/functional/
keystore_tags_utils.cpp 28 template <TagType tag_type, Tag tag>
29 static TypedTag<tag_type, tag> chooseString(TypedTag<tag_type, tag> ttag, Tag runtime_tag,
keymaster_tags.h 86 template <TagType tag_type, Tag tag> struct TypedTag {
89 // 'tag_type'. Attempting to instantiate a tag with the wrong type will result in a compile
91 static_assert(typeFromTag(tag) == tag_type, "mismatch between tag and tag_type");
180 #define MAKE_TAG_VALUE_ACCESSOR(tag_type, field_name) \
181 template <Tag tag> struct TypedTag2ValueType<TypedTag<tag_type, tag>> { \
185 inline auto accessTagValue(TypedTag<tag_type, tag>, const KeyParameter& param) \
190 inline auto accessTagValue(TypedTag<tag_type, tag>, KeyParameter& param) \
228 template <TagType tag_type, Tag tag, typename ValueT>
229 inline KeyParameter makeKeyParameter(TypedTag<tag_type, tag> ttag, ValueT&& value)
    [all...]
  /system/security/keystore/
keystore_tags_utils.cpp 27 template<TagType tag_type, Tag tag>
28 static TypedTag<tag_type, tag> chooseString(TypedTag<tag_type, tag> ttag, Tag runtime_tag,
  /hardware/libhardware/modules/camera/3_0/
Metadata.cpp 108 bool Metadata::validate(uint32_t tag, int tag_type, int count)
114 if (tag_type < 0 || tag_type >= NUM_TYPES) {
115 ALOGE("%s: Invalid metadata entry tag type: %d", __func__, tag_type);
118 if (tag_type != get_camera_metadata_tag_type(tag)) {
120 camera_metadata_type_names[tag_type], tag_type);
136 int tag_type = get_camera_metadata_tag_type(tag); local
137 size_t size = calculate_camera_metadata_entry_data_size(tag_type, count);
Metadata.h 53 bool validate(uint32_t tag, int tag_type, int count);
  /hardware/libhardware/modules/usbcamera/
Metadata.cpp 96 bool Metadata::validate(uint32_t tag, int tag_type, int count) {
101 if (tag_type < 0 || tag_type >= NUM_TYPES) {
102 ALOGE("%s: Invalid metadata entry tag type: %d", __func__, tag_type);
105 if (tag_type != get_camera_metadata_tag_type(tag)) {
107 camera_metadata_type_names[tag_type], tag_type);
125 int tag_type = get_camera_metadata_tag_type(tag); local
126 size_t size = calculate_camera_metadata_entry_data_size(tag_type, count);
Metadata.h 53 bool validate(uint32_t tag, int tag_type, int count);
  /system/keymaster/include/keymaster/
keymaster_tags.h 80 template <keymaster_tag_type_t tag_type> struct TagValueType {};
97 template <keymaster_tag_type_t tag_type, keymaster_tag_t tag> class TypedTag {
99 typedef typename TagValueType<tag_type>::value_type value_type;
103 // 'tag_type'. Attempting to instantiate a tag with the wrong type will result in a compile
105 StaticAssert<(tag & tag_type) == tag_type>::check();
106 StaticAssert<(tag_type != KM_ENUM) && (tag_type != KM_ENUM_REP)>::check();
112 template <keymaster_tag_type_t tag_type, keymaster_tag_t tag, typename KeymasterEnum>
119 // 'tag_type'. Attempting to instantiate a tag with the wrong type will result in a compil
    [all...]
  /system/security/keystore/include/keystore/
keymaster_tags.h 105 template <TagType tag_type, Tag tag> struct TypedTag {
108 // 'tag_type'. Attempting to instantiate a tag with the wrong type will result in a compile
110 static_assert(typeFromTag(tag) == tag_type, "mismatch between tag and tag_type");
196 #define MAKE_TAG_VALUE_ACCESSOR(tag_type, field_name) \
197 template <Tag tag> struct TypedTag2ValueType<TypedTag<tag_type, tag>> { \
201 inline auto accessTagValue(TypedTag<tag_type, tag>, const KeyParameter& param) \
206 inline auto accessTagValue(TypedTag<tag_type, tag>, KeyParameter& param) \
244 template <TagType tag_type, Tag tag, typename ValueT>
245 inline KeyParameter makeKeyParameter(TypedTag<tag_type, tag> ttag, ValueT&& value)
    [all...]
  /external/tcpdump/
print-pppoe.c 134 u_short tag_type = 0xffff, tag_len; local
140 * tag_type is previous tag or 0xffff for first iteration
142 while (tag_type && p < pppoe_payload + pppoe_length) {
144 tag_type = EXTRACT_16BITS(p);
169 tok2str(pppoetag2str, "TAG-0x%x", tag_type),
175 ND_PRINT((ndo, " [%s 0x", tok2str(pppoetag2str, "TAG-0x%x", tag_type)));
185 "TAG-0x%x", tag_type)));
  /external/syslinux/gpxe/src/interface/smbios/
smbios_settings.c 80 unsigned int tag_type; local
87 tag_type = ( ( setting->tag >> 16 ) & 0xff );
94 if ( ( rc = find_smbios_structure ( tag_type, &structure ) ) != 0 )
  /external/clang/test/Sema/
gnu-flags.c 155 short tag_type; member in struct:vst
struct-decl.c 28 short tag_type; member in struct:pppoe_tag
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_pppox.h 86 __be16 tag_type; member in struct:pppoe_tag
  /system/media/camera/tests/
camera_metadata_tests_fake_vendor.h 65 uint8_t tag_type; member in struct:vendor_tag_info
159 return fakevendor_tag_info[tag_section][tag_index].tag_type;
  /bionic/libc/kernel/uapi/linux/
if_pppox.h 99 __be16 tag_type; member in struct:pppoe_tag
  /development/ndk/platforms/android-21/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /external/kernel-headers/original/uapi/linux/
if_pppox.h 122 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
acl.h 107 extern int acl_set_tag_type(acl_entry_t entry_d, acl_tag_t tag_type);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_pppox.h 107 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sys/
acl.h 107 extern int acl_set_tag_type(acl_entry_t entry_d, acl_tag_t tag_type);
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag

Completed in 1132 milliseconds

1 2 3