Home
last modified time | relevance | path

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

/cts/suite/audio_quality/test/
DSimpleScriptExecTest.cpp34 ASSERT_TRUE(SimpleScriptExec::checkIfPassed(pass1, match1)); in TEST_F()
37 ASSERT_TRUE(!SimpleScriptExec::checkIfPassed(fail1, match1)); in TEST_F()
/cts/suite/audio_quality/lib/src/
DSimpleScriptExec.cpp38 return checkIfPassed(result, rePattern); in checkPythonEnv()
41 bool SimpleScriptExec::checkIfPassed(const android::String8& str, const android::String8& reMatch, in checkIfPassed() function in SimpleScriptExec
DSimpleScriptExec.h52 static bool checkIfPassed(const android::String8& str, const android::String8& reMatch,
/cts/suite/audio_quality/lib/src/audio/
DAudioHardware.cpp51 if (!SimpleScriptExec::checkIfPassed(resultStr, match, nmatch, pmatch)) { in detectAudioHw()