Home
last modified time | relevance | path

Searched defs:PipeRunner (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/cpp/computepipe/router/1.0/include/
DPipeRunner.h38 struct PipeRunner { struct
42 std::shared_ptr<aidl::android::automotive::computepipe::runner::IPipeRunner> runner; argument
/packages/services/Car/cpp/computepipe/router/1.0/
DPipeRunner.cpp33 PipeRunner::PipeRunner(const std::shared_ptr<IPipeRunner>& graphRunner) : runner(graphRunner) { in PipeRunner() function in android::automotive::computepipe::router::V1_0::implementation::PipeRunner