Home
last modified time | relevance | path

Searched refs:aInterfaceId (Results 1 – 25 of 28) sorted by relevance

12

/external/opencore/modules/linux_download/protocol_engine_plugins/progressive_download/core/src/
Dpvmfprotocolenginenode_progressive_download_plugin.cpp30 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/
Dpvmfprotocolenginenode_progressive_streaming_plugin.cpp30 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/
Dpvmfmp4nodes.cpp31 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/
Dpvmfrtspnodes.cpp34 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/
Dpvmfdownloadnodes.cpp31 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/
Dpv_omx_interface.cpp28 OsclAny* SharedLibraryLookup(const OsclUuid& aInterfaceId) in SharedLibraryLookup() argument
30 if (aInterfaceId == OMX_INTERFACE_ID) in SharedLibraryLookup()
/external/opencore/oscl/oscl/oscllib/src/
Doscl_shared_library.cpp209 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()
Doscl_shared_library.h98 OSCL_IMPORT_REF OsclLibStatus QueryInterface(const OsclUuid& aInterfaceId,
153 OSCL_IMPORT_REF void Populate(const OSCL_String& aPath, const OsclUuid& aInterfaceId);
Doscl_library_list.cpp66 OSCL_EXPORT_REF OsclLibStatus OsclLibraryList::Populate(const OsclUuid& aInterfaceId, const OSCL_St… in Populate() argument
158 if (tempUuidStr == aInterfaceId) in Populate()
Doscl_shared_lib_interface.h28 virtual OsclAny* SharedLibraryLookup(const OsclUuid& aInterfaceId) = 0;
Doscl_library_list.h64 …OSCL_IMPORT_REF OsclLibStatus Populate(const OsclUuid& aInterfaceId, const OSCL_String& aConfigFil…
/external/opencore/modules/linux_mp4/node_registry/src/
Dpvmfmp4nodereg.cpp243 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/
Dpv_omx_interface.cpp53 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/
Dpvprotocolenginenode_pdl_plugin_registry.cpp125 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/
Dpvprotocolenginenode_ps_plugin_registry.cpp126 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/
Domx_amrenc_component.cpp81 … 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/
Dpvmfdownloadnodereg.cpp217 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/
Dpvmfrtspnodereg.cpp216 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/
Domx_mpeg4enc_component.cpp139 … 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/
Domx_mpeg4_component.cpp155 … 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/
Dpvmf_protocol_engine_node_shared_lib_interface.h42 virtual OsclAny* QueryLibInterface(const OsclUuid& aInterfaceId) = 0;
/external/opencore/nodes/common/include/
Dpvmf_node_shared_lib_interface.h47 … virtual OsclAny* QueryNodeInterface(const PVUuid& aNodeUuid, const OsclUuid& aInterfaceId) = 0;
/external/opencore/codecs_v2/omx/omx_mp3/src/
Domx_mp3_component.cpp87 … 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/
Domx_aac_component.cpp97 … 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/
Domx_avc_component.cpp89 … 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()

12