Home
last modified time | relevance | path

Searched refs:getPlaybackState (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
DPipControlsView.java143 if (mMediaController == null || mMediaController.getPlaybackState() == null) { in onFinishInflate()
146 long actions = mMediaController.getPlaybackState().getActions(); in onFinishInflate()
147 int state = mMediaController.getPlaybackState().getState(); in onFinishInflate()
148 if (mPipManager.getPlaybackState() == PLAYBACK_STATE_PAUSED) { in onFinishInflate()
150 } else if (mPipManager.getPlaybackState() == PLAYBACK_STATE_PLAYING) { in onFinishInflate()
190 int state = mPipManager.getPlaybackState(); in updatePlayPauseView()
DPipManager.java507 int getPlaybackState() { in getPlaybackState() method in PipManager
508 if (mPipMediaController == null || mPipMediaController.getPlaybackState() == null) { in getPlaybackState()
511 int state = mPipMediaController.getPlaybackState().getState(); in getPlaybackState()
519 long actions = mPipMediaController.getPlaybackState().getActions(); in getPlaybackState()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DMediaControllerGlue.java127 return mMediaController.getPlaybackState().getState() == PlaybackStateCompat.STATE_PLAYING; in isMediaPlaying()
132 int speed = (int) mMediaController.getPlaybackState().getPlaybackSpeed(); in getCurrentSpeedId()
174 return (int) mMediaController.getPlaybackState().getPosition(); in getCurrentPosition()
186 long actions = mMediaController.getPlaybackState().getActions(); in getSupportedActions()
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DMediaItemStatus.java221 public int getPlaybackState() { in getPlaybackState() method in MediaItemStatus
261 result.append(", playbackState=").append(playbackStateToString(getPlaybackState())); in toString()
/frameworks/base/core/java/android/bluetooth/
DIBluetoothAvrcpController.aidl36 PlaybackState getPlaybackState(in BluetoothDevice device); in getPlaybackState() method
DBluetoothAvrcpController.java331 public PlaybackState getPlaybackState(BluetoothDevice device) { in getPlaybackState() method in BluetoothAvrcpController
336 playbackState = mService.getPlaybackState(device); in getPlaybackState()
/frameworks/support/v4/java/android/support/v4/media/session/
DMediaControllerCompat.java136 public PlaybackStateCompat getPlaybackState() { in getPlaybackState() method in MediaControllerCompat
137 return mImpl.getPlaybackState(); in getPlaybackState()
843 PlaybackStateCompat getPlaybackState(); in getPlaybackState() method
926 public PlaybackStateCompat getPlaybackState() { in getPlaybackState() method in MediaControllerCompat.MediaControllerImplBase
928 return mBinder.getPlaybackState(); in getPlaybackState()
1274 public PlaybackStateCompat getPlaybackState() { in getPlaybackState() method in MediaControllerCompat.MediaControllerImplApi21
1275 Object stateObj = MediaControllerCompatApi21.getPlaybackState(mControllerObj); in getPlaybackState()
DIMediaSession.aidl65 PlaybackStateCompat getPlaybackState(); in getPlaybackState() method
DPlaybackStateCompat.java536 public Object getPlaybackState() { in getPlaybackState() method in PlaybackStateCompat
DMediaSessionCompat.java1926 public PlaybackStateCompat getPlaybackState() { in getPlaybackState() method in MediaSessionCompat.MediaSessionImplBase.MediaSessionStub
2235 state == null ? null : state.getPlaybackState()); in setPlaybackState()
/frameworks/support/v4/api21/android/support/v4/media/session/
DMediaControllerCompatApi21.java59 public static Object getPlaybackState(Object controllerObj) { in getPlaybackState() method in MediaControllerCompatApi21
60 return ((MediaController)controllerObj).getPlaybackState(); in getPlaybackState()
/frameworks/base/media/java/android/media/session/
DISessionController.aidl72 PlaybackState getPlaybackState(); in getPlaybackState() method
DMediaController.java148 public @Nullable PlaybackState getPlaybackState() { in getPlaybackState() method in MediaController
150 return mSessionBinder.getPlaybackState(); in getPlaybackState()
/frameworks/base/media/java/android/media/
DRemoteController.java213 PlaybackState state = mCurrentSession.getPlaybackState(); in getEstimatedMediaPosition()
616 PlaybackState state = controller.getPlaybackState(); in updateController()
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DPlayerController.java198 mListener.onPlaybackStateChange(mController.getPlaybackState());
DNotificationHelper.java90 mPlaybackState = mController.getPlaybackState(); in onStart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DMediaSessions.java210 final PlaybackState playbackState = c.getPlaybackState(); in dump()
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionRecord.java1296 public PlaybackState getPlaybackState() { in getPlaybackState() method in MediaSessionRecord.ControllerStub
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
DMediaRouteControllerDialog.java299 mState = mMediaController == null ? null : mMediaController.getPlaybackState(); in setMediaSession()
/frameworks/support/v7/mediarouter/api/
D22.0.0.txt129 method public int getPlaybackState();
D22.1.0.txt129 method public int getPlaybackState();
D22.2.0.txt131 method public int getPlaybackState();
D22.2.1.txt131 method public int getPlaybackState();
D23.1.0.txt355 method public int getPlaybackState();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java2007 final PlaybackState playbackState = controller.getPlaybackState(); in getMediaControllerPlaybackState()
3141 pw.print(" state=" + mMediaController.getPlaybackState()); in dump()

12