Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 25 of 90) sorted by relevance

1234

/device/generic/goldfish-opengl/android-emu/android/utils/
Ddebug.h86 #define VERBOSE_ENABLE(tag) \ argument
87 android_verbose |= (1ULL << VERBOSE_##tag)
89 #define VERBOSE_DISABLE(tag) \ argument
90 android_verbose &= (1ULL << VERBOSE_##tag)
92 #define VERBOSE_CHECK(tag) \ argument
93 ((android_verbose & (1ULL << VERBOSE_##tag)) != 0)
98 #define VERBOSE_PRINT(tag,...) \ argument
99 do { if (VERBOSE_CHECK(tag)) dprint(__VA_ARGS__); } while (0)
102 #define VERBOSE_DPRINT(tag,format,...) \ argument
103 do { if (VERBOSE_CHECK(tag)) { \
[all …]
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-debug.h70 #define __xf_stub(tag, line) __xf_stub2(tag, line) argument
71 #define __xf_stub2(tag, line) typedef int __xf_##tag##_##line argument
93 #define TRACE_TAG(tag, on) enum { __xf_trace_##tag = on } argument
96 #define TRACE_CFG(tag) (__xf_trace_##tag) argument
99 #define TRACE(tag, fmt, ...) (void)(__xf_trace_##tag ? __xf_trace(tag, __xf_format##fmt,… argument
106 #define __xf_trace(tag, fmt, ...) \ argument
107 ({ __attribute__((unused)) const char *__xf_tag = #tag; xf_trace(fmt, ## __VA_ARGS__); })
134 #define TRACE_TAG(tag, on) __xf_stub(trace_##tag, __LINE__) argument
135 #define TRACE(tag, fmt, ...) (void)0 argument
136 #define __xf_trace(tag, fmt, ...) (void)0 argument
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-debug.h91 #define __xf_stub(tag, line) __xf_stub2(tag, line) argument
92 #define __xf_stub2(tag, line) typedef int __xf_##tag##_##line argument
115 #define TRACE_TAG(tag, on) enum { __xf_trace_##tag = on } argument
118 #define TRACE_CFG(tag) (__xf_trace_##tag) argument
121 #define TRACE(tag, fmt, ...) (void)(__xf_trace_##tag ? __xf_trace(tag, __xf_format##fmt,… argument
128 #define __xf_trace(tag, fmt, ...) \ argument
129 ({ __attribute__((unused)) const char *__xf_tag = #tag; DSP_TRACE(fmt, ## __VA_ARGS__); })
156 #define TRACE_TAG(tag, on) __xf_stub(trace_##tag, __LINE__) argument
157 #define TRACE_CFG(tag) 0 argument
158 #define TRACE(tag, fmt, ...) (void)0 argument
[all …]
/device/google/contexthub/firmware/os/algos/calibration/util/
Dcal_log.h28 # define CAL_DEBUG_LOG(tag, fmt, ...) \ argument
29 printf("%s " fmt "\n", tag, ##__VA_ARGS__);
35 # define LOGD_TAG(tag, fmt, ...) \ argument
36 LOG_FUNC(LOG_DEBUG, "%s " fmt "\n", tag, ##__VA_ARGS__)
37 # define CAL_DEBUG_LOG(tag, fmt, ...) \ argument
38 osLog(LOG_DEBUG, "%s " fmt, tag, ##__VA_ARGS__);
41 # define CAL_DEBUG_LOG(tag, fmt, ...) \ argument
42 chreLog(CHRE_LOG_INFO, "%s " fmt, tag, ##__VA_ARGS__)
49 # define CAL_DEBUG_LOG(tag, format, ...) \ argument
50 LOGI("%s " format, tag, ##__VA_ARGS__)
/device/generic/goldfish-opengl/fuchsia/include/cutils/
Dlog.h20 #define android_printLog(prio, tag, format, ...) \ argument
21 __android_log_print(prio, tag, "[prio %d] " format, prio, ##__VA_ARGS__)
23 #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__) argument
24 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) argument
29 #define android_printAssert(condition, tag, format, ...) \ argument
30 __android_log_assert(condition, tag, "assert: condition: %s " format, condition, ##__VA_ARGS__)
53 int __android_log_print(int priority, const char* tag, const char* format, ...);
55 [[noreturn]] void __android_log_assert(const char* condition, const char* tag,
/device/google/cuttlefish/guest/hals/camera/
DExif.cpp64 static void removeExistingEntry(ExifData* exifData, ExifIfd ifd, int tag) { in removeExistingEntry() argument
66 static_cast<ExifTag>(tag)); in removeExistingEntry()
72 static ExifEntry* allocateEntry(int tag, in allocateEntry() argument
81 entry->tag = static_cast<ExifTag>(tag); in allocateEntry()
94 int tag, in createEntry() argument
97 removeExistingEntry(exifData, ifd, tag); in createEntry()
99 ExifEntry* entry = allocateEntry(tag, EXIF_FORMAT_RATIONAL, N); in createEntry()
119 int tag, in createEntry() argument
124 return createEntry(exifData, ifd, tag, values, denominator); in createEntry()
131 int tag, in createEntry() argument
[all …]
DEmulatedCamera2.h125 virtual const char *getVendorSectionName(uint32_t tag);
126 virtual const char *getVendorTagName(uint32_t tag);
127 virtual int getVendorTagType(uint32_t tag);
204 const vendor_tag_query_ops_t *, uint32_t tag);
206 uint32_t tag);
208 uint32_t tag);
DEmulatedCamera2.cpp315 const vendor_tag_query_ops_t *v, uint32_t tag) { in get_camera_vendor_section_name() argument
317 return ec->getVendorSectionName(tag); in get_camera_vendor_section_name()
321 const vendor_tag_query_ops_t *v, uint32_t tag) { in get_camera_vendor_tag_name() argument
323 return ec->getVendorTagName(tag); in get_camera_vendor_tag_name()
327 uint32_t tag) { in get_camera_vendor_tag_type() argument
329 return ec->getVendorTagType(tag); in get_camera_vendor_tag_type()
/device/google/bonito/json-c/
DDoxyfile17 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
22 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
35 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
56 # This tag can be used to specify the encoding used in the generated output.
59 # In case there is a difference, setting the USE_WINDOWS_ENCODING tag to YES
61 # whereas setting the tag to NO uses a Unix-style encoding (the default for
66 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
73 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
[all …]
/device/google/crosshatch/json-c/
DDoxyfile17 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
22 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
35 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
56 # This tag can be used to specify the encoding used in the generated output.
59 # In case there is a difference, setting the USE_WINDOWS_ENCODING tag to YES
61 # whereas setting the tag to NO uses a Unix-style encoding (the default for
66 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
73 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
[all …]
/device/google/coral/json-c/
DDoxyfile17 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
22 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
35 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
56 # This tag can be used to specify the encoding used in the generated output.
59 # In case there is a difference, setting the USE_WINDOWS_ENCODING tag to YES
61 # whereas setting the tag to NO uses a Unix-style encoding (the default for
66 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
73 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
[all …]
/device/generic/goldfish/camera/
DExif.cpp61 static void removeExistingEntry(ExifData* exifData, ExifIfd ifd, int tag) { in removeExistingEntry() argument
63 static_cast<ExifTag>(tag)); in removeExistingEntry()
69 static ExifEntry* allocateEntry(int tag, in allocateEntry() argument
78 entry->tag = static_cast<ExifTag>(tag); in allocateEntry()
91 int tag, in createEntry() argument
94 removeExistingEntry(exifData, ifd, tag); in createEntry()
96 ExifEntry* entry = allocateEntry(tag, EXIF_FORMAT_RATIONAL, N); in createEntry()
116 int tag, in createEntry() argument
121 return createEntry(exifData, ifd, tag, values, denominator); in createEntry()
128 int tag, in createEntry() argument
[all …]
DEmulatedCamera2.h141 virtual const char* getVendorSectionName(uint32_t tag);
142 virtual const char* getVendorTagName(uint32_t tag);
143 virtual int getVendorTagType(uint32_t tag);
230 uint32_t tag);
233 uint32_t tag);
236 uint32_t tag);
DEmulatedCamera2.cpp187 const char* EmulatedCamera2::getVendorSectionName(uint32_t tag) { in getVendorSectionName() argument
191 const char* EmulatedCamera2::getVendorTagName(uint32_t tag) { in getVendorTagName() argument
195 int EmulatedCamera2::getVendorTagType(uint32_t tag) { in getVendorTagType() argument
344 uint32_t tag) { in get_camera_vendor_section_name() argument
346 return ec->getVendorSectionName(tag); in get_camera_vendor_section_name()
351 uint32_t tag) { in get_camera_vendor_tag_name() argument
353 return ec->getVendorTagName(tag); in get_camera_vendor_tag_name()
358 uint32_t tag) { in get_camera_vendor_tag_type() argument
360 return ec->getVendorTagType(tag); in get_camera_vendor_tag_type()
/device/google/contexthub/firmware/os/algos/calibration/nano_calibration/
Dnano_calibration.cc38 #define NANO_CAL_LOGD(tag, format, ...) LOGD("%s " format, tag, ##__VA_ARGS__) argument
39 #define NANO_CAL_LOGW(tag, format, ...) LOGW("%s " format, tag, ##__VA_ARGS__) argument
40 #define NANO_CAL_LOGE(tag, format, ...) LOGE("%s " format, tag, ##__VA_ARGS__) argument
42 #define NANO_CAL_LOGD(tag, format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) argument
43 #define NANO_CAL_LOGW(tag, format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) argument
44 #define NANO_CAL_LOGE(tag, format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) argument
49 #define NANO_CAL_LOGI(tag, format, ...) LOGI("%s " format, tag, ##__VA_ARGS__) argument
/device/generic/goldfish-opengl/fuchsia/
Dport.cc26 int __android_log_print(int priority, const char* tag, const char* format, in __android_log_print() argument
28 const char* local_tag = tag; in __android_log_print()
56 void __android_log_assert(const char* condition, const char* tag, in __android_log_assert() argument
58 const char* local_tag = tag; in __android_log_assert()
/device/google/cuttlefish/common/libs/utils/
Dtee_logging.cpp117 LogSeverity severity, const char* tag, const char* file, in StderrOutputGenerator() argument
128 line_prefix = StringPrintf("%s %c %s %5d %5" PRIu64 " %s:%u] ", tag ? tag : "nullptr", in StderrOutputGenerator()
131 line_prefix = StringPrintf("%s %c %s %5d %5" PRIu64 " ", tag ? tag : "nullptr", severity_char, in StderrOutputGenerator()
155 const char* tag, in operator ()() argument
164 now, getpid(), GetThreadId(), severity, tag, file, line, message); in operator ()()
/device/linaro/dragonboard/qcom/qrtr/lib/
Dlogging.c14 void qlog_setup(const char *tag, bool use_syslog) in qlog_setup() argument
16 current_tag = tag; in qlog_setup()
19 openlog(tag, LOG_PID, LOG_USER); in qlog_setup()
/device/google/cuttlefish/guest/hals/keymaster/remote/
Dremote_keymaster4_device.cpp82 inline keymaster_tag_type_t typeFromTag(const keymaster_tag_t tag) { in typeFromTag() argument
83 return keymaster_tag_get_type(tag); in typeFromTag()
106 p.tag = static_cast<Tag>(Tag3::AUTH_TOKEN); in injectAuthToken()
131 auto tag = legacy_enum_conversion(keyParams[i].tag); in KmParamSet() local
132 switch (typeFromTag(tag)) { in KmParamSet()
135 params[i] = keymaster_param_enum(tag, keyParams[i].f.integer); in KmParamSet()
139 params[i] = keymaster_param_int(tag, keyParams[i].f.integer); in KmParamSet()
143 params[i] = keymaster_param_long(tag, keyParams[i].f.longInteger); in KmParamSet()
146 params[i] = keymaster_param_date(tag, keyParams[i].f.dateTime); in KmParamSet()
150 params[i] = keymaster_param_bool(tag); in KmParamSet()
[all …]
/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/
DJobBase.java24 JobBase(String tag) { in JobBase() argument
25 mTag = tag; in JobBase()
/device/generic/goldfish-opengl/android-emu/android/base/
DTracing.h45 #define AEMU_SCOPED_TRACE(tag) __attribute__ ((unused)) android::base::ScopedTrace AEMU_GENSYM(aemu… argument
/device/generic/goldfish-opengl/fuchsia/include/hardware/
Dhardware.h18 uint32_t tag; member
34 uint32_t tag; member
/device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/
Dhardware.h33 uint32_t tag; member
49 uint32_t tag; member
/device/google/cuttlefish/host/commands/secure_env/
Dtpm_keymaster_context.cpp115 keymaster_tag_t tag, in UpgradeIntegerTag() argument
119 int index = set->find(tag); in UpgradeIntegerTag()
122 param.tag = tag; in UpgradeIntegerTag()
/device/generic/car/tools/
Dcreate_avd_config.sh62 tag.display = Automotive
63 tag.id = android-automotive

1234