Home
last modified time | relevance | path

Searched defs:graphRunner (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/cpp/computepipe/aidl/aidl_api/android.automotive.computepipe.registry/1/android/automotive/computepipe/registry/
DIPipeRegistration.aidl21 …terPipeRunner(in @utf8InCpp String graphName, android.automotive.computepipe.runner.IPipeRunner gr… in registerPipeRunner()
/packages/services/Car/cpp/computepipe/aidl/android/automotive/computepipe/registry/
DIPipeRegistration.aidl33 void registerPipeRunner(in @utf8InCpp String graphName, IPipeRunner graphRunner); in registerPipeRunner()
/packages/services/Car/cpp/computepipe/aidl/aidl_api/android.automotive.computepipe.registry/current/android/automotive/computepipe/registry/
DIPipeRegistration.aidl21 …terPipeRunner(in @utf8InCpp String graphName, android.automotive.computepipe.runner.IPipeRunner gr… in registerPipeRunner()
/packages/services/Car/cpp/computepipe/router/1.0/
DPipeRegistration.cpp30const std::shared_ptr<IPipeRunner>& graphRunner) { in registerPipeRunner()
DPipeRunner.cpp33 PipeRunner::PipeRunner(const std::shared_ptr<IPipeRunner>& graphRunner) : runner(graphRunner) { in PipeRunner()