Home
last modified time | relevance | path

Searched refs:LogSeverity (Results 1 – 10 of 10) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/logging/
DLogSeverity.h36 typedef enum LogSeverity { enum
51 } LogSeverity; typedef
54 LOGGING_API LogSeverity getMinLogLevel();
55 LOGGING_API void setMinLogLevel(LogSeverity level);
DLog.h40 LOGGING_API void __emu_log_print_str(LogSeverity prio, const char* file, int line, const std::strin…
43 void __emu_log_print_cplusplus(LogSeverity prio, const char* file, int line, in __emu_log_print_cplusplus()
300 LogParams(const char* a_file, int a_lineno, LogSeverity a_severity, bool quiet = false)
313 LogSeverity severity = LOG_SEVERITY_FROM(DEBUG);
341 LogStream(const char* file, int lineno, LogSeverity severity, bool quiet);
385 LogMessage(const char* file, int line, LogSeverity severity, bool quiet = false);
420 ErrnoLogMessage(const char* file, int line, LogSeverity severity, int errnoCode);
DCLog.h39 LOGGING_API void __emu_log_print(LogSeverity prio, const char* file, int line, const char* fmt, ...)
/hardware/google/gfxstream/guest/android-emu/android/utils/
Dlog_severity.h22 typedef enum LogSeverity { enum
37 } LogSeverity; typedef
39 extern LogSeverity android_log_severity;
Ddebug.h102 extern void __emu_log_print(LogSeverity prio,
Ddebug.c34 LogSeverity android_log_severity = EMULATOR_LOG_INFO;
/hardware/interfaces/identity/aidl/default/
Dservice.cpp32 using ::android::base::LogSeverity;
40 void ComboLogger(LogId id, LogSeverity severity, const char* tag, const char* file, in ComboLogger()
/hardware/google/aemu/base/
DCLog.cpp20 extern "C" void __emu_log_print(LogSeverity prio, in __emu_log_print()
/hardware/interfaces/audio/aidl/default/
DStream.cpp174 using LogSeverity = ::android::base::LogSeverity; in cycle() typedef
175 const LogSeverity severity = in cycle()
177 ? LogSeverity::VERBOSE in cycle()
178 : LogSeverity::DEBUG; in cycle()
403 using LogSeverity = ::android::base::LogSeverity; in cycle() typedef
404 const LogSeverity severity = in cycle()
406 ? LogSeverity::VERBOSE in cycle()
407 : LogSeverity::DEBUG; in cycle()
/hardware/google/pixel/power-libperfmgr/utilities/
Dsendhint.cc27 static void DualLogger(android::base::LogId id, android::base::LogSeverity severity, in DualLogger()