HomeSort by relevance Sort by last modified time
    Searched refs:nodeIntPtr (Results 1 - 5 of 5) sorted by null

  /external/opencore/modules/linux_download/node_registry/src/
pvmfdownloadnodereg.cpp 74 NodeSharedLibraryInterface* nodeIntPtr = OSCL_DYNAMIC_CAST(NodeSharedLibraryInterface*, interfacePtr);
76 OsclAny* createFuncTemp = nodeIntPtr->QueryNodeInterface(KPVMFDownloadManagerNodeUuid, PV_CREATE_NODE_INTERFACE);
124 NodeSharedLibraryInterface* nodeIntPtr = OSCL_DYNAMIC_CAST(NodeSharedLibraryInterface*, interfacePtr);
126 OsclAny* releaseFuncTemp = nodeIntPtr->QueryNodeInterface(KPVMFDownloadManagerNodeUuid, PV_RELEASE_NODE_INTERFACE);
  /external/opencore/modules/linux_mp4/node_registry/src/
pvmfmp4nodereg.cpp 78 NodeSharedLibraryInterface* nodeIntPtr = OSCL_DYNAMIC_CAST(NodeSharedLibraryInterface*, interfacePtr);
80 OsclAny* createFuncTemp = nodeIntPtr->QueryNodeInterface(KPVMFMP4FFParserNodeUuid, PV_CREATE_NODE_INTERFACE);
128 NodeSharedLibraryInterface* nodeIntPtr = OSCL_DYNAMIC_CAST(NodeSharedLibraryInterface*, interfacePtr);
130 OsclAny* releaseFuncTemp = nodeIntPtr->QueryNodeInterface(KPVMFMP4FFParserNodeUuid, PV_RELEASE_NODE_INTERFACE);
  /external/opencore/modules/linux_rtsp/node_registry/src/
pvmfrtspnodereg.cpp 75 NodeSharedLibraryInterface* nodeIntPtr = OSCL_DYNAMIC_CAST(NodeSharedLibraryInterface*, interfacePtr);
77 OsclAny* createFuncTemp = nodeIntPtr->QueryNodeInterface(KPVMFRTSPStreamingModuleUuid, PV_CREATE_NODE_INTERFACE);
124 NodeSharedLibraryInterface* nodeIntPtr = OSCL_DYNAMIC_CAST(NodeSharedLibraryInterface*, interfacePtr);
126 OsclAny* releaseFuncTemp = nodeIntPtr->QueryNodeInterface(KPVMFRTSPStreamingModuleUuid, PV_RELEASE_NODE_INTERFACE);
  /external/opencore/engines/player/src/
pv_player_node_registry.cpp 114 NodeRegistryPopulatorInterface* nodeIntPtr = OSCL_DYNAMIC_CAST(NodeRegistryPopulatorInterface*, interfacePtr);
115 libInfo->iNodeLibIfacePtr = nodeIntPtr;
116 nodeIntPtr->RegisterAllNodes(this, libInfo->iContext);
158 NodeRegistryPopulatorInterface* nodeIntPtr = libInfo->iNodeLibIfacePtr;
162 nodeIntPtr->UnregisterAllNodes(this, context);
  /external/opencore/nodes/pvprotocolenginenode/base/src/
pvmf_protocol_engine_node_registry.cpp 254 PVMFProtocolEngineNodeRegistryPopulatorInterface* nodeIntPtr = libInfo->iNodeLibIfacePtr;
257 nodeIntPtr->Unregister(this);

Completed in 41 milliseconds