/external/opencore/modules/linux_download/protocol_engine_plugins/progressive_download/core/src/ |
D | pvmfprotocolenginenode_progressive_download_plugin.cpp | 30 OsclAny* QueryLibInterface(const OsclUuid& aInterfaceId) in QueryLibInterface() argument 32 if (PENODE_CREATE_LIB_INTERFACE == aInterfaceId) in QueryLibInterface() 36 else if (PENODE_RELEASE_LIB_INTERFACE == aInterfaceId) in QueryLibInterface() 45 OsclAny* SharedLibraryLookup(const OsclUuid& aInterfaceId) in SharedLibraryLookup() argument 47 if (aInterfaceId == PENODE_SHARED_LIBRARY_INTERFACE) in SharedLibraryLookup()
|
/external/opencore/modules/linux_download/protocol_engine_plugins/progressive_streaming/core/src/ |
D | pvmfprotocolenginenode_progressive_streaming_plugin.cpp | 30 OsclAny* QueryLibInterface(const OsclUuid& aInterfaceId) in QueryLibInterface() argument 32 if (PENODE_CREATE_LIB_INTERFACE == aInterfaceId) in QueryLibInterface() 36 else if (PENODE_RELEASE_LIB_INTERFACE == aInterfaceId) in QueryLibInterface() 45 OsclAny* SharedLibraryLookup(const OsclUuid& aInterfaceId) in SharedLibraryLookup() argument 47 if (aInterfaceId == PENODE_SHARED_LIBRARY_INTERFACE) in SharedLibraryLookup()
|
/external/opencore/modules/linux_mp4/core/src/ |
D | pvmfmp4nodes.cpp | 31 OsclAny* QueryNodeInterface(const PVUuid& aNodeUuid, const OsclUuid& aInterfaceId) in QueryNodeInterface() argument 35 if (PV_CREATE_NODE_INTERFACE == aInterfaceId) in QueryNodeInterface() 39 else if (PV_RELEASE_NODE_INTERFACE == aInterfaceId) in QueryNodeInterface() 49 OsclAny* SharedLibraryLookup(const OsclUuid& aInterfaceId) in SharedLibraryLookup() argument 51 if (aInterfaceId == PV_NODE_INTERFACE) in SharedLibraryLookup()
|
/external/opencore/modules/linux_rtsp/core/src/ |
D | pvmfrtspnodes.cpp | 34 OsclAny* QueryNodeInterface(const PVUuid& aNodeUuid, const OsclUuid& aInterfaceId) in QueryNodeInterface() argument 38 if (PV_CREATE_NODE_INTERFACE == aInterfaceId) in QueryNodeInterface() 42 else if (PV_RELEASE_NODE_INTERFACE == aInterfaceId) in QueryNodeInterface() 52 OsclAny* SharedLibraryLookup(const OsclUuid& aInterfaceId) in SharedLibraryLookup() argument 54 if (aInterfaceId == PV_NODE_INTERFACE) in SharedLibraryLookup()
|
/external/opencore/modules/linux_download/core/src/ |
D | pvmfdownloadnodes.cpp | 31 OsclAny* QueryNodeInterface(const PVUuid& aNodeUuid, const OsclUuid& aInterfaceId) in QueryNodeInterface() argument 35 if (PV_CREATE_NODE_INTERFACE == aInterfaceId) in QueryNodeInterface() 39 else if (PV_RELEASE_NODE_INTERFACE == aInterfaceId) in QueryNodeInterface() 49 OsclAny* SharedLibraryLookup(const OsclUuid& aInterfaceId) in SharedLibraryLookup() argument 51 if (aInterfaceId == PV_NODE_INTERFACE) in SharedLibraryLookup()
|
/external/opencore/codecs_v2/omx/omx_sharedlibrary/interface/src/ |
D | pv_omx_interface.cpp | 28 OsclAny* SharedLibraryLookup(const OsclUuid& aInterfaceId) in SharedLibraryLookup() argument 30 if (aInterfaceId == OMX_INTERFACE_ID) in SharedLibraryLookup()
|
/external/opencore/oscl/oscl/oscllib/src/ |
D | oscl_shared_library.cpp | 209 OSCL_EXPORT_REF OsclLibStatus OsclSharedLibrary::QueryInterface(const OsclUuid& aInterfaceId, in QueryInterface() argument 257 aInterfacePtr = pSharedLibInterface->SharedLibraryLookup(aInterfaceId); in QueryInterface() 358 …RT_REF void OsclSharedLibraryList::Populate(const OSCL_String& aPath, const OsclUuid& aInterfaceId) in Populate() argument 363 iInterfaceId = aInterfaceId; in Populate() 369 libList.Populate(aInterfaceId, configFileList.GetConfigfileAt(i)); in Populate()
|
D | oscl_shared_library.h | 98 OSCL_IMPORT_REF OsclLibStatus QueryInterface(const OsclUuid& aInterfaceId, 153 OSCL_IMPORT_REF void Populate(const OSCL_String& aPath, const OsclUuid& aInterfaceId);
|
D | oscl_library_list.cpp | 66 OSCL_EXPORT_REF OsclLibStatus OsclLibraryList::Populate(const OsclUuid& aInterfaceId, const OSCL_St… in Populate() argument 158 if (tempUuidStr == aInterfaceId) in Populate()
|
D | oscl_shared_lib_interface.h | 28 virtual OsclAny* SharedLibraryLookup(const OsclUuid& aInterfaceId) = 0;
|
D | oscl_library_list.h | 64 …OSCL_IMPORT_REF OsclLibStatus Populate(const OsclUuid& aInterfaceId, const OSCL_String& aConfigFil…
|
/external/opencore/modules/linux_mp4/node_registry/src/ |
D | pvmfmp4nodereg.cpp | 243 OsclAny* SharedLibraryLookup(const OsclUuid& aInterfaceId) in SharedLibraryLookup() argument 245 if (aInterfaceId == PV_NODE_REGISTRY_POPULATOR_INTERFACE) in SharedLibraryLookup() 249 else if (aInterfaceId == PV_RECOGNIZER_POPULATOR_INTERFACE) in SharedLibraryLookup()
|
/external/opencore/codecs_v2/omx/omx_core_plugins/template/src/ |
D | pv_omx_interface.cpp | 53 OsclAny* SharedLibraryLookup(const OsclUuid& aInterfaceId) in SharedLibraryLookup() argument 57 if (ipHandle && aInterfaceId == OMX_INTERFACE_ID) in SharedLibraryLookup()
|
/external/opencore/modules/linux_download/protocol_engine_plugins/progressive_download/registry/src/ |
D | pvprotocolenginenode_pdl_plugin_registry.cpp | 125 OsclAny* SharedLibraryLookup(const OsclUuid& aInterfaceId) in SharedLibraryLookup() argument 127 if (aInterfaceId == PVMF_PROTOCOL_ENGINE_NODE_REGISTRY_POPULATOR_INTERFACE) in SharedLibraryLookup()
|
/external/opencore/modules/linux_download/protocol_engine_plugins/progressive_streaming/registry/src/ |
D | pvprotocolenginenode_ps_plugin_registry.cpp | 126 OsclAny* SharedLibraryLookup(const OsclUuid& aInterfaceId) in SharedLibraryLookup() argument 128 if (aInterfaceId == PVMF_PROTOCOL_ENGINE_NODE_REGISTRY_POPULATOR_INTERFACE) in SharedLibraryLookup()
|
/external/opencore/codecs_v2/omx/omx_amrenc/src/ |
D | omx_amrenc_component.cpp | 81 … OsclAny *QueryOmxComponentInterface(const OsclUuid& aOmxTypeId, const OsclUuid& aInterfaceId) in QueryOmxComponentInterface() argument 85 if (PV_OMX_CREATE_INTERFACE == aInterfaceId) in QueryOmxComponentInterface() 89 else if (PV_OMX_DESTROY_INTERFACE == aInterfaceId) in QueryOmxComponentInterface() 97 OsclAny *SharedLibraryLookup(const OsclUuid& aInterfaceId) in SharedLibraryLookup() argument 99 if (aInterfaceId == PV_OMX_SHARED_INTERFACE) in SharedLibraryLookup()
|
/external/opencore/modules/linux_download/node_registry/src/ |
D | pvmfdownloadnodereg.cpp | 217 OsclAny* SharedLibraryLookup(const OsclUuid& aInterfaceId) in SharedLibraryLookup() argument 219 if (aInterfaceId == PV_NODE_REGISTRY_POPULATOR_INTERFACE) in SharedLibraryLookup()
|
/external/opencore/modules/linux_rtsp/node_registry/src/ |
D | pvmfrtspnodereg.cpp | 216 OsclAny* SharedLibraryLookup(const OsclUuid& aInterfaceId) in SharedLibraryLookup() argument 218 if (aInterfaceId == PV_NODE_REGISTRY_POPULATOR_INTERFACE) in SharedLibraryLookup()
|
/external/opencore/codecs_v2/omx/omx_m4venc/src/ |
D | omx_mpeg4enc_component.cpp | 139 … OsclAny *QueryOmxComponentInterface(const OsclUuid& aOmxTypeId, const OsclUuid& aInterfaceId) in QueryOmxComponentInterface() argument 143 if (PV_OMX_CREATE_INTERFACE == aInterfaceId) in QueryOmxComponentInterface() 147 else if (PV_OMX_DESTROY_INTERFACE == aInterfaceId) in QueryOmxComponentInterface() 154 if (PV_OMX_CREATE_INTERFACE == aInterfaceId) in QueryOmxComponentInterface() 158 else if (PV_OMX_DESTROY_INTERFACE == aInterfaceId) in QueryOmxComponentInterface() 166 OsclAny *SharedLibraryLookup(const OsclUuid& aInterfaceId) in SharedLibraryLookup() argument 168 if (aInterfaceId == PV_OMX_SHARED_INTERFACE) in SharedLibraryLookup()
|
/external/opencore/codecs_v2/omx/omx_m4v/src/ |
D | omx_mpeg4_component.cpp | 155 … OsclAny *QueryOmxComponentInterface(const OsclUuid& aOmxTypeId, const OsclUuid& aInterfaceId) in QueryOmxComponentInterface() argument 159 if (PV_OMX_CREATE_INTERFACE == aInterfaceId) in QueryOmxComponentInterface() 163 else if (PV_OMX_DESTROY_INTERFACE == aInterfaceId) in QueryOmxComponentInterface() 170 if (PV_OMX_CREATE_INTERFACE == aInterfaceId) in QueryOmxComponentInterface() 174 else if (PV_OMX_DESTROY_INTERFACE == aInterfaceId) in QueryOmxComponentInterface() 181 OsclAny *SharedLibraryLookup(const OsclUuid& aInterfaceId) in SharedLibraryLookup() argument 183 if (aInterfaceId == PV_OMX_SHARED_INTERFACE) in SharedLibraryLookup()
|
/external/opencore/nodes/pvprotocolenginenode/base/src/ |
D | pvmf_protocol_engine_node_shared_lib_interface.h | 42 virtual OsclAny* QueryLibInterface(const OsclUuid& aInterfaceId) = 0;
|
/external/opencore/nodes/common/include/ |
D | pvmf_node_shared_lib_interface.h | 47 … virtual OsclAny* QueryNodeInterface(const PVUuid& aNodeUuid, const OsclUuid& aInterfaceId) = 0;
|
/external/opencore/codecs_v2/omx/omx_mp3/src/ |
D | omx_mp3_component.cpp | 87 … OsclAny *QueryOmxComponentInterface(const OsclUuid& aOmxTypeId, const OsclUuid& aInterfaceId) in QueryOmxComponentInterface() argument 91 if (PV_OMX_CREATE_INTERFACE == aInterfaceId) in QueryOmxComponentInterface() 95 else if (PV_OMX_DESTROY_INTERFACE == aInterfaceId) in QueryOmxComponentInterface() 102 OsclAny *SharedLibraryLookup(const OsclUuid& aInterfaceId) in SharedLibraryLookup() argument 104 if (aInterfaceId == PV_OMX_SHARED_INTERFACE) in SharedLibraryLookup()
|
/external/opencore/codecs_v2/omx/omx_aac/src/ |
D | omx_aac_component.cpp | 97 … OsclAny *QueryOmxComponentInterface(const OsclUuid& aOmxTypeId, const OsclUuid& aInterfaceId) in QueryOmxComponentInterface() argument 101 if (PV_OMX_CREATE_INTERFACE == aInterfaceId) in QueryOmxComponentInterface() 105 else if (PV_OMX_DESTROY_INTERFACE == aInterfaceId) in QueryOmxComponentInterface() 112 OsclAny *SharedLibraryLookup(const OsclUuid& aInterfaceId) in SharedLibraryLookup() argument 114 if (aInterfaceId == PV_OMX_SHARED_INTERFACE) in SharedLibraryLookup()
|
/external/opencore/codecs_v2/omx/omx_h264/src/ |
D | omx_avc_component.cpp | 89 … OsclAny *QueryOmxComponentInterface(const OsclUuid& aOmxTypeId, const OsclUuid& aInterfaceId) in QueryOmxComponentInterface() argument 93 if (PV_OMX_CREATE_INTERFACE == aInterfaceId) in QueryOmxComponentInterface() 97 else if (PV_OMX_DESTROY_INTERFACE == aInterfaceId) in QueryOmxComponentInterface() 104 OsclAny *SharedLibraryLookup(const OsclUuid& aInterfaceId) in SharedLibraryLookup() argument 106 if (aInterfaceId == PV_OMX_SHARED_INTERFACE) in SharedLibraryLookup()
|