Searched refs:isStopping (Results 1 – 5 of 5) sorted by relevance
288 bool isStopping() const final { in isStopping() function
251 virtual bool isStopping() const = 0;
1063 if (buf.mFrameCount == 0 && !isStopping() && !isStopped() && !isPaused() && !isOffloaded()) { in getNextBuffer()1118 if (mSharedBuffer != 0 && (isStopped() || isStopping())) { in framesReady()1153 if (isStopping()) { in isReady()
5662 if (!(track->isStopping() || track->isPausing() || track->isStopped()) && in prepareTracks_l()
6704 final boolean isStopping = mState == STOPPING; in activityStopped()6705 if (!isStopping && mState != RESTARTING_PROCESS) { in activityStopped()6723 if (isStopping) { in activityStopped()