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

  /frameworks/base/media/java/android/media/session/
ParcelableVolumeInfo.java 31 public int controlType;
35 public ParcelableVolumeInfo(int volumeType, AudioAttributes audioAttrs, int controlType,
40 this.controlType = controlType;
47 controlType = from.readInt();
61 dest.writeInt(controlType);
  /frameworks/support/media/src/main/java/android/support/v4/media/session/
ParcelableVolumeInfo.java 28 public int controlType;
32 public ParcelableVolumeInfo(int volumeType, int audioStream, int controlType,
37 this.controlType = controlType;
44 controlType = from.readInt();
58 dest.writeInt(controlType);
MediaSessionCompat.java     [all...]
  /frameworks/support/media/src/main/java/androidx/media/
MediaSession2ImplBase.java 221 int controlType = VolumeProviderCompat.VOLUME_CONTROL_ABSOLUTE;
223 controlType = VolumeProviderCompat.VOLUME_CONTROL_FIXED;
228 controlType,
    [all...]
  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
MediaRouter.java     [all...]
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
MediaRouter.java     [all...]

Completed in 217 milliseconds