Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/tests/
Daudio_test_utils.cpp62 mStopPlaying = false; in AudioPlayback()
151 mStopPlaying = true; in onBufferEnd()
190 while (!mStopPlaying && counter < maxTries) { in waitForConsumption()
217 if (!mStopPlaying && counter == maxTries) return TIMED_OUT; in waitForConsumption()
232 mStopPlaying = true; in stop()
Daudio_test_utils.h95 bool mStopPlaying; variable