Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/preference/
H A DSeekBarVolumizer.java177 mAttributes = getAudioAttributesForLegacyStreamType( in SeekBarVolumizer()
223 private @NonNull AudioAttributes getAudioAttributesForLegacyStreamType(int streamType) { in getAudioAttributesForLegacyStreamType() method in SeekBarVolumizer
226 AudioAttributes aa = productStrategy.getAudioAttributesForLegacyStreamType(streamType); in getAudioAttributesForLegacyStreamType()
/aosp12/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioProductStrategy.java126 AudioAttributes aa = productStrategy.getAudioAttributesForLegacyStreamType(streamType); in getAudioAttributesForStrategyWithLegacyStreamType()
228 public @Nullable AudioAttributes getAudioAttributesForLegacyStreamType(int streamType) { in getAudioAttributesForLegacyStreamType() method in AudioProductStrategy
/aosp12/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
H A DAudioProductStrategyTest.java105 aps.getAudioAttributesForLegacyStreamType(streamType); in testAudioAttributesFromStreamTypes()
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceBroker.java147 if (strategy.getAudioAttributesForLegacyStreamType(AudioSystem.STREAM_VOICE_CALL) in initCommunicationStrategyId()
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt11395 HSPLandroid/media/audiopolicy/AudioProductStrategy;->getAudioAttributesForLegacyStreamType(I)Landro…