Searched refs:pbState (Results 1 – 2 of 2) sorted by relevance
185 int pbState; in onStateChanged() local191 pbState = PlaybackState.STATE_STOPPED; in onStateChanged()195 pbState = PlaybackState.STATE_BUFFERING; in onStateChanged()198 pbState = PlaybackState.STATE_ERROR; in onStateChanged()201 pbState = PlaybackState.STATE_PAUSED; in onStateChanged()204 pbState = PlaybackState.STATE_PLAYING; in onStateChanged()208 pbState = PlaybackState.STATE_ERROR; in onStateChanged()213 bob.setState(pbState, position, rate, SystemClock.elapsedRealtime()); in onStateChanged()
681 int pbState = getStateFromRccState(state); in setPlaybackStateInt() local686 bob.setState(pbState, position, playbackSpeed, SystemClock.elapsedRealtime()); in setPlaybackStateInt()