Searched refs:userAttribute (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/api/
H A DUtilities.cpp165 string makeAttributeTag(const string& userAttribute, const string& additionalAttribute, argument
169 if (userAttribute[0] == '=') {
173 addCommaSeparated(userAttribute.substr(1), &stream, &needComma);
175 addCommaSeparated(userAttribute, &stream, &needComma);
H A DUtilities.h50 /* Creates an " __attribute__((...))" tag. If userAttribute starts with '=', we don't
53 std::string makeAttributeTag(const std::string& userAttribute,

Completed in 58 milliseconds