Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/example/
DClientSvc.cpp25 void terminationCallback(bool error, std::string errorMsg) { in terminationCallback() function
35 std::function<void(bool, std::string)> cb = terminationCallback; in main()
/packages/services/Car/cpp/computepipe/runner/include/
Dprebuilt_interface.h106 void (*terminationCallback)(void* cookie, const unsigned char* termination_message,
/packages/services/Car/cpp/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp99 auto terminationCallback = (PrebuiltComputepipeRunner_ErrorCode(*)( in handleConfigPhase() local
102 errorCode = terminationCallback(LocalPrebuiltGraph::GraphTerminationCallbackFunction); in handleConfigPhase()