Searched refs:mStopPlaying (Results 1 – 2 of 2) sorted by relevance
62 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()
95 bool mStopPlaying; variable