HomeSort by relevance Sort by last modified time
    Searched defs:PVPlayerNodeRegistry (Results 1 - 2 of 2) sorted by null

  /external/opencore/engines/player/src/
pv_player_node_registry.cpp 40 void PVPlayerRegistryPopulator::Populate(PVPlayerNodeRegistry& aNode, PVPlayerRecognizerRegistry& aRec)
68 void PVPlayerRegistryPopulator::Depopulate(PVPlayerNodeRegistry& aNode, PVPlayerRecognizerRegistry& aRec)
79 PVPlayerNodeRegistry::PVPlayerNodeRegistry()
86 PVPlayerNodeRegistry::~PVPlayerNodeRegistry()
92 void PVPlayerNodeRegistry::AddLoadableModules(const OSCL_String& aConfigFilePath)
94 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "PVPlayerNodeRegistry::AddLoadableModules() IN"));
126 (0, "PVPlayerNodeRegistry::AddLoadableModules() QueryInterface() of PV_NODE_POPULATOR_INTERFACE for library %s failed.",
133 (0, "PVPlayerNodeRegistry::AddLoadableModules() LoadLib() of library %s failed."
    [all...]
pv_player_node_registry.h 20 * @brief PVPlayerNodeRegistry maintains a list of nodes available which is queryable. The utility
86 * PVPlayerNodeRegistry maintains a list of nodes available which is queryable.
89 class PVPlayerNodeRegistry : public PVPlayerNodeRegistryInterface
95 PVPlayerNodeRegistry();
101 * The QueryRegistry for PVPlayerNodeRegistry. Used mainly for Seaching of the UUID
115 * The CreateNode for PVPlayerNodeRegistry. Used mainly for creating a node.
124 * The ReleaseNode for PVPlayerNodeRegistry. Used for releasing a node.
135 * The RegisterNode for PVPlayerNodeRegistry. Used for registering nodes through the NodeInfo object.
146 * UnregisterNode for PVPlayerNodeRegistry. Used to remove nodes from dynamic registry.
160 virtual ~PVPlayerNodeRegistry();
    [all...]

Completed in 9 milliseconds