Searched refs:clientAttritubes (Results 1 – 2 of 2) sorted by relevance
67 const audio_attributes_t clientAttritubes) in attributesMatches() argument77 (clientAttritubes.usage == refAttributes.usage)) && in attributesMatches()79 (clientAttritubes.content_type == refAttributes.content_type)) && in attributesMatches()81 (clientAttritubes.flags != AUDIO_FLAG_NONE && in attributesMatches()82 (clientAttritubes.flags & refAttributes.flags) == refAttributes.flags)) && in attributesMatches()84 (std::strcmp(clientAttritubes.tags, refAttributes.tags) == 0)); in attributesMatches()
58 const audio_attributes_t clientAttritubes);