Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/graph/include/
DPrebuiltGraph.h34 FLUSHING, enumerator
/packages/services/Car/cpp/computepipe/tests/runner/graph/
DGrpcGraphTest.cpp103 EXPECT_EQ(mGrpcGraph->GetGraphState(), PrebuiltGraphState::FLUSHING); in TEST_F()
/packages/services/Car/cpp/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp329 mGraphState.store(flushOutputFrames ? PrebuiltGraphState::FLUSHING in StopGraphExecution()
DGrpcGraph.cpp258 mGraphState = PrebuiltGraphState::FLUSHING; in handleStopWithFlushPhase()