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

1 2

  /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);
134 int tag_type = get_camera_metadata_tag_type(tag); local
135 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 82 template <keymaster_tag_type_t tag_type> struct TagValueType {};
98 template <keymaster_tag_type_t tag_type, keymaster_tag_t tag> class TypedTag {
100 typedef typename TagValueType<tag_type>::value_type value_type;
108 // 'tag_type'. Attempting to instantiate a tag with the wrong type will result in a compile
110 StaticAssert<(tag & tag_type) == tag_type>::check();
111 StaticAssert<(tag_type != KM_ENUM) && (tag_type != KM_ENUM_REP)>::check();
122 template <keymaster_tag_type_t tag_type, keymaster_tag_t tag, typename KeymasterEnum>
133 // 'tag_type'. Attempting to instantiate a tag with the wrong type will result in a compil
    [all...]
  /external/tcpdump/
print-pppoe.c 145 u_short tag_type = 0xffff, tag_len; local
151 * tag_type is previous tag or 0xffff for first iteration
153 while (tag_type && p < pppoe_payload + pppoe_length) {
155 tag_type = EXTRACT_16BITS(p);
180 tok2str(pppoetag2str, "TAG-0x%x", tag_type),
186 printf(" [%s 0x", tok2str(pppoetag2str, "TAG-0x%x", tag_type));
196 "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.6/sysroot/usr/include/linux/
if_pppox.h 86 __be16 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/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 52 uint8_t tag_type; member in struct:qcamera::vendor_tag_info
275 ret = qcamera3_tag_info[section_index][tag_index].tag_type;
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 55 uint8_t tag_type; member in struct:qcamera::vendor_tag_info
309 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
158 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-L/include/linux/
if_pppox.h 100 __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.6/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.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/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
wire_format_test.py 46 tag_type = 2
47 self.assertEqual((field_number << 3) | tag_type,
48 wire_format.PackTag(field_number, tag_type))
  /external/protobuf/python/google/protobuf/internal/
wire_format_test.py 46 tag_type = 2
47 self.assertEqual((field_number << 3) | tag_type,
48 wire_format.PackTag(field_number, tag_type))
  /external/lldb/source/Plugins/Disassembler/llvm/
DisassemblerLLVMC.cpp 766 int tag_type,
772 tag_type,
791 int tag_type,
794 switch (tag_type)

Completed in 778 milliseconds

1 2