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

  /external/clang/test/Sema/
struct-decl.c 28 short tag_type; member in struct:pppoe_tag
  /hardware/libhardware/modules/camera/
Metadata.cpp 126 bool Metadata::validate(uint32_t tag, int tag_type, int count)
132 if (tag_type < 0 || tag_type >= NUM_TYPES) {
133 ALOGE("%s: Invalid metadata entry tag type: %d", __func__, tag_type);
136 if (tag_type != get_camera_metadata_tag_type(tag)) {
138 camera_metadata_type_names[tag_type], tag_type);
150 int tag_type = get_camera_metadata_tag_type(tag); local
151 size_t type_sz = camera_metadata_type_size[tag_type];
161 mDataCount += calculate_camera_metadata_entry_data_size(tag_type, count)
    [all...]
  /external/tcpdump/
print-pppoe.c 143 u_short tag_type = 0xffff, tag_len; local
149 * tag_type is previous tag or 0xffff for first iteration
151 while (tag_type && p < pppoe_payload + pppoe_length) {
153 tag_type = EXTRACT_16BITS(p);
178 tok2str(pppoetag2str, "TAG-0x%x", tag_type),
184 printf(" [%s 0x", tok2str(pppoetag2str, "TAG-0x%x", tag_type));
194 "TAG-0x%x", tag_type));
  /bionic/libc/kernel/common/linux/
if_pppox.h 85 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_pppox.h 86 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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.7-4.6/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 60 uint8_t tag_type; member in struct:vendor_tag_info
153 return fakevendor_tag_info[tag_section][tag_index].tag_type;
  /external/kernel-headers/original/linux/
if_pppox.h 115 __be16 tag_type; member in struct:pppoe_tag
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp 665 uint8_t tag_type; member in struct:android::emulator_tag_info
705 return tag_info[section_index][tag_index].tag_type;
    [all...]
  /system/media/camera/src/
camera_metadata.c 133 uint8_t tag_type; member in struct:tag_info
396 int tag_type = get_camera_metadata_tag_type(entry.tag); local
397 if (tag_type != (int)entry.type && tag_section < VENDOR_SECTION) {
399 __FUNCTION__, i, tag_type, entry.type);
806 return tag_info[tag_section][tag_index].tag_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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis.h 411 uint32_t tag_type; member in struct:nis_tag
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.h 411 uint32_t tag_type; member in struct:nis_tag
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.h 411 uint32_t tag_type; member in struct:nis_tag

Completed in 557 milliseconds