Home
last modified time | relevance | path

Searched defs:severity (Results 1 – 11 of 11) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/logging/
DLog.h49 #define LOG_IS_ON(severity) \ argument
90 #define LOG(severity) \ argument
103 #define LOG_IF(severity, condition) \ argument
109 #define QLOG(severity) \ argument
114 #define QLOG_IF(severity, condition) \ argument
135 #define PLOG(severity) \ argument
142 #define PLOG_IF(severity, condition) \ argument
189 #define DLOG_IS_ON(severity) LOG_IS_ON(severity) argument
193 #define DLOG_IS_ON(severity) false argument
217 #define DLOG(severity) DLOG_IF(severity, true) argument
[all …]
/hardware/interfaces/identity/aidl/default/
Dservice.cpp40 void ComboLogger(LogId id, LogSeverity severity, const char* tag, const char* file, in ComboLogger()
/hardware/google/aemu/host-common/
Dlogging.cpp70 void OutputLog(FILE* stream, char severity, const char* file, unsigned int line, in OutputLog()
/hardware/google/aemu/host-common/include/host-common/
Dlogging.h20 #define GFXSTREAM_LOG(file, severity, fmt, ...) \ argument
/hardware/google/pixel/power-libperfmgr/utilities/
Dsendhint.cc27 static void DualLogger(android::base::LogId id, android::base::LogSeverity severity, in DualLogger()
/hardware/google/pixel/thermal/
Dthermal-helper.h65 ThrottlingSeverity severity; member
Dthermal-helper.cpp307 bool ThermalHelperImpl::emulSeverity(std::string_view target_sensor, const int severity) { in emulSeverity()
/hardware/interfaces/audio/aidl/default/
DStream.cpp166 const LogSeverity severity = in cycle() local
385 const LogSeverity severity = in cycle() local
/hardware/google/pixel/usb/
DUsbOverheatEvent.cpp360 const ThrottlingSeverity &severity) in ZoneInfo()
/hardware/google/pixel/thermal/utils/
Dthermal_stats_helper.cpp258 const ThrottlingSeverity &severity) { in updateSensorTempStatsBySeverity()
Dthermal_throttling.cpp577 const ThrottlingSeverity severity, const SensorInfo &sensor_info) { in throttlingReleaseUpdate()