Searched refs:nodeIntPtr (Results 1 – 5 of 5) sorted by relevance
/external/opencore/modules/linux_download/node_registry/src/ |
D | pvmfdownloadnodereg.cpp | 74 …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/ |
D | pvmfrtspnodereg.cpp | 75 …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/ |
D | pvmfmp4nodereg.cpp | 78 …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/ |
D | pv_player_node_registry.cpp | 114 …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/ |
D | pvmf_protocol_engine_node_registry.cpp | 254 PVMFProtocolEngineNodeRegistryPopulatorInterface* nodeIntPtr = libInfo->iNodeLibIfacePtr; in RemoveLoadableModules() local 257 nodeIntPtr->Unregister(this); in RemoveLoadableModules()
|