Home
last modified time | relevance | path

Searched refs:handleResetPhase (Results 1 – 23 of 23) sorted by relevance

/packages/services/Car/cpp/computepipe/runner/client_interface/
DAidlClient.cpp124 Status AidlClient::handleResetPhase(const RunnerEvent& e) { in handleResetPhase() function in android::automotive::computepipe::runner::client_interface::aidl_client::AidlClient
133 mPipeDebugger->handleResetPhase(e); in handleResetPhase()
DAidlClient.h46 Status handleResetPhase(const RunnerEvent& e) override;
DDebuggerImpl.h59 Status handleResetPhase(const RunnerEvent& e) override;
DDebuggerImpl.cpp222 Status DebuggerImpl::handleResetPhase(const RunnerEvent& e) { in handleResetPhase() function in android::automotive::computepipe::runner::client_interface::aidl_client::DebuggerImpl
/packages/services/Car/cpp/computepipe/runner/engine/
DDefaultEngine.cpp487 (void)mClient->handleResetPhase(resetEvent); in broadcastReset()
489 (void)mGraph->handleResetPhase(resetEvent); in broadcastReset()
492 (void)mClient->handleResetPhase(resetEvent); in broadcastReset()
494 (void)mGraph->handleResetPhase(resetEvent); in broadcastReset()
497 (void)mDebugDisplayManager->handleResetPhase(resetEvent); in broadcastReset()
/packages/services/Car/cpp/computepipe/runner/
DEventGenerator.cpp38 return iface->handleResetPhase(*this); in dispatchToComponent()
DRunnerComponent.cpp125 Status RunnerComponentInterface::handleResetPhase(const RunnerEvent& /* e*/) { in handleResetPhase() function in android::automotive::computepipe::runner::RunnerComponentInterface
/packages/services/Car/cpp/computepipe/runner/input_manager/include/
DVideoInputManager.h49 Status handleResetPhase(const RunnerEvent& e) override;
DEvsInputManager.h71 Status handleResetPhase(const RunnerEvent& e) override;
/packages/services/Car/cpp/computepipe/runner/debug_display_manager/include/
DEvsDisplayManager.h51 Status handleResetPhase(const RunnerEvent& e) override;
/packages/services/Car/cpp/computepipe/runner/graph/
DGrpcGraph.h63 Status handleResetPhase(const runner::RunnerEvent& e) override;
DLocalPrebuiltGraph.h55 Status handleResetPhase(const runner::RunnerEvent& e) override;
DLocalPrebuiltGraph.cpp162 Status LocalPrebuiltGraph::handleResetPhase(const runner::RunnerEvent& e) { in handleResetPhase() function in android::automotive::computepipe::graph::LocalPrebuiltGraph
DGrpcGraph.cpp306 Status GrpcGraph::handleResetPhase(const runner::RunnerEvent& e) { in handleResetPhase() function in android::automotive::computepipe::graph::GrpcGraph
/packages/services/Car/cpp/computepipe/tests/fuzz/
DVideoInputManagerFuzzer.cpp124 manager->handleResetPhase(e); in LLVMFuzzerTestOneInput()
DLocalPrebuildGraphFuzzer.cpp138 graph->handleResetPhase(e); in LLVMFuzzerTestOneInput()
DGrpcGraphFuzzer.cpp137 graph->handleResetPhase(e); in LLVMFuzzerTestOneInput()
/packages/services/Car/cpp/computepipe/runner/include/
DRunnerComponent.h167 virtual Status handleResetPhase(const RunnerEvent& e);
/packages/services/Car/cpp/computepipe/runner/input_manager/
DVideoInputManager.cpp76 Status VideoInputManager::handleResetPhase(const RunnerEvent& /*e*/) { in handleResetPhase() function in android::automotive::computepipe::runner::input_manager::VideoInputManager
DEvsInputManager.cpp182 Status EvsInputManager::handleResetPhase(const RunnerEvent& e) { in handleResetPhase() function in android::automotive::computepipe::runner::input_manager::EvsInputManager
/packages/services/Car/cpp/computepipe/runner/debug_display_manager/
DEvsDisplayManager.cpp196 Status EvsDisplayManager::handleResetPhase(const RunnerEvent& /* e */) { in handleResetPhase() function in android::automotive::computepipe::runner::debug_display_manager::EvsDisplayManager
/packages/services/Car/cpp/computepipe/tests/runner/graph/
DLocalPrebuiltGraphTest.cpp173 EXPECT_EQ(graph->handleResetPhase(e), Status::SUCCESS); in TEST()
/packages/services/Car/cpp/computepipe/tests/runner/client_interface/
DClientInterfaceTest.cc321 EXPECT_EQ(mAidlClient->handleResetPhase(event), Status::SUCCESS); in TEST_F()