Home | History | Annotate | Download | only in tts

Lines Matching refs:mStopped

54      * While mStopped and mIsError can be written from any thread, mDone is written
58 private volatile boolean mStopped;
74 mStopped = false;
130 mStopped = true;
134 // take() will return null since mStopped was true, and will then
139 // buffers will no longer be copied since mStopped is true. The
183 MAX_UNCONSUMED_AUDIO_MS && !mStopped) {
191 if (mStopped) {
209 while (mDataBufferList.size() == 0 && !mStopped && !mDone) {
215 if (mStopped) {