HomeSort by relevance Sort by last modified time
    Searched refs:STOPPING_1 (Results 1 - 3 of 3) sorted by null

  /frameworks/av/services/audioflinger/
TrackBase.h 32 STOPPING_1, // waiting for first underrun
114 return mState == STOPPING_1 || mState == STOPPING_2;
117 return mState == STOPPING_1;
Tracks.cpp 486 case STOPPING_1:
657 // happened we need to resume to STOPPING_1
658 mState = TrackBase::STOPPING_1;
659 ALOGV("PAUSED => STOPPING_1 (%d) on thread %p", mName, this);
729 mState = STOPPING_1;
749 case STOPPING_1:
799 if (mState == STOPPING_1 || mState == STOPPING_2) {
800 ALOGV("flushed in STOPPING_1 or 2 state, change state to ACTIVE");
807 if (mState != STOPPING_1 && mState != STOPPING_2 && mState != STOPPED &&
    [all...]
Threads.cpp     [all...]

Completed in 806 milliseconds