/device/generic/vulkan-cereal/fake-android-guest/log/ |
D | log_main.h | 60 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text) argument 62 #define android_printLog(prio, tag, ...) \ argument 65 #define android_vprintLog(prio, cond, tag, ...) \ argument 72 #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__) argument 79 #define LOG_PRI_VA(priority, tag, fmt, args) \ argument 100 #define android_printAssert(cond, tag, ...) \ argument 308 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) argument 315 #define IF_ALOG(priority, tag) if (android_testLog(ANDROID_##priority, tag)) argument 358 #define android_testLog(prio, tag) \ argument 362 #define android_testLog(prio, tag) \ argument [all …]
|
D | log_safetynet.h | 31 #define android_errorWriteLog(tag, subTag) \ argument 34 #define android_errorWriteWithInfoLog(tag, subTag, uid, data, dataLen) \ argument
|
D | log.h | 102 #define android_bWriteLog(tag, payload, len) \ argument 104 #define android_btWriteLog(tag, type, payload, len) \ argument
|
/device/google/contexthub/firmware/os/algos/calibration/util/ |
D | cal_log.h | 30 # define CAL_DEBUG_LOG(tag, fmt, ...) \ argument 37 # define LOGD_TAG(tag, fmt, ...) \ argument 39 # define CAL_DEBUG_LOG(tag, fmt, ...) \ argument 43 # define CAL_DEBUG_LOG(tag, fmt, ...) \ argument 47 # define CAL_DEBUG_LOG(tag, format, ...) \ argument 55 # define CAL_DEBUG_LOG(tag, format, ...) \ argument
|
/device/generic/goldfish-opengl/android-emu/android/utils/ |
D | debug.h | 94 #define VERBOSE_ENABLE(tag) android_verbose |= (1ULL << VERBOSE_##tag) argument 96 #define VERBOSE_DISABLE(tag) android_verbose &= (1ULL << VERBOSE_##tag) argument 98 #define VERBOSE_CHECK(tag) ((android_verbose & (1ULL << VERBOSE_##tag)) != 0) argument 113 #define VERBOSE_PRINT(tag, ...) \ argument 118 #define VERBOSE_INFO(tag, ...) \ argument 123 #define VERBOSE_DPRINT(tag, ...) VERBOSE_PRINT(tag, __VA_ARGS__) argument
|
/device/generic/vulkan-cereal/fake-android-guest/cutils/ |
D | trace.h | 171 static inline uint64_t atrace_is_tag_enabled(uint64_t tag) in atrace_is_tag_enabled() 181 static inline void atrace_begin(uint64_t tag, const char* name) in atrace_begin() 194 static inline void atrace_end(uint64_t tag) in atrace_end() 211 static inline void atrace_async_begin(uint64_t tag, const char* name, in atrace_async_begin() 225 static inline void atrace_async_end(uint64_t tag, const char* name, int32_t cookie) in atrace_async_end() 238 static inline void atrace_int(uint64_t tag, const char* name, int32_t value) in atrace_int() 251 static inline void atrace_int64(uint64_t tag, const char* name, int64_t value) in atrace_int64()
|
/device/google/contexthub/firmware/os/algos/calibration/nano_calibration/ |
D | nano_calibration.cc | 60 #define NANO_CAL_LOGD(tag, format, ...) \ argument 62 #define NANO_CAL_LOGW(tag, format, ...) \ argument 64 #define NANO_CAL_LOGE(tag, format, ...) \ argument 67 #define NANO_CAL_LOGD(tag, format, ...) techeng_log_null(format, ##__VA_ARGS__) argument 68 #define NANO_CAL_LOGW(tag, format, ...) techeng_log_null(format, ##__VA_ARGS__) argument 69 #define NANO_CAL_LOGE(tag, format, ...) techeng_log_null(format, ##__VA_ARGS__) argument 74 #define NANO_CAL_LOGI(tag, format, ...) \ argument
|
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/ |
D | Log.cpp | 25 EXPORT int __android_log_print(int prio, const char* tag, const char* fmt, ...) { in __android_log_print() 34 EXPORT void __android_log_assert(const char* cond, const char* tag, const char* fmt, ...) { in __android_log_assert() 39 int tag, const char* subTag, int32_t uid, in __android_log_error_write()
|
/device/generic/goldfish/camera/ |
D | Exif.cpp | 61 static void removeExistingEntry(ExifData* exifData, ExifIfd ifd, int tag) { in removeExistingEntry() 69 static ExifEntry* allocateEntry(int tag, in allocateEntry() 91 int tag, in createEntry() 116 int tag, in createEntry() 128 int tag, in createEntry() 145 int tag, in createEntry() 165 int tag) { in createEntry() 179 int tag, in createEntry() 196 int tag, in createEntry()
|
D | EmulatedCamera2.cpp | 187 const char* EmulatedCamera2::getVendorSectionName(uint32_t tag) { in getVendorSectionName() 191 const char* EmulatedCamera2::getVendorTagName(uint32_t tag) { in getVendorTagName() 195 int EmulatedCamera2::getVendorTagType(uint32_t tag) { in getVendorTagType() 344 uint32_t tag) { in get_camera_vendor_section_name() 351 uint32_t tag) { in get_camera_vendor_tag_name() 358 uint32_t tag) { in get_camera_vendor_tag_type()
|
/device/generic/goldfish-opengl/fuchsia/include/cutils/ |
D | log.h | 20 #define android_printLog(prio, tag, format, ...) \ argument 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
|
/device/generic/vulkan-cereal/protocols/vulkan/scripts/ |
D | indexExt.py | 14 def listExts(vendor, ext, tag): argument 52 tag = {} variable
|
/device/generic/vulkan-cereal/protocols/vulkan/xml/ |
D | indexExt.py | 14 def listExts(vendor, ext, tag): argument 52 tag = {} variable
|
/device/generic/goldfish-opengl/android-emu/android/base/ |
D | Tracing.h | 71 #define AEMU_SCOPED_TRACE(tag) __attribute__ ((unused)) android::base::ScopedTrace AEMU_GENSYM(aemu… argument 73 #define AEMU_SCOPED_TRACE(tag) __attribute__ ((unused)) android::base::ScopedTraceGuest AEMU_GENSYM… argument
|
/device/generic/goldfish-opengl/fuchsia/ |
D | port.cc | 48 int __android_log_print(int priority, const char* tag, const char* file, in __android_log_print() 84 void __android_log_assert(const char* condition, const char* tag, in __android_log_assert()
|
/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/ext/base/ |
D | metatrace.h | 90 inline bool IsEnabled(uint32_t tag) { in IsEnabled() 264 inline void TraceCounter(uint32_t tag, uint16_t id, int32_t value) { in TraceCounter() 280 ScopedEvent(uint32_t tag, uint16_t event_id) { in ScopedEvent()
|
/device/generic/vulkan-cereal/protocols/vulkan/ |
D | checkLinks.py | 75 def checkTag(tag, value, dict, dictName, tagName): argument 82 def foundError(errType, tag, value): argument
|
/device/generic/goldfish-opengl/fuchsia/include/hardware/ |
D | hardware.h | 18 uint32_t tag; member 34 uint32_t tag; member
|
/device/generic/vulkan-cereal/protocols/vulkan/scripts/Retired/ |
D | checkLinks.py | 75 def checkTag(tag, value, dict, dictName, tagName): argument 82 def foundError(errType, tag, value, fatal): argument
|
/device/generic/vulkan-cereal/protocols/vulkan/xml/Retired/ |
D | checkLinks.py | 75 def checkTag(tag, value, dict, dictName, tagName): argument 82 def foundError(errType, tag, value, fatal): argument
|
/device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/ |
D | hardware.h | 33 uint32_t tag; member 49 uint32_t tag; member
|
/device/google/cuttlefish/common/libs/utils/ |
D | tee_logging.cpp | 130 LogSeverity severity, const char* tag, const char* file, in StderrOutputGenerator() 186 const char* tag, in operator ()()
|
/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/ |
D | JobBase.java | 24 JobBase(String tag) { in JobBase()
|
/device/generic/vulkan-cereal/base/ |
D | Tracing.h | 71 #define AEMU_SCOPED_TRACE(tag) __attribute__ ((unused)) android::base::ScopedTrace AEMU_GENSYM(aemu… argument
|
/device/generic/vulkan-cereal/fake-android-guest/hardware/ |
D | hardware.h | 88 uint32_t tag; member 169 uint32_t tag; member
|