Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/preference/
H A DSeekBarVolumizer.java193 mAttributes = getAudioAttributesForLegacyStreamType( in SeekBarVolumizer()
245 private @NonNull AudioAttributes getAudioAttributesForLegacyStreamType(int streamType) { in getAudioAttributesForLegacyStreamType() method in SeekBarVolumizer
248 AudioAttributes aa = productStrategy.getAudioAttributesForLegacyStreamType(streamType); in getAudioAttributesForLegacyStreamType()
/aosp14/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioProductStrategy.java127 AudioAttributes aa = productStrategy.getAudioAttributesForLegacyStreamType(streamType); in getAudioAttributesForStrategyWithLegacyStreamType()
267 public @Nullable AudioAttributes getAudioAttributesForLegacyStreamType(int streamType) { in getAudioAttributesForLegacyStreamType() method in AudioProductStrategy
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DHearingAidAudioRoutingHelperTest.java82 when(mAudioStrategy.getAudioAttributesForLegacyStreamType( in setUp()
H A DHearingAidDeviceManagerTest.java123 when(mAudioStrategy.getAudioAttributesForLegacyStreamType( in setUp()
/aosp14/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
H A DAudioProductStrategyTest.java128 aps.getAudioAttributesForLegacyStreamType(streamType); in testAudioAttributesFromStreamTypes()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceBroker.java204 && strategy.getAudioAttributesForLegacyStreamType( in initRoutingStrategyIds()
209 && strategy.getAudioAttributesForLegacyStreamType( in initRoutingStrategyIds()