Home
last modified time | relevance | path

Searched refs:STOPPED (Results 1 – 25 of 66) sorted by relevance

123

/frameworks/base/core/java/android/speech/tts/
DPlaybackSynthesisCallback.java77 if (mStatusCode == TextToSpeech.STOPPED) { in stop()
83 mStatusCode = TextToSpeech.STOPPED; in stop()
91 item.stop(TextToSpeech.STOPPED); in stop()
98 mLogger.onCompleted(TextToSpeech.STOPPED); in stop()
145 if (mStatusCode == TextToSpeech.STOPPED) { in start()
187 if (mStatusCode == TextToSpeech.STOPPED) { in audioAvailable()
226 if (mStatusCode == TextToSpeech.STOPPED) { in done()
DFileSynthesisCallback.java72 if (mStatusCode == TextToSpeech.STOPPED) { in stop()
76 mStatusCode = TextToSpeech.STOPPED; in stop()
119 if (mStatusCode == TextToSpeech.STOPPED) { in start()
161 if (mStatusCode == TextToSpeech.STOPPED) { in audioAvailable()
214 if (mStatusCode == TextToSpeech.STOPPED) { in done()
218 if (mStatusCode != TextToSpeech.SUCCESS && mStatusCode != TextToSpeech.STOPPED) { in done()
DAbstractSynthesisCallback.java57 return mClientIsUsingV2 ? TextToSpeech.STOPPED : TextToSpeech.ERROR; in errorCodeOnStop()
DEventLogger.java38 if (statusCode != TextToSpeech.STOPPED) { in logFailure()
DAudioPlaybackHandler.java46 item.stop(TextToSpeech.STOPPED); in stop()
/frameworks/native/services/surfaceflinger/Scheduler/
DOneShotTimer.cpp91 if (state == TimerState::STOPPED) { in loop()
114 if (state == TimerState::STOPPED) { in loop()
132 if (state == TimerState::STOPPED) { in loop()
151 if (state == TimerState::STOPPED) { in loop()
176 return TimerState::STOPPED; in checkForResetAndStop()
180 if (state != TimerState::STOPPED && mResetTriggered.exchange(false)) { in checkForResetAndStop()
DOneShotTimer.h66 STOPPED = 0, enumerator
/frameworks/base/core/java/android/os/
DSystemService.java41 STOPPED("stopped"), enumConstant
88 return State.STOPPED; in getState()
96 return State.STOPPED.equals(getState(service)); in isStopped()
139 if (State.STOPPED.equals(getState(service))) { in waitForAnyStopped()
/frameworks/av/cmds/screenrecord/
DOverlay.h75 virtual ~Overlay() { assert(mState == UNINITIALIZED || mState == STOPPED); } in ~Overlay()
113 enum { UNINITIALIZED, INIT, RUNNING, STOPPING, STOPPED } mState; enumerator
DOverlay.cpp109 mState = STOPPED; in threadLoop()
132 mState = STOPPED; in threadLoop()
/frameworks/av/cmds/stagefright/
DSimplePlayer.cpp158 mState = STOPPED; in onMessageReceived()
179 mState = STOPPED; in onMessageReceived()
184 if (mState != STOPPED) { in onMessageReceived()
214 mState = STOPPED; in onMessageReceived()
233 mState = STOPPED; in onMessageReceived()
236 if (mState == STOPPED) { in onMessageReceived()
379 CHECK_EQ(mState, STOPPED); in onStart()
399 CHECK_EQ(mState, STOPPED); in onReset()
DSimplePlayer.h51 STOPPED, enumerator
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGraphRunner.java54 public static final int STOPPED = 1; field in GraphRunner.State
60 private int mCurrent = STOPPED;
290 if (mState.current() == State.STOPPED) { in onPrepare()
336 mState.setState(State.STOPPED); in cleanUp()
379 if (mState.check(State.HALTED) || mState.check(State.STOPPED)) { in onFlush()
725 return !mRunLoop.checkState(State.STOPPED); in isRunning()
743 return mRunLoop.checkState(State.STOPPED); in isStopped()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaPlayerStateErrors.java30 STOPPED, enumConstant
DMediaPlayerStateUnitTestTemplate.java361 case STOPPED: in setMediaPlayerToState()
405 case STOPPED: in setStateError()
454 callMediaPlayerMethodUnderTestInState(MediaPlayerStateErrors.MediaPlayerState.STOPPED); in checkStoppedState()
/frameworks/av/services/audioflinger/
DTrackBase.h191 case STOPPED: in getTrackStateAsString()
284 return (mState == STOPPED || mState == FLUSHED); in isStopped()
311 case STOPPED: in getTrackStateAsCodedString()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaMuxer.h150 STOPPED enumerator
DSimpleDecodingSource.h88 STOPPED, enumerator
DMediaAppender.h94 STOPPED, enumerator
/frameworks/av/media/module/libmediatranscoding/transcoder/include/media/
DMediaTrackTranscoder.h146 STOPPED, enumerator
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityRecordTests.java95 import static com.android.server.wm.ActivityRecord.State.STOPPED;
281 activity.setState(STOPPED, "testPausingWhenVisibleFromStopped"); in testPausingWhenVisibleFromStopped()
289 activity.setState(STOPPED, "testPausingWhenVisibleFromStopped"); in testPausingWhenVisibleFromStopped()
308 activity.setState(STOPPED, "testPausingWhenVisibleFromStopped behind"); in testPausingWhenVisibleFromStopped()
318 activity.setState(STOPPED, "testPausingWhenVisibleFromStopped behind non-opaque"); in testPausingWhenVisibleFromStopped()
733 activity.setState(STOPPED, "Testing"); in testShouldMakeActive_deferredResume()
749 activity.setState(STOPPED, "Testing"); in testShouldMakeActive_nonTopVisible()
758 activity.setState(STOPPED, "Testing"); in testShouldResume_stackVisibility()
775 activity.setState(STOPPED, "Testing"); in testShouldResumeOrPauseWithResults()
795 activity.setState(STOPPED, "Testing"); in testPushConfigurationWhenLaunchTaskBehind()
[all …]
DUnknownAppVisibilityControllerTest.java104 activity.setState(ActivityRecord.State.STOPPED, "test"); in testRemoveFinishingInvisibleActivityFromUnknown()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/dagger/
DStatusBarFragmentComponent.java69 NONE, STARTING, STARTED, STOPPING, STOPPED enumConstant
/frameworks/av/media/module/libmediatranscoding/transcoder/
DMediaTrackTranscoder.cpp108 mState = STOPPED; in stop()
DMediaSampleWriter.cpp210 mState = STOPPED; in stop()
284 if (mState == STOPPED) { in runWriterLoop()

123