Home
last modified time | relevance | path

Searched refs:getLegacyStreamTypeForAudioAttributes (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
H A DAudioProductStrategyTest.java74 int streamType = aps.getLegacyStreamTypeForAudioAttributes(aa); in testGetProductStrategies()
145 aps.getLegacyStreamTypeForAudioAttributes(aaFromStreamType)); in testAudioAttributesFromStreamTypes()
206 int streamTypeFromAps = aps.getLegacyStreamTypeForAudioAttributes(aaForUsage); in testAudioAttributesToStreamTypes()
H A DAudioManagerTest.java81 audioProductStrategy.getLegacyStreamTypeForAudioAttributes(attributes); in testGetAndValidateProductStrategies()
/aosp14/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioProductStrategy.java147 int streamType = productStrategy.getLegacyStreamTypeForAudioAttributes( in getLegacyStreamTypeForStrategyWithAudioAttributes()
283 public int getLegacyStreamTypeForAudioAttributes(@NonNull AudioAttributes aa) { in getLegacyStreamTypeForAudioAttributes() method in AudioProductStrategy
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt2023 method public int getLegacyStreamTypeForAudioAttributes(@NonNull android.media.AudioAttributes);