Home
last modified time | relevance | path

Searched refs:STOPPING (Results 1 – 24 of 24) sorted by relevance

/frameworks/av/cmds/screenrecord/
DOverlay.h113 enum { UNINITIALIZED, INIT, RUNNING, STOPPING, STOPPED } mState; enumerator
DOverlay.cpp94 mState = STOPPING; in stop()
/frameworks/av/media/libstagefright/include/media/stagefright/
DSimpleDecodingSource.h87 STOPPING, enumerator
DMediaCodec.h311 STOPPING, enumerator
/frameworks/base/core/java/android/os/
DSystemService.java40 STOPPING("stopping"), enumConstant
/frameworks/base/services/core/java/com/android/server/wm/
DWindowProcessController.java41 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()
DRecentsAnimation.java152 if (!targetActivity.isState(Task.ActivityState.STOPPING, in preloadRecentsActivity()
DActivityRecord.java204 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 …]
DTask.java130 import static com.android.server.wm.Task.ActivityState.STOPPING;
360 STOPPING, enumConstant
5849 final boolean wasStopping = prev.isState(STOPPING);
5871 prev.setState(STOPPING, "completePausedLocked");
DRootWindowContainer.java77 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/
DCCodec.h163 STOPPING, // RUNNING -> ALLOCATED enumerator
/frameworks/av/media/codec2/hidl/plugin/samples/
DSampleFilterPlugin.cpp493 if (mState == STOPPING) { in stop()
499 mState = STOPPING; in stop()
791 STOPPING, // RUNNING -> STOPPED enumerator
/frameworks/av/services/audioflinger/
DEffects.cpp118 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()
DEffects.h103 STOPPING, enumerator
DAudioFlinger.cpp3994 effect->state() == EffectModule::STOPPING) { in moveEffectChain_l()
4059 effect->state() == EffectModule::STOPPING) { in moveAuxEffectToIo()
/frameworks/av/media/libstagefright/
DSimpleDecodingSource.cpp167 me->mState = STOPPING; in stop()
DMediaCodec.cpp3032 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/
DActivityRecordTests.java78 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()
DWindowProcessControllerTests.java319 activity.setState(Task.ActivityState.STOPPING, "test"); in testComputeOomAdjFromActivities()
DRootWindowContainerTests.java40 import static com.android.server.wm.Task.ActivityState.STOPPING;
160 activity.setState(STOPPING, "test STOPPING"); in testAllPausedActivitiesComplete()
DActivityTaskManagerServiceTests.java301 topActivity.setState(Task.ActivityState.STOPPING, "test"); in testUpdateSleep()
DRootTaskTests.java47 import static com.android.server.wm.Task.ActivityState.STOPPING;
1340 assertEquals(STOPPING, activity2.getState()); in testFinishCurrentActivity()
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp1742 || 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/
Dhiddenapi-max-target-o.txt43075 Landroid/os/SystemService$State;->STOPPING:Landroid/os/SystemService$State;