Searched refs:STATE_RUNNING (Results 1 – 6 of 6) sorted by relevance
82 public static final int STATE_RUNNING = 1; field in MffContext.State86 public int current = STATE_RUNNING;167 if (mState.current == State.STATE_RUNNING) { in onPause()187 mState.current = State.STATE_RUNNING; in onResume()
732 public static final int STATE_RUNNING = 1; field in CameraStreamer.State1110 if (mState.current() != State.STATE_RUNNING) { in grabFrame()1143 mState.set(State.STATE_RUNNING); in onStart()1150 if (mState.current() == State.STATE_RUNNING) { in onStop()1160 if (mState.current() == State.STATE_RUNNING) { in onHalt()1170 mState.set(State.STATE_RUNNING); in onRestart()1177 if (mState.current() == State.STATE_RUNNING) { in onUpdate()1183 if (mState.current() == State.STATE_RUNNING) { in onFrame()
273 case STATE_RUNNING: in start_l()287 mState = STATE_RUNNING; in start_l()297 case STATE_RUNNING: in stop()336 case STATE_RUNNING: in pause()350 return mState == STATE_RUNNING && !mAtEOS; in isPlaying()360 if (rate.mSpeed == 0.f && mState == STATE_RUNNING) { in setPlaybackSettings()395 case STATE_RUNNING: in seekTo()
92 STATE_RUNNING, enumerator
92 private static final int STATE_RUNNING = 2; field in RenderNodeAnimator217 mState = STATE_RUNNING; in moveToRunningState()253 if (mState < STATE_RUNNING) { in end()346 return mState == STATE_DELAYED || mState == STATE_RUNNING; in isRunning()
530 private static final int STATE_RUNNING = 1; field in RemotePrintDocument.AsyncCommand622 if (mState != STATE_PENDING && mState != STATE_RUNNING) { in canceling()643 mState = STATE_RUNNING; in running()647 return mState == STATE_RUNNING; in isRunning()651 if (mState != STATE_RUNNING && mState != STATE_CANCELING) { in completed()662 if (mState != STATE_RUNNING && mState != STATE_CANCELING) { in failed()