Home
last modified time | relevance | path

Searched refs:interfacePtr (Results 1 – 11 of 11) sorted by relevance

/external/opencore/modules/linux_download/protocol_engine_plugins/progressive_download/registry/src/
Dpvprotocolenginenode_pdl_plugin_registry.cpp48 OsclAny* interfacePtr = NULL; in CreateProgressiveDownloadContainer() local
49 aSharedLibrary->QueryInterface(PENODE_SHARED_LIBRARY_INTERFACE, (OsclAny*&)interfacePtr); in CreateProgressiveDownloadContainer()
50 if (NULL == interfacePtr) return NULL; in CreateProgressiveDownloadContainer()
52 …yInterface* libIntPtr = OSCL_DYNAMIC_CAST(ProtocolEngineNodeSharedLibraryInterface*, interfacePtr); in CreateProgressiveDownloadContainer()
90 OsclAny* interfacePtr = NULL; in DeleteProgressiveDownloadContainer() local
91 aSharedLibrary->QueryInterface(PENODE_SHARED_LIBRARY_INTERFACE, (OsclAny*&)interfacePtr); in DeleteProgressiveDownloadContainer()
93 …yInterface* libIntPtr = OSCL_DYNAMIC_CAST(ProtocolEngineNodeSharedLibraryInterface*, interfacePtr); in DeleteProgressiveDownloadContainer()
/external/opencore/modules/linux_download/protocol_engine_plugins/progressive_streaming/registry/src/
Dpvprotocolenginenode_ps_plugin_registry.cpp50 OsclAny* interfacePtr = NULL; in CreateProgressiveStreamingContainer() local
51 aSharedLibrary->QueryInterface(PENODE_SHARED_LIBRARY_INTERFACE, (OsclAny*&)interfacePtr); in CreateProgressiveStreamingContainer()
52 if (NULL == interfacePtr) return NULL; in CreateProgressiveStreamingContainer()
54 …yInterface* libIntPtr = OSCL_DYNAMIC_CAST(ProtocolEngineNodeSharedLibraryInterface*, interfacePtr); in CreateProgressiveStreamingContainer()
92 OsclAny* interfacePtr = NULL; in DeleteProgressiveStreamingContainer() local
93 aSharedLibrary->QueryInterface(PENODE_SHARED_LIBRARY_INTERFACE, (OsclAny*&)interfacePtr); in DeleteProgressiveStreamingContainer()
95 …yInterface* libIntPtr = OSCL_DYNAMIC_CAST(ProtocolEngineNodeSharedLibraryInterface*, interfacePtr); in DeleteProgressiveStreamingContainer()
/external/opencore/modules/linux_download/node_registry/src/
Dpvmfdownloadnodereg.cpp70 OsclAny* interfacePtr = NULL; in CreateDownloadManagerNode() local
72 downloadSharedLibrary->QueryInterface(PV_NODE_INTERFACE, (OsclAny*&)interfacePtr); in CreateDownloadManagerNode()
74 …eSharedLibraryInterface* nodeIntPtr = OSCL_DYNAMIC_CAST(NodeSharedLibraryInterface*, interfacePtr); in CreateDownloadManagerNode()
120 OsclAny* interfacePtr = NULL; in DeleteDownloadManagerNode() local
122 downloadSharedLibrary->QueryInterface(PV_NODE_INTERFACE, (OsclAny*&)interfacePtr); in DeleteDownloadManagerNode()
124 …eSharedLibraryInterface* nodeIntPtr = OSCL_DYNAMIC_CAST(NodeSharedLibraryInterface*, interfacePtr); in DeleteDownloadManagerNode()
/external/opencore/modules/linux_rtsp/node_registry/src/
Dpvmfrtspnodereg.cpp71 OsclAny* interfacePtr = NULL; in CreateStreamingManagerNode() local
73 streamingSharedLibrary->QueryInterface(PV_NODE_INTERFACE, (OsclAny*&)interfacePtr); in CreateStreamingManagerNode()
75 …eSharedLibraryInterface* nodeIntPtr = OSCL_DYNAMIC_CAST(NodeSharedLibraryInterface*, interfacePtr); in CreateStreamingManagerNode()
120 OsclAny* interfacePtr = NULL; in DeleteStreamingManagerNode() local
122 streamingSharedLibrary->QueryInterface(PV_NODE_INTERFACE, (OsclAny*&)interfacePtr); in DeleteStreamingManagerNode()
124 …eSharedLibraryInterface* nodeIntPtr = OSCL_DYNAMIC_CAST(NodeSharedLibraryInterface*, interfacePtr); in DeleteStreamingManagerNode()
/external/opencore/modules/linux_mp4/node_registry/src/
Dpvmfmp4nodereg.cpp74 OsclAny* interfacePtr = NULL; in CreateMp4ParserNode() local
76 mp4SharedLibrary->QueryInterface(PV_NODE_INTERFACE, (OsclAny*&)interfacePtr); in CreateMp4ParserNode()
78 …eSharedLibraryInterface* nodeIntPtr = OSCL_DYNAMIC_CAST(NodeSharedLibraryInterface*, interfacePtr); in CreateMp4ParserNode()
124 OsclAny* interfacePtr = NULL; in DeleteMp4ParserNode() local
126 mp4SharedLibrary->QueryInterface(PV_NODE_INTERFACE, (OsclAny*&)interfacePtr); in DeleteMp4ParserNode()
128 …eSharedLibraryInterface* nodeIntPtr = OSCL_DYNAMIC_CAST(NodeSharedLibraryInterface*, interfacePtr); in DeleteMp4ParserNode()
/external/opencore/engines/player/src/
Dpv_player_node_registry.cpp105 OsclAny* interfacePtr = NULL; in AddLoadableModules() local
106 …Status result = lib->QueryInterface(PV_NODE_REGISTRY_POPULATOR_INTERFACE, (OsclAny*&)interfacePtr); in AddLoadableModules()
107 if (result == OsclLibSuccess && interfacePtr != NULL) in AddLoadableModules()
114 …yPopulatorInterface* nodeIntPtr = OSCL_DYNAMIC_CAST(NodeRegistryPopulatorInterface*, interfacePtr); in AddLoadableModules()
361 OsclAny* interfacePtr = NULL; in AddLoadableModules() local
362 …LibStatus result = lib->QueryInterface(PV_RECOGNIZER_POPULATOR_INTERFACE, (OsclAny*&)interfacePtr); in AddLoadableModules()
363 if (result == OsclLibSuccess && interfacePtr != NULL) in AddLoadableModules()
370 …ulatorInterface* recognizerIntPtr = OSCL_DYNAMIC_CAST(RecognizerPopulatorInterface*, interfacePtr); in AddLoadableModules()
/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node_registry.cpp213 OsclAny* interfacePtr = NULL; in AddLoadableModules() local
214 …b->QueryInterface(PVMF_PROTOCOL_ENGINE_NODE_REGISTRY_POPULATOR_INTERFACE, (OsclAny*&)interfacePtr); in AddLoadableModules()
215 if (result == OsclLibSuccess && interfacePtr != NULL) in AddLoadableModules()
223 …nodeLibIntPtr = OSCL_DYNAMIC_CAST(PVMFProtocolEngineNodeRegistryPopulatorInterface*, interfacePtr); in AddLoadableModules()
/external/opencore/engines/author/src/
Dpvaenodeutility.cpp682 PVInterface** interfacePtr = NULL; in DoQueryInterface()
683 PVMFStatus status = ((PVAENodeUtilCmd)aCmd).ParseQueryInterface(interfacePtr); in DoQueryInterface()
684 if (status != PVMFSuccess || !interfacePtr) in DoQueryInterface()
691 (PVInterface*&)*interfacePtr, aCmd.iContext); in DoQueryInterface()
710 PVInterface** interfacePtr = NULL; in CompleteQueryInterface()
711 PVMFStatus status = ((PVAENodeUtilCmd)aCmd).ParseQueryInterface(interfacePtr); in CompleteQueryInterface()
712 if (status != PVMFSuccess || !interfacePtr) in CompleteQueryInterface()
718 (*interfacePtr)->addRef(); in CompleteQueryInterface()
719 aCmd.iNodes[0]->iExtensions.push_back(*interfacePtr); in CompleteQueryInterface()
/external/opencore/codecs_v2/omx/omx_common/src/
Dpv_omxregistry.cpp941 OsclAny* interfacePtr = NULL; in OmxComponentFactoryDynamicCreate() local
942 if (OsclLibSuccess == lib->QueryInterface(PV_OMX_SHARED_INTERFACE, (OsclAny*&)interfacePtr)) in OmxComponentFactoryDynamicCreate()
947 if (interfacePtr != NULL) in OmxComponentFactoryDynamicCreate()
950 OSCL_DYNAMIC_CAST(OmxSharedLibraryInterface*, interfacePtr); in OmxComponentFactoryDynamicCreate()
1012 OsclAny* interfacePtr = NULL; in OmxComponentFactoryDynamicDestructor() local
1013 if (OsclLibSuccess == lib->QueryInterface(PV_OMX_SHARED_INTERFACE, (OsclAny*&)interfacePtr)) in OmxComponentFactoryDynamicDestructor()
1016 if (interfacePtr != NULL) in OmxComponentFactoryDynamicDestructor()
1019 OSCL_DYNAMIC_CAST(OmxSharedLibraryInterface*, interfacePtr); in OmxComponentFactoryDynamicDestructor()
/external/opencore/codecs_v2/omx/omx_mastercore/src/
Dpv_omxmastercore.cpp182 OsclAny* interfacePtr = NULL; in _OMX_MasterInit() local
184 … OsclLibStatus result = lib->QueryInterface(OMX_INTERFACE_ID, (OsclAny*&)interfacePtr); in _OMX_MasterInit()
185 if (result == OsclLibSuccess && interfacePtr != NULL) in _OMX_MasterInit()
188 OMXInterface* coreIntPtr = OSCL_DYNAMIC_CAST(OMXInterface*, interfacePtr); in _OMX_MasterInit()
/external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/
Dpvmf_sm_fsp_rtsp_unicast.cpp420 PVInterface * interfacePtr = NULL; in QueryChildNodesExtentionInterface() local
426 interfacePtr = OSCL_STATIC_CAST(PVInterface*, tmpPtr); in QueryChildNodesExtentionInterface()
432 interfacePtr = OSCL_STATIC_CAST(PVInterface*, tmpPtr); in QueryChildNodesExtentionInterface()
438 interfacePtr = OSCL_STATIC_CAST(PVInterface*, tmpPtr); in QueryChildNodesExtentionInterface()
444 interfacePtr = OSCL_STATIC_CAST(PVInterface*, tmpPtr); in QueryChildNodesExtentionInterface()
450 bool retval = interfacePtr->queryInterface(it->iExtensionUuids.front(), extensionIntfPtr); in QueryChildNodesExtentionInterface()