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.java218 @NonNull AudioAttributesGroup[] aag) { in AudioProductStrategy() argument
220 Objects.requireNonNull(aag, "AudioAttributesGroups must not be null"); in AudioProductStrategy()
223 mAudioAttributesGroups = aag; in AudioProductStrategy()
263 for (final AudioAttributesGroup aag : mAudioAttributesGroups) { in getAudioAttributesForLegacyStreamType()
264 if (aag.supportsStreamType(streamType)) { in getAudioAttributesForLegacyStreamType()
265 return aag.getAudioAttributes(); in getAudioAttributesForLegacyStreamType()
280 for (final AudioAttributesGroup aag : mAudioAttributesGroups) { in getLegacyStreamTypeForAudioAttributes()
281 if (aag.supportsAttributes(aa)) { in getLegacyStreamTypeForAudioAttributes()
282 return aag.getStreamType(); in getLegacyStreamTypeForAudioAttributes()
297 for (final AudioAttributesGroup aag : mAudioAttributesGroups) { in supportsAudioAttributes()
[all …]