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

1 2 3

  /hardware/libhardware/modules/camera/
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...]
  /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/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
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 56 uint8_t tag_type; member in struct:qcamera::vendor_tag_info
320 ret = qcamera3_tag_info[section_index][tag_index].tag_type;
  /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 95 __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 119 __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/current/platforms/android-21/arch-arm/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag

Completed in 1213 milliseconds

1 2 3