Home
last modified time | relevance | path

Searched refs:OsclLibStatus (Results 1 – 15 of 15) sorted by relevance

/external/opencore/oscl/oscl/oscllib/src/
Doscl_library_common.h24 typedef int32 OsclLibStatus; typedef
25 const OsclLibStatus OsclLibSuccess = 0;
26 const OsclLibStatus OsclLibFail = 1;
27 const OsclLibStatus OsclLibNotFound = 2;
28 const OsclLibStatus OsclLibOutOfMemory = 3;
29 const OsclLibStatus OsclLibNotSupported = 4;
30 const OsclLibStatus OsclLibNotLoaded = 5;
Doscl_shared_library.h72 OSCL_IMPORT_REF OsclLibStatus LoadLib(const OSCL_String& aPath);
80 OSCL_IMPORT_REF OsclLibStatus LoadLib();
98 OSCL_IMPORT_REF OsclLibStatus QueryInterface(const OsclUuid& aInterfaceId,
105 OSCL_IMPORT_REF OsclLibStatus Close();
120 OsclLibStatus loadlibrary(const OSCL_String& alib);
166 OSCL_IMPORT_REF OsclLibStatus QueryInterfaceAt(uint32 aIndex, OsclAny*& aInterfacePtr);
Doscl_shared_library.cpp75 OSCL_EXPORT_REF OsclLibStatus OsclSharedLibrary::LoadLib(const OSCL_String& aPath) in LoadLib()
199 OSCL_EXPORT_REF OsclLibStatus OsclSharedLibrary::LoadLib() in LoadLib()
209 OSCL_EXPORT_REF OsclLibStatus OsclSharedLibrary::QueryInterface(const OsclUuid& aInterfaceId, in QueryInterface()
267 OSCL_EXPORT_REF OsclLibStatus OsclSharedLibrary::Close() in Close()
386 OSCL_EXPORT_REF OsclLibStatus OsclSharedLibraryList::QueryInterfaceAt(uint32 aIndex, OsclAny*& aInt… in QueryInterfaceAt()
389 OsclLibStatus status = OsclLibFail; in QueryInterfaceAt()
418 OsclLibStatus OsclSharedLibrary::loadlibrary(const OSCL_String& alib) in loadlibrary()
Doscl_configfile_list.cpp29 OSCL_EXPORT_REF OsclLibStatus OsclLibraryUtil::SetupLibraryEnv(const char* aEnvName, const char* aE… in SetupLibraryEnv()
33 OsclLibStatus aStatus = OsclLibSuccess; in SetupLibraryEnv()
74 OSCL_EXPORT_REF OsclLibStatus OsclConfigFileList::Populate(const OSCL_String& aConfigFileDir, OsclC… in Populate()
84 OsclLibStatus status = OsclLibSuccess; in Populate()
Doscl_configfile_list.h70 OSCL_IMPORT_REF OsclLibStatus Populate(const OSCL_String& aConfigFileDir,
116 … OSCL_IMPORT_REF static OsclLibStatus SetupLibraryEnv(const char* aEnvName, const char* aEnvValue);
Doscl_library_list.h64 …OSCL_IMPORT_REF OsclLibStatus Populate(const OsclUuid& aInterfaceId, const OSCL_String& aConfigFil…
Doscl_library_list.cpp66 OSCL_EXPORT_REF OsclLibStatus OsclLibraryList::Populate(const OsclUuid& aInterfaceId, const OSCL_St… in Populate()
/external/opencore/modules/linux_download/protocol_engine_plugins/progressive_download/registry/src/
Dpvprotocolenginenode_pdl_plugin_registry.cpp43 OsclLibStatus result = aSharedLibrary->LoadLib(libname); in CreateProgressiveDownloadContainer()
/external/opencore/modules/linux_download/protocol_engine_plugins/progressive_streaming/registry/src/
Dpvprotocolenginenode_ps_plugin_registry.cpp45 OsclLibStatus result = aSharedLibrary->LoadLib(libname); in CreateProgressiveStreamingContainer()
/external/opencore/engines/player/src/
Dpv_player_node_registry.cpp106OsclLibStatus result = lib->QueryInterface(PV_NODE_REGISTRY_POPULATOR_INTERFACE, (OsclAny*&)interf… in AddLoadableModules()
366OsclLibStatus result = lib->QueryInterface(PV_RECOGNIZER_POPULATOR_INTERFACE, (OsclAny*&)interface… in AddLoadableModules()
/external/opencore/modules/linux_download/node_registry/src/
Dpvmfdownloadnodereg.cpp61 OsclLibStatus result = downloadSharedLibrary->LoadLib(); in CreateDownloadManagerNode()
/external/opencore/modules/linux_rtsp/node_registry/src/
Dpvmfrtspnodereg.cpp62 OsclLibStatus result = streamingSharedLibrary->LoadLib(); in CreateStreamingManagerNode()
/external/opencore/modules/linux_mp4/node_registry/src/
Dpvmfmp4nodereg.cpp65 OsclLibStatus result = mp4SharedLibrary->LoadLib(); in CreateMp4ParserNode()
/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node_registry.cpp214OsclLibStatus result = lib->QueryInterface(PVMF_PROTOCOL_ENGINE_NODE_REGISTRY_POPULATOR_INTERFACE,… in AddLoadableModules()
/external/opencore/codecs_v2/omx/omx_mastercore/src/
Dpv_omxmastercore.cpp184OsclLibStatus result = lib->QueryInterface(OMX_INTERFACE_ID, (OsclAny*&)interfacePtr); in _OMX_MasterInit()