Home
last modified time | relevance | path

Searched refs:handleStopImmediatePhase (Results 1 – 25 of 30) sorted by relevance

12

/packages/services/Car/cpp/computepipe/runner/engine/
DDefaultEngine.cpp442 (void)it.second->handleStopImmediatePhase(stopEvent); in broadcastHalt()
446 (void)mGraph->handleStopImmediatePhase(stopEvent); in broadcastHalt()
450 (void)mDebugDisplayManager->handleStopImmediatePhase(stopEvent); in broadcastHalt()
454 (void)it.second->handleStopImmediatePhase(stopEvent); in broadcastHalt()
457 (void)mClient->handleStopImmediatePhase(stopEvent); in broadcastHalt()
463 (void)it.second->handleStopImmediatePhase(stopEvent); in broadcastHalt()
468 (void)mGraph->handleStopImmediatePhase(stopEvent); in broadcastHalt()
472 (void)mDebugDisplayManager->handleStopImmediatePhase(stopEvent); in broadcastHalt()
475 (void)it.second->handleStopImmediatePhase(stopEvent); in broadcastHalt()
478 (void)mClient->handleStopImmediatePhase(stopEvent); in broadcastHalt()
/packages/services/Car/cpp/computepipe/runner/client_interface/
DAidlClient.cpp182 Status AidlClient::handleStopImmediatePhase(const RunnerEvent& e) { in handleStopImmediatePhase() function in android::automotive::computepipe::runner::client_interface::aidl_client::AidlClient
190 mPipeDebugger->handleStopImmediatePhase(e); in handleStopImmediatePhase()
DAidlClient.h50 Status handleStopImmediatePhase(const RunnerEvent& e) override;
DDebuggerImpl.h58 Status handleStopImmediatePhase(const RunnerEvent& e) override;
/packages/services/Car/cpp/computepipe/runner/
DEventGenerator.cpp44 return iface->handleStopImmediatePhase(*this); in dispatchToComponent()
DRunnerComponent.cpp121 Status RunnerComponentInterface::handleStopImmediatePhase(const RunnerEvent& /* e*/) { in handleStopImmediatePhase() function in android::automotive::computepipe::runner::RunnerComponentInterface
/packages/services/Car/cpp/computepipe/runner/input_manager/include/
DVideoInputManager.h45 Status handleStopImmediatePhase(const RunnerEvent& e) override;
DEvsInputManager.h67 Status handleStopImmediatePhase(const RunnerEvent& e) override;
/packages/services/Car/cpp/computepipe/runner/debug_display_manager/include/
DEvsDisplayManager.h49 Status handleStopImmediatePhase(const RunnerEvent& e) override;
/packages/services/Car/cpp/computepipe/runner/stream_manager/
DPixelStreamManager.cpp272 return handleStopImmediatePhase(e); in handleStopWithFlushPhase()
275 Status PixelStreamManager::handleStopImmediatePhase(const RunnerEvent& e) { in handleStopImmediatePhase() function in android::automotive::computepipe::runner::stream_manager::PixelStreamManager
DSemanticManager.h77 Status handleStopImmediatePhase(const RunnerEvent& e) override;
DPixelStreamManager.h87 Status handleStopImmediatePhase(const RunnerEvent& e) override;
DSemanticManager.cpp138 Status SemanticManager::handleStopImmediatePhase(const RunnerEvent& e) { in handleStopImmediatePhase() function in android::automotive::computepipe::runner::stream_manager::SemanticManager
/packages/services/Car/cpp/computepipe/runner/graph/
DGrpcGraph.h62 Status handleStopImmediatePhase(const runner::RunnerEvent& e) override;
DLocalPrebuiltGraph.h54 Status handleStopImmediatePhase(const runner::RunnerEvent& e) override;
/packages/services/Car/cpp/computepipe/tests/fuzz/
DVideoInputManagerFuzzer.cpp114 manager->handleStopImmediatePhase(e); in LLVMFuzzerTestOneInput()
DPixelStreamManagerFuzzer.cpp101 manager->handleStopImmediatePhase(e); in LLVMFuzzerTestOneInput()
DLocalPrebuildGraphFuzzer.cpp124 graph->handleStopImmediatePhase(e); in LLVMFuzzerTestOneInput()
DGrpcGraphFuzzer.cpp123 graph->handleStopImmediatePhase(e); in LLVMFuzzerTestOneInput()
/packages/services/Car/cpp/computepipe/runner/include/
DRunnerComponent.h165 virtual Status handleStopImmediatePhase(const RunnerEvent& e);
/packages/services/Car/cpp/computepipe/runner/input_manager/
DVideoInputManager.cpp66 Status VideoInputManager::handleStopImmediatePhase(const RunnerEvent& /*e*/) { in handleStopImmediatePhase() function in android::automotive::computepipe::runner::input_manager::VideoInputManager
DEvsInputManager.cpp143 Status EvsInputManager::handleStopImmediatePhase(const RunnerEvent& e) { in handleStopImmediatePhase() function in android::automotive::computepipe::runner::input_manager::EvsInputManager
/packages/services/Car/cpp/computepipe/tests/runner/graph/
DGrpcGraphTest.cpp126 EXPECT_EQ(mGrpcGraph->handleStopImmediatePhase(e), Status::SUCCESS); in TEST_F()
DLocalPrebuiltGraphTest.cpp171 EXPECT_EQ(graph->handleStopImmediatePhase(e), Status::SUCCESS); in TEST()
/packages/services/Car/cpp/computepipe/runner/debug_display_manager/
DEvsDisplayManager.cpp191 Status EvsDisplayManager::handleStopImmediatePhase(const RunnerEvent& /* e */) { in handleStopImmediatePhase() function in android::automotive::computepipe::runner::debug_display_manager::EvsDisplayManager

12