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

  /frameworks/av/services/audioflinger/
TrackBase.h 36 PAUSING,
PlaybackTracks.h 94 bool isPausing() const { return mState == PAUSING; }
Tracks.cpp 502 case PAUSING:
653 // initial state-stopping. next state-pausing.
656 if (state == PAUSED || state == PAUSING) {
717 if (state == RESUMING || state == ACTIVE || state == PAUSING || state == PAUSED) {
762 mState = PAUSING;
763 ALOGV("ACTIVE/RESUMING => PAUSING (%d) on thread %p", mName, thread.get());
802 mState != PAUSED && mState != PAUSING && mState != IDLE && mState != FLUSHED) {
    [all...]
Threads.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStack.java 206 PAUSING,
263 * When we are in the process of pausing an activity, before starting the
373 mService.logAppTooSlow(r.app, r.pauseTime, "pausing " + r);
    [all...]
ActivityRecord.java 148 long pauseTime; // last time we started pausing the activity
    [all...]
ActivityStackSupervisor.java 166 import static com.android.server.am.ActivityStack.ActivityState.PAUSING;
430 * determine whether to invoke the task stack change listener after pausing.
3098 final ActivityRecord pausing = stack.mPausingActivity; local
    [all...]
ActivityManagerService.java     [all...]

Completed in 237 milliseconds