HomeSort by relevance Sort by last modified time
    Searched defs:Stopped (Results 1 - 7 of 7) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
PlayState.java 46 Stopped
  /external/llvm/include/llvm/CodeGen/
Passes.h 61 bool Stopped;
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioNode.java 73 protected transient volatile Status status = Status.Stopped;
102 * The audio node is currently stopped.
106 Stopped,
277 if (status != Status.Stopped) {
278 throw new IllegalStateException("Can only set source id when stopped");
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 86 Stopped, // media player is stopped and not prepared to play
227 if (mState == State.Paused || mState == State.Stopped) {
247 if (mState == State.Stopped) {
248 // If we're stopped, just go ahead to the next song and start playing
306 mState = State.Stopped;
383 else if (mState == State.Playing || mState == State.Paused || mState == State.Stopped) {
403 mState = State.Stopped;
550 mState = State.Stopped;
577 mState = State.Stopped;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_new.cpp 437 TBool CDsa::Stopped() const
1038 if(Stopped())
dsa_old.cpp 273 TBool CDsa::Stopped() const
799 if(Stopped())
dsa.cpp 290 if(Stopped())
730 TBool CDsa::Stopped() const

Completed in 72 milliseconds