Searched refs:RunnerComponentInterface (Results 1 – 16 of 16) sorted by relevance
41 Status ClientConfig::dispatchToComponent(const std::shared_ptr<RunnerComponentInterface>& iface) { in dispatchToComponent()109 Status RunnerComponentInterface::handleConfigPhase(const ClientConfig& /* e*/) { in handleConfigPhase()113 Status RunnerComponentInterface::handleExecutionPhase(const RunnerEvent& /* e*/) { in handleExecutionPhase()117 Status RunnerComponentInterface::handleStopWithFlushPhase(const RunnerEvent& /* e*/) { in handleStopWithFlushPhase()121 Status RunnerComponentInterface::handleStopImmediatePhase(const RunnerEvent& /* e*/) { in handleStopImmediatePhase()125 Status RunnerComponentInterface::handleResetPhase(const RunnerEvent& /* e*/) { in handleResetPhase()
35 Status DefaultEvent::dispatchToComponent(const std::shared_ptr<RunnerComponentInterface>& iface) { in dispatchToComponent()
29 class RunnerComponentInterface; variable53 virtual Status dispatchToComponent(const std::shared_ptr<RunnerComponentInterface>& iface) = 0;79 Status dispatchToComponent(const std::shared_ptr<RunnerComponentInterface>& iface) override;156 class RunnerComponentInterface {168 virtual ~RunnerComponentInterface() = default;
43 Status dispatchToComponent(const std::shared_ptr<RunnerComponentInterface>& iface) override;
38 using ::android::automotive::computepipe::runner::RunnerComponentInterface;81 Status dispatchToComponent(const std::shared_ptr<runner::RunnerComponentInterface>&) override { in dispatchToComponent() argument
30 using ::android::automotive::computepipe::runner::RunnerComponentInterface;
36 dispatchToComponent, Status(const std::shared_ptr<RunnerComponentInterface>& iface));
28 class DebugDisplayManager : public RunnerComponentInterface {
36 class InputManager : public RunnerComponentInterface {};
36 class ClientInterface : public RunnerComponentInterface {
43 class PrebuiltGraph : public runner::RunnerComponentInterface {
42 class StreamManager : public RunnerComponentInterface {
31 using android::automotive::computepipe::runner::RunnerComponentInterface;
34 using ::android::automotive::computepipe::runner::RunnerComponentInterface;
39 public RunnerComponentInterface {
44 Status(const std::shared_ptr<RunnerComponentInterface>& iface));