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.java159 @NonNull AudioAttributesGroup[] aag) { in AudioProductStrategy() argument
161 Preconditions.checkNotNull(aag, "AudioAttributesGroups must not be null"); in AudioProductStrategy()
164 mAudioAttributesGroups = aag; in AudioProductStrategy()
195 for (final AudioAttributesGroup aag : mAudioAttributesGroups) { in getAudioAttributesForLegacyStreamType()
196 if (aag.supportsStreamType(streamType)) { in getAudioAttributesForLegacyStreamType()
197 return aag.getAudioAttributes(); in getAudioAttributesForLegacyStreamType()
211 for (final AudioAttributesGroup aag : mAudioAttributesGroups) { in getLegacyStreamTypeForAudioAttributes()
212 if (aag.supportsAttributes(aa)) { in getLegacyStreamTypeForAudioAttributes()
213 return aag.getStreamType(); in getLegacyStreamTypeForAudioAttributes()
227 for (final AudioAttributesGroup aag : mAudioAttributesGroups) { in supportsAudioAttributes()
[all …]