Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:PAUSED

3520         if (mState == PAUSED) {
3522 LOGV("PAUSED => RESUMING (%d) on thread %p", mName, this);
3561 // If the track is not active (PAUSED and buffers full), flush buffers
3610 if (mState != STOPPED && mState != PAUSED && mState != PAUSING) {
3613 // No point remaining in PAUSED state after a flush => go to
3617 // do not reset the track if it is still in the process of being stopped or paused.