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

/frameworks/av/cmds/screenrecord/
H A DOverlay.h113 enum { UNINITIALIZED, INIT, RUNNING, STOPPING, STOPPED } mState; enumerator in enum:android::Overlay::__anon25
H A DOverlay.cpp94 mState = STOPPING;
/frameworks/av/include/media/stagefright/
H A DSimpleDecodingSource.h84 STOPPING, enumerator in enum:android::SimpleDecodingSource::State
H A DMediaCodec.h219 STOPPING, enumerator in enum:android::MediaCodec::State
/frameworks/av/media/libstagefright/foundation/include/
H A DSimpleDecodingSource.h84 STOPPING, enumerator in enum:android::SimpleDecodingSource::State
H A DMediaCodec.h219 STOPPING, enumerator in enum:android::MediaCodec::State
/frameworks/av/media/libstagefright/include/
H A DSimpleDecodingSource.h84 STOPPING, enumerator in enum:android::SimpleDecodingSource::State
H A DMediaCodec.h219 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.cpp1485 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.h58 STOPPING, enumerator in enum:EffectModule::effect_state
H A DEffects.cpp252 case STOPPING:
708 case STOPPING:
720 mState = STOPPING;
743 case STOPPING:
760 case STOPPING:
1812 mEffects[i]->state() == EffectModule::STOPPING) {
1939 mEffects[i]->state() == EffectModule::STOPPING) {
H A DTracks.cpp1014 effect->state() == EffectModule::STOPPING) {
H A DAudioFlinger.cpp3138 effect->state() == EffectModule::STOPPING) {
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1439 case STOPPING:
1447 // STOPPING->UNINITIALIZED, instead of the
1448 // usual STOPPING->INITIALIZED state.
1687 || mState == STOPPING
1742 || mState == STOPPING
1840 if (mState != STOPPING) {
2216 if (mState == FLUSHING || mState == STOPPING) {
2241 setState(msg->what() == kWhatStop ? STOPPING : RELEASING);
H A DSimpleDecodingSource.cpp141 me->mState = STOPPING;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java70 import static com.android.server.am.ActivityStack.ActivityState.STOPPING;
222 STOPPING, enum constant in enum:ActivityStack.ActivityState
1219 if (r.state == STOPPING || r.state == STOPPED
1403 final boolean wasStopping = prev.state == STOPPING;
1424 prev.state = STOPPING;
2045 && r.state != STOPPING && r.state != STOPPED;
2050 case STOPPING:
3415 "Moving to STOPPING: " + r + " (stop requested)");
3416 r.state = STOPPING;
3742 "Moving to STOPPING
[all...]
H A DActivityRecord.java103 import static com.android.server.am.ActivityStack.ActivityState.STOPPING;
1227 case STOPPING:
1760 if (state != STOPPING) {
2386 if (state == STOPPING || state == STOPPED) {
H A DActivityStackSupervisor.java89 import static com.android.server.am.ActivityStack.ActivityState.STOPPING;
1082 if (r != null && r.state != PAUSED && r.state != STOPPED && r.state != STOPPING) {
3473 || r.state == PAUSED || r.state == STOPPING) {
H A DActivityManagerService.java20879 } else if (r.state == ActivityState.STOPPING) {
[all...]
/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 274 milliseconds