Searched refs:getLegacyStreamTypes (Results 1 – 7 of 7) sorted by relevance
119 for (final int vgStreamType : audioVolumeGroup.getLegacyStreamTypes()) { in testGetAndValidateProductStrategies()145 int[] avgStreamTypes = audioVolumeGroup.getLegacyStreamTypes(); in testGetAndValidateVolumeGroups()301 int[] avgStreamTypes = audioVolumeGroup.getLegacyStreamTypes(); in testVolumeGroupCallback()
94 final int[] avgStreamTypes = avg.getLegacyStreamTypes(); in testGetVolumeGroups()
138 public @NonNull int[] getLegacyStreamTypes() { in getLegacyStreamTypes() method in AudioVolumeGroup
268 for (int stream : vg.getLegacyStreamTypes()) { in getStreamTypeVolumeGroup()
827 && Arrays.stream(volumeInfo.getVolumeGroup().getLegacyStreamTypes()) in getMatchingVolumeInfoForStream()4100 for (int groupedStream : vgs.getLegacyStreamTypes()) { in setVolumeGroupVolumeIndex()4259 for (int stream : vgs.getLegacyStreamTypes()) { in adjustVolumeGroupVolume()7620 for (int streamType : volumeInfo.getVolumeGroup().getLegacyStreamTypes()) { in registerDeviceVolumeDispatcherForAbsoluteVolume()8145 int[] streamTypes = mAudioVolumeGroup.getLegacyStreamTypes(); in VolumeGroupState()8172 public @NonNull int[] getLegacyStreamTypes() { in getLegacyStreamTypes() method in AudioService.VolumeGroupState8173 return mAudioVolumeGroup.getLegacyStreamTypes(); in getLegacyStreamTypes()8376 for (int stream : getLegacyStreamTypes()) { in applyAllVolumes()8425 for (int stream : getLegacyStreamTypes()) { in applyAllVolumes()8595 Arrays.stream(getLegacyStreamTypes()) in dump()
7569 method @NonNull public int[] getLegacyStreamTypes();
8130 HPLcom/android/server/audio/AudioService$VolumeGroupState;->getLegacyStreamTypes()[I