Home
last modified time | relevance | path

Searched refs:getLegacyStreamTypes (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
H A DAudioManagerTest.java119 for (final int vgStreamType : audioVolumeGroup.getLegacyStreamTypes()) { in testGetAndValidateProductStrategies()
145 int[] avgStreamTypes = audioVolumeGroup.getLegacyStreamTypes(); in testGetAndValidateVolumeGroups()
301 int[] avgStreamTypes = audioVolumeGroup.getLegacyStreamTypes(); in testVolumeGroupCallback()
H A DAudioVolumeGroupTest.java94 final int[] avgStreamTypes = avg.getLegacyStreamTypes(); in testGetVolumeGroups()
/aosp14/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioVolumeGroup.java130 public @NonNull int[] getLegacyStreamTypes() { in getLegacyStreamTypes() method in AudioVolumeGroup
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java742 && Arrays.stream(volumeInfo.getVolumeGroup().getLegacyStreamTypes()) in getMatchingVolumeInfoForStream()
3910 for (int groupedStream : vgs.getLegacyStreamTypes()) { in setVolumeGroupVolumeIndex()
4085 for (int stream : vgs.getLegacyStreamTypes()) { in adjustVolumeGroupVolume()
7320 for (int streamType : volumeInfo.getVolumeGroup().getLegacyStreamTypes()) { in registerDeviceVolumeDispatcherForAbsoluteVolume()
7822 int[] streamTypes = mAudioVolumeGroup.getLegacyStreamTypes(); in VolumeGroupState()
7849 public @NonNull int[] getLegacyStreamTypes() { in getLegacyStreamTypes() method in AudioService.VolumeGroupState
7850 return mAudioVolumeGroup.getLegacyStreamTypes(); in getLegacyStreamTypes()
8049 for (int stream : getLegacyStreamTypes()) { in applyAllVolumes()
8088 for (int stream : getLegacyStreamTypes()) { in applyAllVolumes()
8258 Arrays.stream(getLegacyStreamTypes()) in dump()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt7381 method @NonNull public int[] getLegacyStreamTypes();