Searched refs:MSG (Results 1 – 5 of 5) sorted by relevance
/cts/suite/audio_quality/lib/src/task/ |
D | TaskBatch.cpp | 61 MSG("= Test batch %s version %s started. =", name.string(), in run() 64 MSG("= Finished Test batch ="); in run()
|
D | TaskCase.cpp | 314 MSG("== Test case %s version %s started ==", name.string(), version.string()); in run() 329 MSG("== setup stage failed %d ==", result); in run() 334 MSG("== action stage failed %d ==", resultAction); in run() 342 MSG("== save stage failed %d ==", result); in run() 348 MSG("== Case %s Passed ==", name.string()); in run() 354 MSG("== Case %s Failed ==", name.string()); in run()
|
D | TaskSave.cpp | 113 MSG("=== Values stored ==="); in handleReport() 133 MSG("%s", details.string()); in handleReport()
|
/cts/suite/audio_quality/lib/src/ |
D | BuiltinProcessing.cpp | 66 MSG("Volume %lld low compared to min %lld max %lld", rms, passMin, passMax); in rms_mva() 69 MSG("Volume %lld OK compared to min %lld max %lld", rms, passMin, passMax); in rms_mva()
|
/cts/suite/audio_quality/lib/include/ |
D | Log.h | 62 #define MSG(x...) do { Log::Instance()->printf(Log::ELogE, x); } while(0) macro
|