Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/include/media/
DMediaProfiles.h514 static MediaProfiles* createInstanceFromXmlFile(const char *xml);
/frameworks/av/media/libmedia/
DMediaProfiles.cpp970 sInstance = createInstanceFromXmlFile(xmlFile); in getInstance()
973 sInstance = createInstanceFromXmlFile(value); in getInstance()
1214 MediaProfiles::createInstanceFromXmlFile(const char *xml) in createInstanceFromXmlFile() function in android::MediaProfiles