Home
last modified time | relevance | path

Searched refs:controlType (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/support/media-compat/java/android/support/v4/media/session/
DParcelableVolumeInfo.java28 public int controlType; field in ParcelableVolumeInfo
32 public ParcelableVolumeInfo(int volumeType, int audioStream, int controlType, in ParcelableVolumeInfo() argument
37 this.controlType = controlType; in ParcelableVolumeInfo()
44 controlType = from.readInt(); in ParcelableVolumeInfo()
58 dest.writeInt(controlType); in writeToParcel()
DMediaSessionCompat.java2555 int controlType; in getVolumeAttributes() local
2565 controlType = vp.getVolumeControl(); in getVolumeAttributes()
2569 controlType = VolumeProviderCompat.VOLUME_CONTROL_ABSOLUTE; in getVolumeAttributes()
2574 return new ParcelableVolumeInfo(volumeType, stream, controlType, max, current); in getVolumeAttributes()
DMediaControllerCompat.java857 pi = new PlaybackInfo(info.volumeType, info.audioStream, info.controlType, in onVolumeInfoChanged()
1492 info.controlType, info.maxVolume, info.currentVolume); in getPlaybackInfo()
/frameworks/base/media/java/android/media/session/
DParcelableVolumeInfo.java31 public int controlType; field in ParcelableVolumeInfo
35 public ParcelableVolumeInfo(int volumeType, AudioAttributes audioAttrs, int controlType, in ParcelableVolumeInfo() argument
40 this.controlType = controlType; in ParcelableVolumeInfo()
47 controlType = from.readInt(); in ParcelableVolumeInfo()
61 dest.writeInt(controlType); in writeToParcel()
DMediaController.java258 return new PlaybackInfo(result.volumeType, result.audioAttrs, result.controlType, in getPlaybackInfo()
1059 … PlaybackInfo info = new PlaybackInfo(pvi.volumeType, pvi.audioAttrs, pvi.controlType, in onVolumeInfoChanged()
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DMediaRouter.java2716 @VolumeProviderCompat.ControlType int controlType = in updatePlaybackInfoFromSelectedRoute() local
2720 controlType = VolumeProviderCompat.VOLUME_CONTROL_ABSOLUTE; in updatePlaybackInfoFromSelectedRoute()
2722 mMediaSession.configureVolume(controlType, mPlaybackInfo.volumeMax, in updatePlaybackInfoFromSelectedRoute()
2759 public void configureVolume(@VolumeProviderCompat.ControlType int controlType, in configureVolume() argument
2761 if (mVpCompat != null && controlType == mControlType && max == mMaxVolume) { in configureVolume()
2767 mVpCompat = new VolumeProviderCompat(controlType, max, current) { in configureVolume()
/frameworks/support/api/
D22.0.0.txt2801 field public int controlType;
D22.1.0.txt2956 field public int controlType;
D22.2.0.txt3342 field public int controlType;
D22.2.1.txt3371 field public int controlType;
D25.1.0.txt5837 field public int controlType;
D25.0.0.txt5453 field public int controlType;
D23.0.0.txt4023 field public int controlType;
D25.2.0.txt5837 field public int controlType;
D24.2.0.txt5397 field public int controlType;
D26.0.0-alpha1.txt6717 field public int controlType;
D23.2.1.txt4701 field public int controlType;
D25.3.0.txt6250 field public int controlType;
D23.2.0.txt4701 field public int controlType;
D23.1.1.txt4265 field public int controlType;
D25.4.0.txt6320 field public int controlType;
D23.4.0.txt4713 field public int controlType;
D23.1.0.txt4309 field public int controlType;
D24.0.0.txt5216 field public int controlType;
D26.0.0-beta1.txt7599 field public int controlType;

12