Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp394 const unsigned char* termination_message, in GraphTerminationCallbackFunction() argument
402 if (termination_message != nullptr && termination_message_size > 0) { in GraphTerminationCallbackFunction()
403 std::string(termination_message, termination_message + termination_message_size); in GraphTerminationCallbackFunction()
/packages/services/Car/cpp/computepipe/runner/include/
Dprebuilt_interface.h106 void (*terminationCallback)(void* cookie, const unsigned char* termination_message,