Searched refs:pbState (Results 1 – 3 of 3) 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()
153 PlaybackStateCompat pbState = bob.build(); in publishState() local154 Log.d(TAG, "Setting state to " + pbState); in publishState()155 mMediaSession.setPlaybackState(pbState); in publishState()
684 int pbState = PlaybackState.getStateFromRccState(state); in setPlaybackStateInt() local689 bob.setState(pbState, position, playbackSpeed, SystemClock.elapsedRealtime()); in setPlaybackStateInt()