Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/include/
DLog.h33 ELogE = 4 enumerator
55 #define LOGE(x...) do { Log::Instance()->printf(Log::ELogE, x); \
56 Log::Instance()->printf(Log::ELogE, " file %s line %d", __FILE__, __LINE__); } while(0)
62 #define MSG(x...) do { Log::Instance()->printf(Log::ELogE, x); } while(0)
64 #define ASSERT(cond) if(!(cond)) { Log::Instance()->printf(Log::ELogE, \