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

  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 89 // paused in this state if we don't have audio focus. But we stay in this state
91 Paused // playback paused (media player ready!)
105 UserRequest, // paused by user request
106 FocusLoss, // paused because of audio focus loss
109 // why did we pause? (only relevant if mState == State.Paused)
227 if (mState == State.Paused || mState == State.Stopped) {
251 else if (mState == State.Paused) {
252 // If we're paused, just continue playback and restore the 'foreground service' state.
275 mState = State.Paused;
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 92 milliseconds