Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/audiopolicy/
DAudioProductStrategy.java193 @NonNull AudioAttributesGroup[] aag) { in AudioProductStrategy() argument
195 Preconditions.checkNotNull(aag, "AudioAttributesGroups must not be null"); in AudioProductStrategy()
198 mAudioAttributesGroups = aag; in AudioProductStrategy()
229 for (final AudioAttributesGroup aag : mAudioAttributesGroups) { in getAudioAttributesForLegacyStreamType()
230 if (aag.supportsStreamType(streamType)) { in getAudioAttributesForLegacyStreamType()
231 return aag.getAudioAttributes(); in getAudioAttributesForLegacyStreamType()
245 for (final AudioAttributesGroup aag : mAudioAttributesGroups) { in getLegacyStreamTypeForAudioAttributes()
246 if (aag.supportsAttributes(aa)) { in getLegacyStreamTypeForAudioAttributes()
247 return aag.getStreamType(); in getLegacyStreamTypeForAudioAttributes()
262 for (final AudioAttributesGroup aag : mAudioAttributesGroups) { in supportsAudioAttributes()
[all …]