Home
last modified time | relevance | path

Searched refs:PVPlayerNodeRegistryInterface (Results 1 – 9 of 9) sorted by relevance

/external/opencore/nodes/common/include/
Dpv_player_node_registry_interface.h98 class PVPlayerNodeRegistryInterface
189 … virtual void RegisterAllNodes(PVPlayerNodeRegistryInterface* aRegistry, OsclAny*& aContext) = 0;
197 … virtual void UnregisterAllNodes(PVPlayerNodeRegistryInterface* aRegistry, OsclAny* aContext) = 0;
Dpvmf_data_source_init_extension.h89 class PVPlayerNodeRegistryInterface; variable
101 virtual PVMFStatus SetPlayerNodeRegistry(PVPlayerNodeRegistryInterface* aRegistry) = 0;
/external/opencore/engines/player/src/
Dpv_player_node_registry.h89 class PVPlayerNodeRegistry : public PVPlayerNodeRegistryInterface
339 void RegisterAllNodes(PVPlayerNodeRegistryInterface* aRegistry, OsclAny*& aContext) ;
340 void UnregisterAllNodes(PVPlayerNodeRegistryInterface* aRegistry, OsclAny* aContext) ;
/external/opencore/modules/linux_download/node_registry/src/
Dpvmfdownloadnodereg.cpp157 void RegisterAllNodes(PVPlayerNodeRegistryInterface* aRegistry, OsclAny*& aContext) in RegisterAllNodes()
184 void UnregisterAllNodes(PVPlayerNodeRegistryInterface* aRegistry, OsclAny* aContext) in UnregisterAllNodes()
/external/opencore/modules/linux_rtsp/node_registry/src/
Dpvmfrtspnodereg.cpp157 void RegisterAllNodes(PVPlayerNodeRegistryInterface* aRegistry, OsclAny*& aContext) in RegisterAllNodes()
183 void UnregisterAllNodes(PVPlayerNodeRegistryInterface* aRegistry, OsclAny* aContext) in UnregisterAllNodes()
/external/opencore/modules/linux_mp4/node_registry/src/
Dpvmfmp4nodereg.cpp159 void RegisterAllNodes(PVPlayerNodeRegistryInterface* aRegistry, OsclAny*& aContext) in RegisterAllNodes()
185 void UnregisterAllNodes(PVPlayerNodeRegistryInterface* aRegistry, OsclAny* aContext) in UnregisterAllNodes()
/external/opencore/engines/player/config/core/
Dpv_player_node_registry_populator.cpp136 void PVPlayerRegistryPopulator::RegisterAllNodes(PVPlayerNodeRegistryInterface* aRegistry, OsclAny*… in RegisterAllNodes()
422 void PVPlayerRegistryPopulator::UnregisterAllNodes(PVPlayerNodeRegistryInterface* aRegistry, OsclAn… in UnregisterAllNodes()
/external/opencore/nodes/pvdownloadmanagernode/src/
Dpvmf_downloadmanager_node.h695 PVMFStatus SetPlayerNodeRegistry(PVPlayerNodeRegistryInterface* aRegistry);
955 PVPlayerNodeRegistryInterface* iPlayerNodeRegistry;
Dpvmf_downloadmanager_node.cpp1110 PVMFStatus PVMFDownloadManagerNode::SetPlayerNodeRegistry(PVPlayerNodeRegistryInterface* aRegistry) in SetPlayerNodeRegistry()