Home
last modified time | relevance | path

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

/packages/services/Car/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp395 size_t termination_message_size) { 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/computepipe/runner/include/
Dprebuilt_interface.h104 size_t termination_message_size));