Home
last modified time | relevance | path

Searched defs:RoleProperties (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h90 struct RoleProperties { struct
96 typedef std::pair<std::string, RoleProperties> Role; argument
/frameworks/av/media/libstagefright/xmlparser/test/
DXMLParserTest.cpp39 struct RoleProperties { struct
40 string roleName;
41 string typeName;
65 void setRoleProperties(string roleName, bool isEncoder, int32_t order, string typeName, argument