Searched defs:getPlaybackState (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpPlayer.java68 public PlaybackState getPlaybackState() { method in class:AvrcpPlayer
H A DAvrcpControllerService.java345 public PlaybackState getPlaybackState(BluetoothDevice device) { method in class:AvrcpControllerService
347 return getPlaybackState(device, true);
350 // cached can be used to force a getPlaybackState command. Useful for PTS testing.
351 public synchronized PlaybackState getPlaybackState(BluetoothDevice device, boolean cached) { method in class:AvrcpControllerService
357 Log.e(TAG, "getPlaybackState device is null");
/packages/apps/Car/Media/src/com/android/car/media/
H A DMediaPlaybackModel.java224 public PlaybackState getPlaybackState() { method in class:MediaPlaybackModel
229 return mController.getPlaybackState();
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
H A DDvrPlaybackMediaSessionHelper.java117 mDvrPlayer.getPlaybackState(),
149 public int getPlaybackState() { method in class:DvrPlaybackMediaSessionHelper
150 return mDvrPlayer.getPlaybackState();
309 if (mDvrPlayer.getPlaybackState() == PlaybackState.STATE_FAST_FORWARDING) {
327 if (mDvrPlayer.getPlaybackState() == PlaybackState.STATE_REWINDING) {
H A DDvrPlayer.java325 public int getPlaybackState() { method in class:DvrPlayer
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/mockable/
H A DMediaController.java73 public PlaybackState getPlaybackState() { method in class:MediaController
74 return mDelegate.getPlaybackState();
/packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/
H A DMediaPlayerWrapper.java66 if (getPlaybackState() == null) {
101 newWrapper.mCurrentData.state = newWrapper.getPlaybackState();
138 PlaybackState getPlaybackState() { method in class:MediaPlayerWrapper
139 return mMediaController.getPlaybackState();
143 if (mMediaController.getPlaybackState() == null) return -1;
144 return mMediaController.getPlaybackState().getActiveQueueItemId();
155 getPlaybackState(),
240 getPlaybackState(),
275 getPlaybackState(),
285 getPlaybackState(),
[all...]
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/
H A DMpegTsPlayer.java372 public int getPlaybackState() { method in class:MpegTsPlayer
376 return mPlayer.getPlaybackState();
381 int state = getPlaybackState();
387 int state = getPlaybackState();
394 return getPlaybackState() == ExoPlayer.STATE_BUFFERING;

Completed in 113 milliseconds