Home
last modified time | relevance | path

Searched refs:strHasPrefix (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/xmlparser/
DMediaCodecsXmlParser.cpp92 bool strHasPrefix(const char* test, const char* prefix) { in strHasPrefix() function
883 if (strHasPrefix(a_name, "supports-") || isBoolean) { in addSetting()
1243 strHasPrefix(a_name, "performance-point-") || in addLimit()
1244 strHasPrefix(a_name, "measured-frame-rate-")) { in addLimit()
1520 if (strHasPrefix(quirk.c_str(), "attribute::")) { in generateRoleMap()