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

  /external/opencore/engines/player/src/
pv_player_node_registry.h 170 friend class PVPlayerRegistryPopulator;
299 friend class PVPlayerRegistryPopulator;
315 ** PVPlayerRegistryPopulator is used by Player engine to populate & de-populate
318 class PVPlayerRegistryPopulator: public NodeRegistryPopulatorInterface
pv_player_node_registry.cpp 40 void PVPlayerRegistryPopulator::Populate(PVPlayerNodeRegistry& aNode, PVPlayerRecognizerRegistry& aRec)
62 PVPlayerRegistryPopulator pop;
68 void PVPlayerRegistryPopulator::Depopulate(PVPlayerNodeRegistry& aNode, PVPlayerRecognizerRegistry& aRec)
73 PVPlayerRegistryPopulator pop;
pv_player_engine.cpp 167 PVPlayerRegistryPopulator::Depopulate(iPlayerNodeRegistry, iPlayerRecognizerRegistry);
    [all...]
  /external/opencore/engines/player/config/core/
pv_player_node_registry_populator.cpp 136 void PVPlayerRegistryPopulator::RegisterAllNodes(PVPlayerNodeRegistryInterface* aRegistry, OsclAny*& aContext)
424 void PVPlayerRegistryPopulator::UnregisterAllNodes(PVPlayerNodeRegistryInterface* aRegistry, OsclAny* aContext)
435 void PVPlayerRegistryPopulator::RegisterAllRecognizers(PVPlayerRecognizerRegistryInterface* aRegistry, OsclAny*& aContext)
559 void PVPlayerRegistryPopulator::UnregisterAllRecognizers(PVPlayerRecognizerRegistryInterface* aRegistry, OsclAny* aContext)

Completed in 305 milliseconds