/external/opencore/modules/linux_download/protocol_engine_plugins/progressive_download/registry/src/ |
D | pvprotocolenginenode_pdl_plugin_registry.cpp | 48 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/ |
D | pvprotocolenginenode_ps_plugin_registry.cpp | 50 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/ |
D | pvmfdownloadnodereg.cpp | 70 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/ |
D | pvmfrtspnodereg.cpp | 71 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/ |
D | pvmfmp4nodereg.cpp | 74 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/ |
D | pv_player_node_registry.cpp | 105 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/ |
D | pvmf_protocol_engine_node_registry.cpp | 213 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/ |
D | pvaenodeutility.cpp | 682 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/ |
D | pv_omxregistry.cpp | 941 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/ |
D | pv_omxmastercore.cpp | 182 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/ |
D | pvmf_sm_fsp_rtsp_unicast.cpp | 420 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()
|