HomeSort by relevance Sort by last modified time
    Searched defs:PlaybackInfo (Results 1 - 11 of 11) sorted by null

  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
RemoteControlClientCompat.java 57 public void setPlaybackInfo(PlaybackInfo info) {
72 public static final class PlaybackInfo {
98 * always between 0 and the value set by {@link PlaybackInfo#volumeMax}.
138 public void setPlaybackInfo(PlaybackInfo info) {
  /frameworks/support/v4/api21/android/support/v4/media/session/
MediaControllerCompatApi21.java 175 public static class PlaybackInfo {
177 return ((MediaController.PlaybackInfo)volumeInfoObj).getPlaybackType();
181 return ((MediaController.PlaybackInfo) volumeInfoObj).getAudioAttributes();
190 return ((MediaController.PlaybackInfo)volumeInfoObj).getVolumeControl();
194 return ((MediaController.PlaybackInfo)volumeInfoObj).getMaxVolume();
198 return ((MediaController.PlaybackInfo)volumeInfoObj).getCurrentVolume();
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
RichTvInputService.java 125 private PlaybackInfo mCurrentPlaybackInfo;
209 playProgram((PlaybackInfo) msg.obj);
258 private boolean playProgram(PlaybackInfo info) {
407 List<PlaybackInfo> programs = TvContractUtils.getProgramPlaybackInfo(
474 public static final class PlaybackInfo {
481 public PlaybackInfo(long startTimeMs, long endTimeMs, String videoUrl, int videoType,
  /frameworks/base/media/java/android/media/
RemoteController.java 91 private PlaybackInfo mLastPlaybackInfo;
253 final PlaybackInfo lastPlaybackInfo;
605 final PlaybackInfo playbackInfo =
606 new PlaybackInfo(state, stateChangeTimeMs, currentPosMs, speed);
608 genId /*arg1*/, 0, playbackInfo /*obj*/, 0 /*delay*/);
759 onNewPlaybackInfo(msg.arg1, (PlaybackInfo) msg.obj);
    [all...]
  /frameworks/base/media/java/android/media/session/
MediaController.java 255 public @Nullable PlaybackInfo getPlaybackInfo() {
258 return new PlaybackInfo(result.volumeType, result.audioAttrs, result.controlType,
580 public void onAudioInfoChanged(PlaybackInfo info) {
815 public static final class PlaybackInfo {
834 public PlaybackInfo(int type, AudioAttributes attrs, int control, int max, int current) {
858 * {@link PlaybackInfo#PLAYBACK_TYPE_REMOTE} these may be ignored by the
970 PlaybackInfo info = new PlaybackInfo(pvi.volumeType, pvi.audioAttrs, pvi.controlType,
    [all...]
  /frameworks/support/v4/java/android/support/v4/media/session/
MediaControllerCompat.java 200 public PlaybackInfo getPlaybackInfo() {
423 public void onAudioInfoChanged(PlaybackInfo info) {
501 PlaybackInfo pi = null;
503 pi = new PlaybackInfo(info.volumeType, info.audioStream, info.controlType,
549 onAudioInfoChanged((PlaybackInfo) msg.obj);
692 public static final class PlaybackInfo {
709 PlaybackInfo(int type, int stream, int control, int max, int current) {
720 * <li>{@link PlaybackInfo#PLAYBACK_TYPE_LOCAL}</li>
721 * <li>{@link PlaybackInfo#PLAYBACK_TYPE_REMOTE}</li>
732 * type is {@link PlaybackInfo#PLAYBACK_TYPE_REMOTE} this value does no
    [all...]
  /prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 

Completed in 96 milliseconds