Home
last modified time | relevance | path

Searched refs:nodeIntPtr (Results 1 – 5 of 5) sorted by relevance

/external/opencore/modules/linux_download/node_registry/src/
Dpvmfdownloadnodereg.cpp74 …NodeSharedLibraryInterface* nodeIntPtr = OSCL_DYNAMIC_CAST(NodeSharedLibraryInterface*, interfaceP… in CreateDownloadManagerNode() local
76 …OsclAny* createFuncTemp = nodeIntPtr->QueryNodeInterface(KPVMFDownloadManagerNodeUuid, PV_CREATE_N… in CreateDownloadManagerNode()
124 …NodeSharedLibraryInterface* nodeIntPtr = OSCL_DYNAMIC_CAST(NodeSharedLibraryInterface*, interfaceP… in DeleteDownloadManagerNode() local
126 …OsclAny* releaseFuncTemp = nodeIntPtr->QueryNodeInterface(KPVMFDownloadManagerNodeUuid, PV_RELEASE… in DeleteDownloadManagerNode()
/external/opencore/modules/linux_rtsp/node_registry/src/
Dpvmfrtspnodereg.cpp75 …NodeSharedLibraryInterface* nodeIntPtr = OSCL_DYNAMIC_CAST(NodeSharedLibraryInterface*, interfaceP… in CreateStreamingManagerNode() local
77 …OsclAny* createFuncTemp = nodeIntPtr->QueryNodeInterface(KPVMFRTSPStreamingModuleUuid, PV_CREATE_N… in CreateStreamingManagerNode()
124 …NodeSharedLibraryInterface* nodeIntPtr = OSCL_DYNAMIC_CAST(NodeSharedLibraryInterface*, interfaceP… in DeleteStreamingManagerNode() local
126 …OsclAny* releaseFuncTemp = nodeIntPtr->QueryNodeInterface(KPVMFRTSPStreamingModuleUuid, PV_RELEASE… in DeleteStreamingManagerNode()
/external/opencore/modules/linux_mp4/node_registry/src/
Dpvmfmp4nodereg.cpp78 …NodeSharedLibraryInterface* nodeIntPtr = OSCL_DYNAMIC_CAST(NodeSharedLibraryInterface*, interfaceP… in CreateMp4ParserNode() local
80 …OsclAny* createFuncTemp = nodeIntPtr->QueryNodeInterface(KPVMFMP4FFParserNodeUuid, PV_CREATE_NODE_… in CreateMp4ParserNode()
128 …NodeSharedLibraryInterface* nodeIntPtr = OSCL_DYNAMIC_CAST(NodeSharedLibraryInterface*, interfaceP… in DeleteMp4ParserNode() local
130 …OsclAny* releaseFuncTemp = nodeIntPtr->QueryNodeInterface(KPVMFMP4FFParserNodeUuid, PV_RELEASE_NOD… in DeleteMp4ParserNode()
/external/opencore/engines/player/src/
Dpv_player_node_registry.cpp114 …NodeRegistryPopulatorInterface* nodeIntPtr = OSCL_DYNAMIC_CAST(NodeRegistryPopulatorInterface*, in… in AddLoadableModules() local
115 libInfo->iNodeLibIfacePtr = nodeIntPtr; in AddLoadableModules()
116 nodeIntPtr->RegisterAllNodes(this, libInfo->iContext); in AddLoadableModules()
154 NodeRegistryPopulatorInterface* nodeIntPtr = libInfo->iNodeLibIfacePtr; in RemoveLoadableModules() local
158 nodeIntPtr->UnregisterAllNodes(this, context); in RemoveLoadableModules()
/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node_registry.cpp254 PVMFProtocolEngineNodeRegistryPopulatorInterface* nodeIntPtr = libInfo->iNodeLibIfacePtr; in RemoveLoadableModules() local
257 nodeIntPtr->Unregister(this); in RemoveLoadableModules()