Searched refs:attributesMatches (Results 1 – 6 of 6) sorted by relevance
68 return AudioProductStrategy::attributesMatches(supportedAttr.mAttributes, attr); in matches()77 return AudioProductStrategy::attributesMatches(supportedAttr.mAttributes, attr); }); in getStreamTypeForAttributes()117 if (AudioProductStrategy::attributesMatches(supportedAttr.mAttributes, attr)) { in getVolumeGroupForAttributes()
55 static bool attributesMatches(const audio_attributes_t refAttributes,
73 bool AudioProductStrategy::attributesMatches(const audio_attributes_t refAttributes, in attributesMatches() function in android::AudioProductStrategy
1481 return AudioProductStrategy::attributesMatches( in attributesToStreamType()
329 private static boolean attributesMatches(@NonNull AudioAttributes refAttr, in attributesMatches() method in AudioProductStrategy394 if (refAa.equals(attributes) || attributesMatches(refAa, attributes)) { in supportsAttributes()