Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/src/audio/
DAudioLocal.cpp91 return mCommandResult; in issueCommandAndWaitForCompletion()
149 mCommandResult = doPrepare(mSamplingRate, AudioHardware::SAMPLES_PER_ONE_GO); in threadLoop()
150 if (mCommandResult) { in threadLoop()
155 mCommandResult = doPlaybackOrRecord(mBuffer); in threadLoop()
156 if (mCommandResult) { in threadLoop()
164 mCommandResult = true; in threadLoop()
/cts/tests/tests/media/src/android/media/cts/
DMediaController2Test.java355 assertEquals(SESSION_RESULT_CODE, controllerCallback.mCommandResult.getResultCode()); in testCallback_onCommandResult()
357 controllerCallback.mCommandResult.getResultData() in testCallback_onCommandResult()
390 controllerCallback.mCommandResult.getResultCode()); in testCancelSessionCommand()
428 Session2Command.Result mCommandResult; field in MediaController2Test.Controller2Callback
470 mCommandResult = result; in onCommandResult()
DMediaSession2Test.java539 assertEquals(resultCode, sessionCallback.mCommandResult.getResultCode()); in testCallback_onCommandResult()
541 sessionCallback.mCommandResult.getResultData().getString(commandResultKey)); in testCallback_onCommandResult()
615 sessionCallback.mCommandResult.getResultCode()); in testCancelSessionCommand()
686 Session2Command.Result mCommandResult; field in MediaSession2Test.Session2Callback
756 mCommandResult = result; in onCommandResult()
/cts/suite/audio_quality/lib/include/audio/
DAudioLocal.h93 bool mCommandResult; variable