Searched refs:clientAttritubes (Results 1 – 2 of 2) sorted by relevance
74 const audio_attributes_t clientAttritubes) in attributesMatches() argument84 (clientAttritubes.usage == refAttributes.usage)) && in attributesMatches()86 (clientAttritubes.content_type == refAttributes.content_type)) && in attributesMatches()88 (clientAttritubes.flags != AUDIO_FLAG_NONE && in attributesMatches()89 (clientAttritubes.flags & refAttributes.flags) == refAttributes.flags)) && in attributesMatches()91 (std::strcmp(clientAttritubes.tags, refAttributes.tags) == 0)); in attributesMatches()
56 const audio_attributes_t clientAttritubes);