Home
last modified time | relevance | path

Searched refs:StartGraphExecution (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/services/Car/cpp/computepipe/runner/include/
H A Dprebuilt_interface.h112 PrebuiltComputepipeRunner_ErrorCode COMPUTEPIPE_RUNNER(StartGraphExecution)(void* cookie,
/aosp12/packages/services/Car/cpp/computepipe/runner/graph/proto/
H A DGrpcPrebuiltGraphService.proto89 rpc StartGraphExecution(StartGraphExecutionRequest) returns (StatusResponse) {}
/aosp12/packages/services/Car/cpp/computepipe/runner/graph/
H A DLocalPrebuiltGraph.h96 Status StartGraphExecution(bool debuggingEnabled);
H A DLocalPrebuiltGraph.cpp238 LOAD_FUNCTION(StartGraphExecution); in GetPrebuiltGraphFromLibrary()
/aosp12/packages/services/Car/cpp/computepipe/tests/runner/graph/includes/
H A DGrpcGraphServerImpl.h115 ::grpc::Status StartGraphExecution(::grpc::ServerContext* context, in StartGraphExecution() function