Home
last modified time | relevance | path

Searched refs:handleStopWithFlushPhase (Results 1 – 25 of 28) sorted by relevance

12

/packages/services/Car/cpp/computepipe/runner/engine/
DDefaultEngine.cpp394 (void)mDebugDisplayManager->handleStopWithFlushPhase(runEvent); in broadcastStopWithFlush()
399 (void)it.second->handleStopWithFlushPhase(runEvent); in broadcastStopWithFlush()
402 (void)mGraph->handleStopWithFlushPhase(runEvent); in broadcastStopWithFlush()
407 (void)it.second->handleStopWithFlushPhase(runEvent); in broadcastStopWithFlush()
410 (void)mClient->handleStopWithFlushPhase(runEvent); in broadcastStopWithFlush()
421 (void)it.second->handleStopWithFlushPhase(runEvent); in broadcastStopComplete()
423 (void)mGraph->handleStopWithFlushPhase(runEvent); in broadcastStopComplete()
426 (void)mDebugDisplayManager->handleStopWithFlushPhase(runEvent); in broadcastStopComplete()
430 (void)it.second->handleStopWithFlushPhase(runEvent); in broadcastStopComplete()
432 (void)mClient->handleStopWithFlushPhase(runEvent); in broadcastStopComplete()
/packages/services/Car/cpp/computepipe/runner/client_interface/
DAidlClient.cpp169 Status AidlClient::handleStopWithFlushPhase(const RunnerEvent& e) { in handleStopWithFlushPhase() function in android::automotive::computepipe::runner::client_interface::aidl_client::AidlClient
177 mPipeDebugger->handleStopWithFlushPhase(e); in handleStopWithFlushPhase()
DAidlClient.h49 Status handleStopWithFlushPhase(const RunnerEvent& e) override;
DDebuggerImpl.h57 Status handleStopWithFlushPhase(const RunnerEvent& e) override;
DDebuggerImpl.cpp205 Status DebuggerImpl::handleStopWithFlushPhase(const RunnerEvent& e) { in handleStopWithFlushPhase() function in android::automotive::computepipe::runner::client_interface::aidl_client::DebuggerImpl
/packages/services/Car/cpp/computepipe/runner/stream_manager/
DSemanticManager.cpp109 Status SemanticManager::handleStopWithFlushPhase(const RunnerEvent& e) { in handleStopWithFlushPhase() function in android::automotive::computepipe::runner::stream_manager::SemanticManager
139 return handleStopWithFlushPhase(e); in handleStopImmediatePhase()
DSemanticManager.h76 Status handleStopWithFlushPhase(const RunnerEvent& e) override;
DPixelStreamManager.h86 Status handleStopWithFlushPhase(const RunnerEvent& e) override;
DPixelStreamManager.cpp271 Status PixelStreamManager::handleStopWithFlushPhase(const RunnerEvent& e) { in handleStopWithFlushPhase() function in android::automotive::computepipe::runner::stream_manager::PixelStreamManager
/packages/services/Car/cpp/computepipe/tests/runner/graph/
DGrpcGraphTest.cpp102 EXPECT_EQ(mGrpcGraph->handleStopWithFlushPhase(e), Status::SUCCESS); in TEST_F()
145 EXPECT_EQ(mGrpcGraph->handleStopWithFlushPhase(e), Status::SUCCESS); in TEST_F()
/packages/services/Car/cpp/computepipe/runner/
DEventGenerator.cpp42 return iface->handleStopWithFlushPhase(*this); in dispatchToComponent()
DRunnerComponent.cpp117 Status RunnerComponentInterface::handleStopWithFlushPhase(const RunnerEvent& /* e*/) { in handleStopWithFlushPhase() function in android::automotive::computepipe::runner::RunnerComponentInterface
/packages/services/Car/cpp/computepipe/runner/input_manager/include/
DVideoInputManager.h47 Status handleStopWithFlushPhase(const RunnerEvent& e) override;
DEvsInputManager.h69 Status handleStopWithFlushPhase(const RunnerEvent& e) override;
/packages/services/Car/cpp/computepipe/runner/debug_display_manager/include/
DEvsDisplayManager.h47 Status handleStopWithFlushPhase(const RunnerEvent& e) override;
/packages/services/Car/cpp/computepipe/runner/graph/
DGrpcGraph.h61 Status handleStopWithFlushPhase(const runner::RunnerEvent& e) override;
DLocalPrebuiltGraph.h53 Status handleStopWithFlushPhase(const runner::RunnerEvent& e) override;
/packages/services/Car/cpp/computepipe/tests/fuzz/
DVideoInputManagerFuzzer.cpp119 manager->handleStopWithFlushPhase(e); in LLVMFuzzerTestOneInput()
DPixelStreamManagerFuzzer.cpp95 manager->handleStopWithFlushPhase(e); in LLVMFuzzerTestOneInput()
DLocalPrebuildGraphFuzzer.cpp131 graph->handleStopWithFlushPhase(e); in LLVMFuzzerTestOneInput()
DGrpcGraphFuzzer.cpp130 graph->handleStopWithFlushPhase(e); in LLVMFuzzerTestOneInput()
/packages/services/Car/cpp/computepipe/runner/include/
DRunnerComponent.h163 virtual Status handleStopWithFlushPhase(const RunnerEvent& e);
/packages/services/Car/cpp/computepipe/runner/input_manager/
DVideoInputManager.cpp71 Status VideoInputManager::handleStopWithFlushPhase(const RunnerEvent& /*e*/) { in handleStopWithFlushPhase() function in android::automotive::computepipe::runner::input_manager::VideoInputManager
DEvsInputManager.cpp166 Status EvsInputManager::handleStopWithFlushPhase(const RunnerEvent& e) { in handleStopWithFlushPhase() function in android::automotive::computepipe::runner::input_manager::EvsInputManager
/packages/services/Car/cpp/computepipe/runner/debug_display_manager/
DEvsDisplayManager.cpp186 Status EvsDisplayManager::handleStopWithFlushPhase(const RunnerEvent& /* e */) { in handleStopWithFlushPhase() function in android::automotive::computepipe::runner::debug_display_manager::EvsDisplayManager

12