/frameworks/av/cmds/screenrecord/ |
D | Overlay.h | 113 enum { UNINITIALIZED, INIT, RUNNING, STOPPING, STOPPED } mState; enumerator
|
D | Overlay.cpp | 94 mState = STOPPING; in stop()
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | SimpleDecodingSource.h | 87 STOPPING, enumerator
|
D | MediaCodec.h | 311 STOPPING, enumerator
|
/frameworks/base/core/java/android/os/ |
D | SystemService.java | 40 STOPPING("stopping"), enumConstant
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowProcessController.java | 41 import static com.android.server.wm.Task.ActivityState.STOPPING; 898 || r.isState(STARTED, RESUMED, PAUSING, PAUSED, STOPPING)) { in releaseSomeActivities() 1028 } else if (r.isState(STOPPING)) { in computeProcessActivityState() 1029 bestInvisibleState = STOPPING; in computeProcessActivityState() 1041 } else if (bestInvisibleState == STOPPING) { in computeProcessActivityState()
|
D | RecentsAnimation.java | 152 if (!targetActivity.isState(Task.ActivityState.STOPPING, in preloadRecentsActivity()
|
D | ActivityRecord.java | 204 import static com.android.server.wm.Task.ActivityState.STOPPING; 1257 if (state != STOPPED && state != STOPPING) { in updateMultiWindowMode() 2705 case STOPPING: in checkEnterPictureInPictureState() 3018 if (oomAdj && isState(STOPPING)) { in finishIfPossible() 3136 setState(STOPPING, "completeFinishing"); in completeFinishing() 4879 if (state == STOPPING && !isSleeping()) { in setState() 5176 && !isState(STARTED, STOPPING, STOPPED, PAUSED); in makeInvisible() 5186 case STOPPING: in makeInvisible() 5307 return mVisibleRequested && (isState(STOPPED) || isState(STOPPING)); in shouldStartActivity() 5324 if (!isState(STARTED, RESUMED, PAUSED, STOPPED, STOPPING) in shouldMakeActive() [all …]
|
D | Task.java | 130 import static com.android.server.wm.Task.ActivityState.STOPPING; 360 STOPPING, enumConstant 5849 final boolean wasStopping = prev.isState(STOPPING); 5871 prev.setState(STOPPING, "completePausedLocked");
|
D | RootWindowContainer.java | 77 import static com.android.server.wm.Task.ActivityState.STOPPING; 3393 if (r != null && !r.isState(PAUSED, STOPPED, STOPPING, FINISHING)) {
|
/frameworks/av/media/codec2/sfplugin/include/media/stagefright/ |
D | CCodec.h | 163 STOPPING, // RUNNING -> ALLOCATED enumerator
|
/frameworks/av/media/codec2/hidl/plugin/samples/ |
D | SampleFilterPlugin.cpp | 493 if (mState == STOPPING) { in stop() 499 mState = STOPPING; in stop() 791 STOPPING, // RUNNING -> STOPPED enumerator
|
/frameworks/av/services/audioflinger/ |
D | Effects.cpp | 118 case STOPPING: in setEnabled_l() 130 mState = STOPPING; in setEnabled_l() 174 case STOPPING: in isEnabled() 627 case STOPPING: in updateState() 1293 case STOPPING: in isProcessEnabled() 2344 mEffects[i]->state() == EffectModule::STOPPING) { in removeEffect_l() 2512 mEffects[i]->state() == EffectModule::STOPPING) { in syncHalEffectsState()
|
D | Effects.h | 103 STOPPING, enumerator
|
D | AudioFlinger.cpp | 3994 effect->state() == EffectModule::STOPPING) { in moveEffectChain_l() 4059 effect->state() == EffectModule::STOPPING) { in moveAuxEffectToIo()
|
/frameworks/av/media/libstagefright/ |
D | SimpleDecodingSource.cpp | 167 me->mState = STOPPING; in stop()
|
D | MediaCodec.cpp | 3032 case STOPPING: in onMessageReceived() 3441 || mState == STOPPING in onMessageReceived() 3508 || mState == STOPPING in onMessageReceived() 3544 if (mState != STOPPING) { in onMessageReceived() 3929 || (mState == STOPPING && targetState == INITIALIZED)) { in onMessageReceived() 4023 if (mState == STOPPING && mReplyID) { in onMessageReceived() 4080 setState(msg->what() == kWhatStop ? STOPPING : RELEASING); in onMessageReceived() 5380 case STOPPING: rval = "STOPPING"; break; in stateString()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ActivityRecordTests.java | 78 import static com.android.server.wm.Task.ActivityState.STOPPING; 817 activity.setState(STOPPING, "test"); in testUpdateSavedState_activityStopped() 825 activity.setState(STOPPING, "test"); in testUpdateSavedState_activityStopped() 1018 final ActivityState[] states = {INITIALIZING, STARTED, PAUSED, STOPPING, STOPPED}; in testFinishActivityIfPossible_nonResumedFinishCompletesImmediately() 1177 assertEquals(STOPPING, currentTop.getState()); in testCompleteFinishing_keepStateOfNextInvisible() 1218 assertEquals("Activity must be stopped to make next one visible", STOPPING, in testCompleteFinishing_waitForNextVisible()
|
D | WindowProcessControllerTests.java | 319 activity.setState(Task.ActivityState.STOPPING, "test"); in testComputeOomAdjFromActivities()
|
D | RootWindowContainerTests.java | 40 import static com.android.server.wm.Task.ActivityState.STOPPING; 160 activity.setState(STOPPING, "test STOPPING"); in testAllPausedActivitiesComplete()
|
D | ActivityTaskManagerServiceTests.java | 301 topActivity.setState(Task.ActivityState.STOPPING, "test"); in testUpdateSleep()
|
D | RootTaskTests.java | 47 import static com.android.server.wm.Task.ActivityState.STOPPING; 1340 assertEquals(STOPPING, activity2.getState()); in testFinishCurrentActivity()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodec.cpp | 1742 || state->get() == STOPPING in initiateStop() 1750 state->set(STOPPING); in initiateStop() 1767 } else if (state->get() != STOPPING) { in stop() 1792 if (state->get() == STOPPING) { in stop() 1824 || state->get() == STOPPING) { in initiateRelease()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 43075 Landroid/os/SystemService$State;->STOPPING:Landroid/os/SystemService$State;
|