Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DMediaProfiles.h340 static MediaProfiles* createInstanceFromXmlFile(const char *xml);
/frameworks/av/media/libmedia/
DMediaProfiles.cpp602 sInstance = createInstanceFromXmlFile(defaultXmlFile); in getInstance()
605 sInstance = createInstanceFromXmlFile(value); in getInstance()
841 MediaProfiles::createInstanceFromXmlFile(const char *xml) in createInstanceFromXmlFile() function in android::MediaProfiles