HomeSort by relevance Sort by last modified time
    Searched full:defaultxmlfile (Results 1 - 1 of 1) sorted by null

  /frameworks/av/media/libmedia/
MediaProfiles.cpp 622 const char *defaultXmlFile = "/etc/media_profiles.xml";
623 FILE *fp = fopen(defaultXmlFile, "r");
629 sInstance = createInstanceFromXmlFile(defaultXmlFile);
    [all...]

Completed in 118 milliseconds