Searched refs:STOPPING (Results 1 - 18 of 18) sorted by relevance

/frameworks/av/cmds/screenrecord/
H A DOverlay.h112 enum { UNINITIALIZED, INIT, RUNNING, STOPPING, STOPPED } mState; enumerator in enum:android::Overlay::__anon13
H A DOverlay.cpp95 mState = STOPPING;
/frameworks/av/include/media/stagefright/
H A DSimpleDecodingSource.h83 STOPPING, enumerator in enum:android::SimpleDecodingSource::State
H A DMediaCodec.h200 STOPPING, enumerator in enum:android::MediaCodec::State
/frameworks/base/core/java/android/os/
H A DSystemService.java38 STOPPING("stopping"), enum constant in enum:SystemService.State
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.h73 STOPPING, enumerator in enum:android::WifiDisplaySource::State
H A DWifiDisplaySource.cpp1487 mState = STOPPING;
/frameworks/base/media/jni/soundpool/
H A DSoundPool.h115 enum state { IDLE, RESUMING, STOPPING, PAUSED, PLAYING }; enumerator in enum:android::SoundChannel::state
/frameworks/av/services/audioflinger/
H A DEffects.cpp242 case STOPPING:
663 case STOPPING:
675 mState = STOPPING;
698 case STOPPING:
715 case STOPPING:
1664 mEffects[i]->state() == EffectModule::STOPPING) {
1788 mEffects[i]->state() == EffectModule::STOPPING) {
H A DEffects.h56 STOPPING, enumerator in enum:EffectModule::effect_state
H A DTracks.cpp922 effect->state() == EffectModule::STOPPING) {
H A DAudioFlinger.cpp2881 effect->state() == EffectModule::STOPPING) {
/frameworks/av/media/libstagefright/
H A DSimpleDecodingSource.cpp136 me->mState = STOPPING;
H A DMediaCodec.cpp1126 case STOPPING:
1140 // STOPPING->UNINITIALIZED, instead of the
1141 // usual STOPPING->INITIALIZED state.
1481 || mState == STOPPING
1536 || mState == STOPPING
1597 if (mState == STOPPING) {
1954 setState(msg->what() == kWhatStop ? STOPPING : RELEASING);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java210 STOPPING, enum constant in enum:ActivityStack.ActivityState
1022 if (r.state == ActivityState.STOPPING || r.state == ActivityState.STOPPED
1241 if (r.state != ActivityState.STOPPING) {
1288 final boolean wasStopping = prev.state == ActivityState.STOPPING;
1309 prev.state = ActivityState.STOPPING;
1911 case STOPPING:
3282 "Moving to STOPPING: " + r + " (stop requested)");
3283 r.state = ActivityState.STOPPING;
3567 "Moving to STOPPING: "+ r + " (finish requested)");
3568 r.state = ActivityState.STOPPING;
[all...]
H A DActivityStackSupervisor.java169 import static com.android.server.am.ActivityStack.ActivityState.STOPPING;
976 if (r != null && r.state != PAUSED && r.state != STOPPED && r.state != STOPPING) {
3049 || r.state == PAUSED || r.state == STOPPING) {
H A DActivityManagerService.java19438 } else if (r.state == ActivityState.STOPPING) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2548 milliseconds