Home
last modified time | relevance | path

Searched refs:ELogW (Results 1 – 2 of 2) sorted by relevance

/cts/suite/audio_quality/lib/include/
DLog.h32 ELogW = 3, enumerator
57 #define LOGW(x...) do { Log::Instance()->printf(Log::ELogW, x); } while(0)
/cts/suite/audio_quality/executable/src/
Dmain.cpp64 int logLevel = Log::ELogW; in main()