Home
last modified time | relevance | path

Searched refs:ScopedLogSeverity (Results 1 – 5 of 5) sorted by relevance

/system/core/base/
Dlogging.cpp418 ScopedLogSeverity::ScopedLogSeverity(LogSeverity level) { in ScopedLogSeverity() function in android::base::ScopedLogSeverity
423 ScopedLogSeverity::~ScopedLogSeverity() { in ~ScopedLogSeverity()
Dlogging_test.cpp182 android::base::ScopedLogSeverity severity(android::base::DEBUG); in TEST()
/system/core/base/include/android-base/
Dlogging.h326 class ScopedLogSeverity {
328 explicit ScopedLogSeverity(LogSeverity level);
329 ~ScopedLogSeverity();
/system/extras/simpleperf/
Dmain.cpp50 android::base::ScopedLogSeverity severity(log_severity); in main()
Dgtest_main.cpp159 android::base::ScopedLogSeverity severity(log_severity); in main()