Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp325 Status LocalPrebuiltGraph::StopGraphExecution(bool flushOutputFrames) { in StopGraphExecution() argument
327 PrebuiltComputepipeRunner_ErrorCode errorCode = mappedFn(flushOutputFrames); in StopGraphExecution()
329 mGraphState.store(flushOutputFrames ? PrebuiltGraphState::FLUSHING in StopGraphExecution()
DLocalPrebuiltGraph.h99 Status StopGraphExecution(bool flushOutputFrames);
/packages/services/Car/cpp/computepipe/runner/include/
Dprebuilt_interface.h116 PrebuiltComputepipeRunner_ErrorCode COMPUTEPIPE_RUNNER(StopGraphExecution)(bool flushOutputFrames);