/hardware/google/aemu/base/include/aemu/base/logging/ |
D | Log.h | 99 #define LOG_IS_ON(severity) (LOG_SEVERITY_FROM(severity) >= getMinLogLevel()) argument 139 #define LOG(severity) LOG_LAZY_EVAL(LOG_IS_ON(severity), LOG_MESSAGE_STREAM_COMPACT(severity)) argument 151 #define LOG_IF(severity, condition) \ argument 152 LOG_LAZY_EVAL(LOG_IS_ON(severity) && (condition), LOG_MESSAGE_STREAM_COMPACT(severity)) 156 #define QLOG(severity) LOG_LAZY_EVAL(LOG_IS_ON(severity), QLOG_MESSAGE_STREAM_COMPACT(severity)) argument 160 #define QLOG_IF(severity, condition) \ argument 161 LOG_LAZY_EVAL(LOG_IS_ON(severity) && (condition), QLOG_MESSAGE_STREAM_COMPACT(severity)) 179 #define PLOG(severity) LOG_LAZY_EVAL(LOG_IS_ON(severity), PLOG_MESSAGE_STREAM_COMPACT(severity)) argument 185 #define PLOG_IF(severity, condition) \ argument 186 LOG_LAZY_EVAL(LOG_IS_ON(severity) && (condition), PLOG_MESSAGE_STREAM_COMPACT(severity)) [all …]
|
/hardware/google/pixel/thermal/utils/ |
D | powerhal_helper.cpp | 118 for (const auto &severity : ::ndk::enum_range<ThrottlingSeverity>()) { in reconnect() 119 bool mode = severity <= supported_powerhint.prev_hint_severity; in reconnect() 120 setMode(sensor_name, severity, mode); in reconnect() 121 log_buf << toString(severity).c_str() << ":" << mode << " "; in reconnect() 137 for (const auto &severity : ::ndk::enum_range<ThrottlingSeverity>()) { in updateSupportedPowerHints() 138 if (severity == ThrottlingSeverity::NONE) { in updateSupportedPowerHints() 148 isSupported = isModeSupported(name_status_pair.first, severity); in updateSupportedPowerHints() 151 current_severity = severity; in updateSupportedPowerHints() 152 supported_powerhint_map_[name_status_pair.first].hint_severity_map[severity] = in updateSupportedPowerHints() 175 for (const auto &severity : ::ndk::enum_range<ThrottlingSeverity>()) { in sendPowerExtHint() [all …]
|
D | thermal_throttling.cpp | 47 for (const auto &severity : ::ndk::enum_range<ThrottlingSeverity>()) { in getTargetStateOfPID() 48 size_t state = static_cast<size_t>(severity); in getTargetStateOfPID() 53 if (severity > curr_severity) { in getTargetStateOfPID() 641 const ThrottlingSeverity severity, const SensorInfo &sensor_info) { in throttlingReleaseUpdate() argument 671 binded_cdev_info_pair.second.power_thresholds[static_cast<int>(severity)]) { in throttlingReleaseUpdate() 676 binded_cdev_info_pair.second.power_thresholds[static_cast<int>(severity)]) { in throttlingReleaseUpdate() 683 << binded_cdev_info_pair.second.power_thresholds[static_cast<int>(severity)] in throttlingReleaseUpdate() 690 binded_cdev_info_pair.second.power_thresholds[static_cast<int>(severity)])); in throttlingReleaseUpdate()
|
/hardware/google/aemu/host-common/ |
D | logging.cpp | 91 void OutputLog(FILE* stream, char severity, const char* file, unsigned int line, in OutputLog() argument 94 severity == 'I' || severity == 'W' || severity == 'E' || severity == 'F' ? sLogger in OutputLog() 118 logger("%c%02d%02d %02d:%02d:%02d.%06" PRId64 " %7s %s:%d] ", severity, ts_parts.tm_mon + 1, in OutputLog() 122 fprintf(stream, "%c%02d%02d %02d:%02d:%02d.%06" PRId64 " %7s %s:%d] ", severity, in OutputLog()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles32_only_dispatch_logging_wrappers.impl | 4 void glDebugMessageControl_dispatchLoggingWrapper(GLenum source, GLenum type, GLenum severity, GLsi… 5 …bugMessageControl(source:0x%X, type:0x%X, severity:0x%X, count:%d, ids:%p, enabled:%d)", source, t… 6 GLDispatch::glDebugMessageControl_underlying(source, type, severity, count, ids, enabled); 9 …rt_dispatchLoggingWrapper(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, … 10 …MessageInsert(source:0x%X, type:0x%X, id:%d, severity:0x%X, length:%d, buf:%p)", source, type, id,… 11 GLDispatch::glDebugMessageInsert_underlying(source, type, id, severity, length, buf);
|
D | gles2_extensions_dispatch_logging_wrappers.impl | 54 void glDebugMessageControlKHR_dispatchLoggingWrapper(GLenum source, GLenum type, GLenum severity, G… 55 …MessageControlKHR(source:0x%X, type:0x%X, severity:0x%X, count:%d, ids:%p, enabled:%d)", source, t… 56 GLDispatch::glDebugMessageControlKHR_underlying(source, type, severity, count, ids, enabled); 59 …HR_dispatchLoggingWrapper(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, … 60 …sageInsertKHR(source:0x%X, type:0x%X, id:%d, severity:0x%X, length:%d, buf:%p)", source, type, id,… 61 GLDispatch::glDebugMessageInsertKHR_underlying(source, type, id, severity, length, buf);
|
D | gles32_only.entries | 10 void glDebugMessageControl(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint… 11 void glDebugMessageInsert(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, c…
|
D | gles2_extensions.entries | 21 void glDebugMessageControlKHR(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLu… 22 void glDebugMessageInsertKHR(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles32_only_functions.h | 11 …num source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled), (… 12 …source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar * buf), (source, typ…
|
D | gles2_extensions_functions.h | 21 …num source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled), (… 22 …source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar * buf), (source, typ…
|
D | gles32_only_static_translator_namespaced_header.h | 11 GL_APICALL void GL_APIENTRY glDebugMessageControl(GLenum source, GLenum type, GLenum severity, GLsi… 12 …NTRY glDebugMessageInsert(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, …
|
D | gles2_extensions_static_translator_namespaced_header.h | 21 GL_APICALL void GL_APIENTRY glDebugMessageControlKHR(GLenum source, GLenum type, GLenum severity, G… 22 …Y glDebugMessageInsertKHR(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, …
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_debug_utils.h | 39 VkDebugUtilsMessageSeverityFlagsEXT severity; member 51 VkDebugUtilsMessageSeverityFlagBitsEXT severity, 57 VkDebugUtilsMessageSeverityFlagBitsEXT severity,
|
D | vk_debug_utils.c | 38 VkDebugUtilsMessageSeverityFlagBitsEXT severity, in vk_debug_message() argument 46 if ((messenger->severity & severity) && in vk_debug_message() 48 messenger->callback(severity, types, pCallbackData, messenger->data); in vk_debug_message() 61 VkDebugUtilsMessageSeverityFlagBitsEXT severity, in vk_debug_message_instance() argument 79 if ((messenger->severity & severity) && in vk_debug_message_instance() 81 messenger->callback(severity, types, &cbData, messenger->data); in vk_debug_message_instance() 110 messenger->severity = pCreateInfo->messageSeverity; in vk_common_CreateDebugUtilsMessengerEXT()
|
D | vk_log.h | 64 #define __vk_log(severity, type, object_count, \ argument 66 __vk_log_impl(severity, type, object_count, objects_or_instance, \ 70 __vk_log_impl(VkDebugUtilsMessageSeverityFlagBitsEXT severity,
|
D | vk_log.c | 77 __vk_log_impl(VkDebugUtilsMessageSeverityFlagBitsEXT severity, in __vk_log_impl() argument 131 switch (severity) { in __vk_log_impl() 160 vk_debug_message_instance(instance, severity, types, in __vk_log_impl() 226 vk_debug_message(instance, severity, types, &cb_data); in __vk_log_impl() 236 switch (severity) { in __vk_log_impl()
|
/hardware/google/gfxstream/guest/fuchsia/ |
D | fuchsia_stdio.cc | 13 static void log_vararg(int8_t severity, const char* tag, const char* file, int line, in log_vararg() argument 17 gfxstream_fuchsia_log(severity, tag, file, line, format, args); in log_vararg() 59 static inline FuchsiaLogSeverity severity(FILE* stream) { in severity() function 67 log_vararg(severity(stream), "gfxstream", nullptr, 0, s); in fputs() 75 gfxstream_fuchsia_log(severity(stream), "gfxstream", __FILE__, __LINE__, format, ap); in vfprintf()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv32Imp.cpp | 5 GL_APICALL void GL_APIENTRY glDebugMessageControl(GLenum source, GLenum type, GLenum severity, GLsi… in glDebugMessageControl() argument 8 ctx->dispatcher().glDebugMessageControl(source, type, severity, count, ids, enabled); in glDebugMessageControl() 11 …NTRY glDebugMessageInsert(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, … in glDebugMessageInsert() argument 14 ctx->dispatcher().glDebugMessageInsert(source, type, id, severity, length, buf); in glDebugMessageInsert()
|
/hardware/google/aemu/host-common/include/host-common/ |
D | logging.h | 36 void OutputLog(FILE* stream, char severity, const char* file, unsigned int line, 39 #define GFXSTREAM_LOG(file, severity, fmt, ...) \ argument 40 OutputLog(file, severity, __FILE__, __LINE__, 0, fmt, ##__VA_ARGS__)
|
/hardware/interfaces/identity/aidl/default/ |
D | service.cpp | 40 void ComboLogger(LogId id, LogSeverity severity, const char* tag, const char* file, in ComboLogger() argument 42 StderrLogger(id, severity, tag, file, line, message); in ComboLogger() 45 logdLogger(id, severity, tag, file, line, message); in ComboLogger()
|
/hardware/google/gfxstream/guest/vulkan/ |
D | gfxstream_vk_fuchsia.cpp | 62 const char* StripFile(const char* file, FuchsiaLogSeverity severity) { in StripFile() argument 63 return severity > FUCHSIA_LOG_INFO ? StripDots(file) : StripPath(file); in StripFile() 66 extern "C" void gfxstream_fuchsia_log(int8_t severity, const char* tag, const char* file, int line, in gfxstream_fuchsia_log() argument 92 file = StripFile(file, severity); in gfxstream_fuchsia_log() 94 buffer.BeginRecord(severity, CStringToStringView(file), line, fmt_string, g_log_socket.borrow(), in gfxstream_fuchsia_log()
|
/hardware/google/pixel/power-libperfmgr/utilities/ |
D | sendhint.cc | 27 static void DualLogger(android::base::LogId id, android::base::LogSeverity severity, in DualLogger() argument 29 android::base::KernelLogger(id, severity, tag, file, line, message); in DualLogger() 30 android::base::StderrLogger(id, severity, tag, file, line, message); in DualLogger()
|
/hardware/google/gfxstream/guest/fuchsia/include/log/ |
D | log.h | 10 void gfxstream_fuchsia_log(int8_t severity, const char* tag, const char* file, int line,
|
/hardware/google/pixel/thermal/ |
D | thermal-helper.cpp | 197 .severity = ThrottlingSeverity::NONE, in ThermalHelperImpl() 424 bool ThermalHelperImpl::emulSeverity(std::string_view target_sensor, const int severity, in emulSeverity() argument 426 LOG(INFO) << "Set " << target_sensor.data() << " emul_severity: " << severity in emulSeverity() 439 if (severity > static_cast<int>(kThrottlingSeverityCount)) { in emulSeverity() 440 LOG(ERROR) << "Invalid emul severity value " << severity; in emulSeverity() 444 const auto temp = sensor_info.hot_thresholds[severity] / sensor_info.multiplier; in emulSeverity() 448 sensor_status.override_status.emul_temp.reset(new EmulTemp{temp, severity}); in emulSeverity() 549 sensor_status.override_status.emul_temp->severity >= 0) { in readTemperature() 552 static_cast<ThrottlingSeverity>(sensor_status.override_status.emul_temp->severity); in readTemperature() 695 for (const auto &severity : ::ndk::enum_range<ThrottlingSeverity>()) { in clearAllThrottling() [all …]
|
D | thermal-helper.h | 60 int severity; member 70 ThrottlingSeverity severity; member 89 virtual bool emulSeverity(std::string_view target_sensor, const int severity, 132 bool emulSeverity(std::string_view target_sensor, const int severity,
|