Searched refs:PVPlayerNodeRegistryInterface (Results 1 – 9 of 9) sorted by relevance
/external/opencore/nodes/common/include/ |
D | pv_player_node_registry_interface.h | 98 class PVPlayerNodeRegistryInterface 189 … virtual void RegisterAllNodes(PVPlayerNodeRegistryInterface* aRegistry, OsclAny*& aContext) = 0; 197 … virtual void UnregisterAllNodes(PVPlayerNodeRegistryInterface* aRegistry, OsclAny* aContext) = 0;
|
D | pvmf_data_source_init_extension.h | 89 class PVPlayerNodeRegistryInterface; variable 101 virtual PVMFStatus SetPlayerNodeRegistry(PVPlayerNodeRegistryInterface* aRegistry) = 0;
|
/external/opencore/engines/player/src/ |
D | pv_player_node_registry.h | 89 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/ |
D | pvmfdownloadnodereg.cpp | 157 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/ |
D | pvmfrtspnodereg.cpp | 157 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/ |
D | pvmfmp4nodereg.cpp | 159 void RegisterAllNodes(PVPlayerNodeRegistryInterface* aRegistry, OsclAny*& aContext) in RegisterAllNodes() 185 void UnregisterAllNodes(PVPlayerNodeRegistryInterface* aRegistry, OsclAny* aContext) in UnregisterAllNodes()
|
/external/opencore/engines/player/config/core/ |
D | pv_player_node_registry_populator.cpp | 136 void PVPlayerRegistryPopulator::RegisterAllNodes(PVPlayerNodeRegistryInterface* aRegistry, OsclAny*… in RegisterAllNodes() 422 void PVPlayerRegistryPopulator::UnregisterAllNodes(PVPlayerNodeRegistryInterface* aRegistry, OsclAn… in UnregisterAllNodes()
|
/external/opencore/nodes/pvdownloadmanagernode/src/ |
D | pvmf_downloadmanager_node.h | 695 PVMFStatus SetPlayerNodeRegistry(PVPlayerNodeRegistryInterface* aRegistry); 955 PVPlayerNodeRegistryInterface* iPlayerNodeRegistry;
|
D | pvmf_downloadmanager_node.cpp | 1110 PVMFStatus PVMFDownloadManagerNode::SetPlayerNodeRegistry(PVPlayerNodeRegistryInterface* aRegistry) in SetPlayerNodeRegistry()
|