Searched refs:aag (Results 1 – 1 of 1) sorted by relevance
218 @NonNull AudioAttributesGroup[] aag) { in AudioProductStrategy() argument220 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 …]