Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/computepipe/tests/runner/graph/includes/
H A DPrebuiltEngineInterfaceImpl.h41 typedef std::function<void(Status, std::string&&)> GraphTerminationCallback; typedef
46 GraphTerminationCallback mGraphTerminationCallbackFn;
70 void SetGraphTerminationCallback(GraphTerminationCallback callback) { in SetGraphTerminationCallback()