/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/ |
D | PipControlsView.java | 143 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()
|
D | PipManager.java | 507 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/ |
D | MediaControllerGlue.java | 127 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/ |
D | MediaItemStatus.java | 221 public int getPlaybackState() { in getPlaybackState() method in MediaItemStatus 261 result.append(", playbackState=").append(playbackStateToString(getPlaybackState())); in toString()
|
/frameworks/base/core/java/android/bluetooth/ |
D | IBluetoothAvrcpController.aidl | 36 PlaybackState getPlaybackState(in BluetoothDevice device); in getPlaybackState() method
|
D | BluetoothAvrcpController.java | 331 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/ |
D | MediaControllerCompat.java | 136 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()
|
D | IMediaSession.aidl | 65 PlaybackStateCompat getPlaybackState(); in getPlaybackState() method
|
D | PlaybackStateCompat.java | 536 public Object getPlaybackState() { in getPlaybackState() method in PlaybackStateCompat
|
D | MediaSessionCompat.java | 1926 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/ |
D | MediaControllerCompatApi21.java | 59 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/ |
D | ISessionController.aidl | 72 PlaybackState getPlaybackState(); in getPlaybackState() method
|
D | MediaController.java | 148 public @Nullable PlaybackState getPlaybackState() { in getPlaybackState() method in MediaController 150 return mSessionBinder.getPlaybackState(); in getPlaybackState()
|
/frameworks/base/media/java/android/media/ |
D | RemoteController.java | 213 PlaybackState state = mCurrentSession.getPlaybackState(); in getEstimatedMediaPosition() 616 PlaybackState state = controller.getPlaybackState(); in updateController()
|
/frameworks/base/tests/OneMedia/src/com/android/onemedia/ |
D | PlayerController.java | 198 mListener.onPlaybackStateChange(mController.getPlaybackState());
|
D | NotificationHelper.java | 90 mPlaybackState = mController.getPlaybackState(); in onStart()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | MediaSessions.java | 210 final PlaybackState playbackState = c.getPlaybackState(); in dump()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaSessionRecord.java | 1296 public PlaybackState getPlaybackState() { in getPlaybackState() method in MediaSessionRecord.ControllerStub
|
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
D | MediaRouteControllerDialog.java | 299 mState = mMediaController == null ? null : mMediaController.getPlaybackState(); in setMediaSession()
|
/frameworks/support/v7/mediarouter/api/ |
D | 22.0.0.txt | 129 method public int getPlaybackState();
|
D | 22.1.0.txt | 129 method public int getPlaybackState();
|
D | 22.2.0.txt | 131 method public int getPlaybackState();
|
D | 22.2.1.txt | 131 method public int getPlaybackState();
|
D | 23.1.0.txt | 355 method public int getPlaybackState();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBar.java | 2007 final PlaybackState playbackState = controller.getPlaybackState(); in getMediaControllerPlaybackState() 3141 pw.print(" state=" + mMediaController.getPlaybackState()); in dump()
|