Home
last modified time | relevance | path

Searched refs:setLogLevel (Results 1 – 4 of 4) sorted by relevance

/cts/suite/audio_quality/test/
DLogTest.cpp35 Log::Instance()->setLogLevel(Log::ELogV); in TEST_F()
56 Log::Instance()->setLogLevel(level); in TEST_F()
/cts/suite/audio_quality/lib/src/
DLog.cpp49 void Log::setLogLevel(LogLevel level) in setLogLevel() function in Log
/cts/suite/audio_quality/lib/include/
DLog.h41 void setLogLevel(LogLevel level);
/cts/suite/audio_quality/executable/src/
Dmain.cpp106 Log::Instance()->setLogLevel((Log::LogLevel)logLevel); in main()