HomeSort by relevance Sort by last modified time
    Searched defs:tag_type (Results 1 - 19 of 19) sorted by null

  /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/nos/host/android/hals/keymaster/
proto_utils.cpp 53 enum TagType tag_type = type_from_tag(tag); local
57 (((uint32_t)tag_type >> 28) << 16) | (tag & 0xffff));
62 enum nosapp::TagType tag_type = type_from_tag(tag); local
66 (((uint32_t)tag_type >> 16) << 28) | (tag & 0xffff));
    [all...]
  /hardware/libhardware/modules/camera/3_0/
Metadata.cpp 110 bool Metadata::validate(uint32_t tag, int tag_type, int count)
116 if (tag_type < 0 || tag_type >= NUM_TYPES) {
117 ALOGE("%s: Invalid metadata entry tag type: %d", __func__, tag_type);
120 if (tag_type != get_camera_metadata_tag_type(tag)) {
122 camera_metadata_type_names[tag_type], tag_type);
138 int tag_type = get_camera_metadata_tag_type(tag); local
139 size_t size = calculate_camera_metadata_entry_data_size(tag_type, count);
  /hardware/libhardware/modules/usbcamera/
Metadata.cpp 99 bool Metadata::validate(uint32_t tag, int tag_type, int count) {
104 if (tag_type < 0 || tag_type >= NUM_TYPES) {
105 ALOGE("%s: Invalid metadata entry tag type: %d", __func__, tag_type);
108 if (tag_type != get_camera_metadata_tag_type(tag)) {
110 camera_metadata_type_names[tag_type], tag_type);
128 int tag_type = get_camera_metadata_tag_type(tag); local
129 size_t size = calculate_camera_metadata_entry_data_size(tag_type, count);
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 61 uint8_t tag_type; member in struct:qcamera::vendor_tag_info
481 ret = qcamera3_tag_info[section_index][tag_index].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
  /external/tcpdump/
print-pppoe.c 135 u_short tag_type = 0xffff, tag_len; local
141 * tag_type is previous tag or 0xffff for first iteration
143 while (tag_type && p < pppoe_payload + pppoe_length) {
145 tag_type = EXTRACT_16BITS(p);
170 tok2str(pppoetag2str, "TAG-0x%x", tag_type),
176 ND_PRINT((ndo, " [%s 0x", tok2str(pppoetag2str, "TAG-0x%x", tag_type)));
186 "TAG-0x%x", tag_type)));
  /bionic/libc/kernel/uapi/linux/
if_pppox.h 83 __be16 tag_type; member in struct:pppoe_tag
  /external/kernel-headers/original/uapi/linux/
if_pppox.h 123 __be16 tag_type; member in struct:pppoe_tag
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3VendorTags.cpp 81 uint8_t tag_type; member in struct:qcamera::vendor_tag_info
836 ret = qcamera3_tag_info[section_index][tag_index].tag_type;
839 ret = tango_tag_info[section - TANGO_SECTIONS_START][tag_index].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
  /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;
  /external/v8/src/crankshaft/
typing.cc 208 AstType* tag_type; local
212 clause->CompareOperationFeedbackSlot(), &tag_type,
214 NarrowLowerType(stmt->tag(), tag_type);
hydrogen.cc 4553 AstType* tag_type = bounds_.get(stmt->tag()).lower; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
debug.h 276 with tag_type. The fourth argument is TRUE for a struct, FALSE
367 bfd_boolean (*tag_type) member in struct:debug_write_fns
  /system/media/camera/src/
camera_metadata.c 186 uint8_t tag_type; member in struct:tag_info
518 int tag_type = get_local_camera_metadata_tag_type(entry.tag, metadata); local
519 if (tag_type != (int)entry.type && tag_section < VENDOR_SECTION) {
521 __FUNCTION__, i, tag_type, entry.type);
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 1815 int tag_type = 0; local
2030 int tag_type = 0; local
2185 int tag_type = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nis.h 412 uint32_t tag_type; member in struct:nis_tag

Completed in 1387 milliseconds