HomeSort by relevance Sort by last modified time
    Searched defs:OsclLibraryList (Results 1 - 2 of 2) sorted by null

  /external/opencore/oscl/oscl/oscllib/src/
oscl_library_list.h 41 * OsclLibraryList contains the list of dynamically shared libraries that need to be loaded
43 class OsclLibraryList
49 OSCL_IMPORT_REF OsclLibraryList();
54 OSCL_IMPORT_REF ~OsclLibraryList();
oscl_library_list.cpp 35 OSCL_EXPORT_REF OsclLibraryList::OsclLibraryList()
39 iDiagnosticsLogger = PVLogger::GetLoggerObject("pvplayerdiagnostics.oscllib.oscllibrarylist");
55 OSCL_EXPORT_REF OsclLibraryList::~OsclLibraryList()
66 OSCL_EXPORT_REF OsclLibStatus OsclLibraryList::Populate(const OsclUuid& aInterfaceId, const OSCL_String& aConfigFile)
69 (0, "OsclLibraryList::Populate '%s' IN", aConfigFile.get_cstr()));
77 (0, "OsclLibraryList::Populate - Unable to connect to fileserver"));
85 (0, "OsclLibraryList::Populate - Unable to open configFile %s", aConfigFile.get_cstr()));
108 (0, "OsclLibraryList::Populate - Found a comment, skipping"))
    [all...]

Completed in 205 milliseconds