Searched refs:PipeRunner (Results 1 – 9 of 9) sorted by relevance
33 PipeRunner::PipeRunner(const std::shared_ptr<IPipeRunner>& graphRunner) : runner(graphRunner) { in PipeRunner() function in android::automotive::computepipe::router::V1_0::implementation::PipeRunner37 : PipeHandle(std::make_unique<PipeRunner>(r)), in RunnerHandle()53 PipeHandle<PipeRunner>* RunnerHandle::clone() const { in clone()
31 class RouterRegistry : public router::PipeRegistry<PipeRunner> {32 std ::unique_ptr<PipeHandle<PipeRunner>> getDebuggerPipeHandle(const std::string& name) { in getDebuggerPipeHandle()
34 std::unique_ptr<PipeHandle<PipeRunner>> handle = std::make_unique<RunnerHandle>(graphRunner); in registerPipeRunner()
24 "PipeRunner.cpp",
38 struct PipeRunner { struct39 explicit PipeRunner(51 class RunnerHandle : public android::automotive::computepipe::router::PipeHandle<PipeRunner> {60 PipeHandle<PipeRunner>* clone() const override;
43 explicit PipeRegistration(std::shared_ptr<PipeRegistry<PipeRunner>> r) : mRegistry(r) { in PipeRegistration()50 std::shared_ptr<PipeRegistry<PipeRunner>> mRegistry;
36 explicit PipeQuery(std::shared_ptr<PipeRegistry<PipeRunner>> r) : mRegistry(r) { in PipeQuery()47 std::shared_ptr<PipeRegistry<PipeRunner>> mRegistry;
55 class FakeRegistry : public PipeRegistry<PipeRunner> {57 std ::unique_ptr<PipeHandle<PipeRunner>> getDebuggerPipeHandle(const std::string& name) { in getDebuggerPipeHandle()82 … std::unique_ptr<PipeHandle<PipeRunner>> handle = std::make_unique<RunnerHandle>(runnerIface); in addFakeRunner()
41 mRegistry = std::make_shared<PipeRegistry<PipeRunner>>(); in SetUp()48 std::shared_ptr<PipeRegistry<PipeRunner>> mRegistry;