Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DLatencyAnalyzer.h452 << convertStateToText(mState) << "\n"; in analyze()
512 ALOGD("latency: st = %d = %s", mState, convertStateToText(mState)); in printStatus()
587 const char *convertStateToText(echo_state state) { in convertStateToText() function