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

/frameworks/base/core/java/android/os/
H A DSystemService.java40 STOPPING("stopping"), enum constant in enum:SystemService.State
/frameworks/av/include/media/
H A DSoundPool.h123 enum state { IDLE, RESUMING, STOPPING, PAUSED, PLAYING }; enumerator in enum:android::SoundChannel::state
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h138 STOPPING, enumerator in enum:android::MediaCodec::State
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.h69 STOPPING, enumerator in enum:android::WifiDisplaySource::State
H A DWifiDisplaySource.cpp1481 mState = STOPPING;
/frameworks/av/services/audioflinger/
H A DEffects.cpp226 case STOPPING:
573 case STOPPING:
585 mState = STOPPING;
608 case STOPPING:
625 case STOPPING:
1457 mEffects[i]->state() == EffectModule::STOPPING) {
H A DEffects.h56 STOPPING, enumerator in enum:EffectModule::effect_state
H A DTracks.cpp840 effect->state() == EffectModule::STOPPING) {
H A DAudioFlinger.cpp2322 effect->state() == EffectModule::STOPPING) {
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp555 case STOPPING:
569 // STOPPING->UNINITIALIZED, instead of the
570 // usual STOPPING->INITIALIZED state.
782 || mState == STOPPING
829 || mState == STOPPING
884 if (mState == STOPPING) {
1089 setState(msg->what() == kWhatStop ? STOPPING : RELEASING);
/frameworks/base/services/java/com/android/server/am/
H A DActivityStack.java132 STOPPING, enum constant in enum:ActivityStack.ActivityState
678 if (r.state == ActivityState.STOPPING || r.state == ActivityState.STOPPED) {
832 if (r.state != ActivityState.STOPPING) {
1162 case STOPPING:
2254 if (DEBUG_STATES) Slog.v(TAG, "Moving to STOPPING: " + r
2256 r.state = ActivityState.STOPPING;
2492 if (DEBUG_STATES) Slog.v(TAG, "Moving to STOPPING: " + r
2494 r.state = ActivityState.STOPPING;
H A DActivityStackSupervisor.java481 && r.state != ActivityState.STOPPING) {
H A DActivityManagerService.java14386 } else if (r.state == ActivityState.STOPPING) {

Completed in 447 milliseconds