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

  /frameworks/base/core/java/android/app/
LocalActivityManager.java 67 static final int DESTROYED = 5; // No longer with us.
111 if (r.curState == RESTORED || r.curState == DESTROYED) {
222 * it may either be destroyed and a new one started, or the current
369 r.curState = DESTROYED;
378 * @param id Unique identifier of the activity to be destroyed
  /frameworks/av/services/audioflinger/
Effects.cpp 126 // first non destroyed handle is considered in control
178 mState = DESTROYED;
250 default: //IDLE , ACTIVE, DESTROYED
259 if (mState == DESTROYED || mEffectInterface == NULL ||
524 if (mState == DESTROYED || mEffectInterface == NULL) {
588 case DESTROYED:
589 return NO_ERROR; // simply ignore as we are being destroyed
611 case DESTROYED:
631 case DESTROYED:
    [all...]
Effects.h 54 DESTROYED
  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java 144 DESTROYED
    [all...]

Completed in 908 milliseconds