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

  /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;
556 mState = State.Stopped;
583 mState = State.Stopped;
    [all...]
  /external/llvm/lib/CodeGen/
Passes.cpp 242 StopAfter(nullptr), Started(true), Stopped(false),
307 /// Started/Stopped flags indicate either that the compilation should start at
310 /// and StopAfter options and change the Started/Stopped flags accordingly.
322 if (Started && !Stopped) {
344 Stopped = true;
347 if (Stopped && !Started)
  /external/llvm/include/llvm/CodeGen/
Passes.h 107 bool Stopped;
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 9852 milliseconds