Searched refs:OsclLibStatus (Results 1 – 15 of 15) sorted by relevance
/external/opencore/oscl/oscl/oscllib/src/ |
D | oscl_library_common.h | 24 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;
|
D | oscl_shared_library.h | 72 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);
|
D | oscl_shared_library.cpp | 75 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()
|
D | oscl_configfile_list.cpp | 29 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()
|
D | oscl_configfile_list.h | 70 OSCL_IMPORT_REF OsclLibStatus Populate(const OSCL_String& aConfigFileDir, 116 … OSCL_IMPORT_REF static OsclLibStatus SetupLibraryEnv(const char* aEnvName, const char* aEnvValue);
|
D | oscl_library_list.h | 64 …OSCL_IMPORT_REF OsclLibStatus Populate(const OsclUuid& aInterfaceId, const OSCL_String& aConfigFil…
|
D | oscl_library_list.cpp | 66 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/ |
D | pvprotocolenginenode_pdl_plugin_registry.cpp | 43 OsclLibStatus result = aSharedLibrary->LoadLib(libname); in CreateProgressiveDownloadContainer()
|
/external/opencore/modules/linux_download/protocol_engine_plugins/progressive_streaming/registry/src/ |
D | pvprotocolenginenode_ps_plugin_registry.cpp | 45 OsclLibStatus result = aSharedLibrary->LoadLib(libname); in CreateProgressiveStreamingContainer()
|
/external/opencore/engines/player/src/ |
D | pv_player_node_registry.cpp | 106 …OsclLibStatus result = lib->QueryInterface(PV_NODE_REGISTRY_POPULATOR_INTERFACE, (OsclAny*&)interf… in AddLoadableModules() 366 …OsclLibStatus result = lib->QueryInterface(PV_RECOGNIZER_POPULATOR_INTERFACE, (OsclAny*&)interface… in AddLoadableModules()
|
/external/opencore/modules/linux_download/node_registry/src/ |
D | pvmfdownloadnodereg.cpp | 61 OsclLibStatus result = downloadSharedLibrary->LoadLib(); in CreateDownloadManagerNode()
|
/external/opencore/modules/linux_rtsp/node_registry/src/ |
D | pvmfrtspnodereg.cpp | 62 OsclLibStatus result = streamingSharedLibrary->LoadLib(); in CreateStreamingManagerNode()
|
/external/opencore/modules/linux_mp4/node_registry/src/ |
D | pvmfmp4nodereg.cpp | 65 OsclLibStatus result = mp4SharedLibrary->LoadLib(); in CreateMp4ParserNode()
|
/external/opencore/nodes/pvprotocolenginenode/base/src/ |
D | pvmf_protocol_engine_node_registry.cpp | 214 …OsclLibStatus result = lib->QueryInterface(PVMF_PROTOCOL_ENGINE_NODE_REGISTRY_POPULATOR_INTERFACE,… in AddLoadableModules()
|
/external/opencore/codecs_v2/omx/omx_mastercore/src/ |
D | pv_omxmastercore.cpp | 184 … OsclLibStatus result = lib->QueryInterface(OMX_INTERFACE_ID, (OsclAny*&)interfacePtr); in _OMX_MasterInit()
|