Searched defs:PipeRunner (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/cpp/computepipe/router/1.0/include/ | ||
D | PipeRunner.h | 38 struct PipeRunner { struct |
/packages/services/Car/cpp/computepipe/router/1.0/ | ||
D | PipeRunner.cpp | 33 PipeRunner::PipeRunner(const std::shared_ptr<IPipeRunner>& graphRunner) : runner(graphRunner) { in PipeRunner() function in android::automotive::computepipe::router::V1_0::implementation::PipeRunner |