Home
last modified time | relevance | path

Searched refs:getLegacyStreamTypeForStrategyWithAudioAttributes (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/audiopolicy/
DAudioProductStrategy.java110 public static int getLegacyStreamTypeForStrategyWithAudioAttributes( in getLegacyStreamTypeForStrategyWithAudioAttributes() method in AudioProductStrategy
/frameworks/base/media/java/android/media/
DAudioAttributes.java1214 return AudioProductStrategy.getLegacyStreamTypeForStrategyWithAudioAttributes(aa); in toVolumeStreamType()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2076 int stream = AudioProductStrategy.getLegacyStreamTypeForStrategyWithAudioAttributes(attr); in setVolumeIndexForAttributes()
2110 int stream = AudioProductStrategy.getLegacyStreamTypeForStrategyWithAudioAttributes(attr); in getVolumeIndexForAttributes()