/packages/services/Car/cpp/computepipe/runner/client_interface/ |
D | AidlClient.cpp | 124 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()
|
D | AidlClient.h | 46 Status handleResetPhase(const RunnerEvent& e) override;
|
D | DebuggerImpl.h | 59 Status handleResetPhase(const RunnerEvent& e) override;
|
D | DebuggerImpl.cpp | 222 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/ |
D | DefaultEngine.cpp | 487 (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/ |
D | EventGenerator.cpp | 38 return iface->handleResetPhase(*this); in dispatchToComponent()
|
D | RunnerComponent.cpp | 125 Status RunnerComponentInterface::handleResetPhase(const RunnerEvent& /* e*/) { in handleResetPhase() function in android::automotive::computepipe::runner::RunnerComponentInterface
|
/packages/services/Car/cpp/computepipe/runner/input_manager/include/ |
D | VideoInputManager.h | 49 Status handleResetPhase(const RunnerEvent& e) override;
|
D | EvsInputManager.h | 71 Status handleResetPhase(const RunnerEvent& e) override;
|
/packages/services/Car/cpp/computepipe/runner/debug_display_manager/include/ |
D | EvsDisplayManager.h | 51 Status handleResetPhase(const RunnerEvent& e) override;
|
/packages/services/Car/cpp/computepipe/runner/graph/ |
D | GrpcGraph.h | 63 Status handleResetPhase(const runner::RunnerEvent& e) override;
|
D | LocalPrebuiltGraph.h | 55 Status handleResetPhase(const runner::RunnerEvent& e) override;
|
D | LocalPrebuiltGraph.cpp | 162 Status LocalPrebuiltGraph::handleResetPhase(const runner::RunnerEvent& e) { in handleResetPhase() function in android::automotive::computepipe::graph::LocalPrebuiltGraph
|
D | GrpcGraph.cpp | 306 Status GrpcGraph::handleResetPhase(const runner::RunnerEvent& e) { in handleResetPhase() function in android::automotive::computepipe::graph::GrpcGraph
|
/packages/services/Car/cpp/computepipe/tests/fuzz/ |
D | VideoInputManagerFuzzer.cpp | 124 manager->handleResetPhase(e); in LLVMFuzzerTestOneInput()
|
D | LocalPrebuildGraphFuzzer.cpp | 138 graph->handleResetPhase(e); in LLVMFuzzerTestOneInput()
|
D | GrpcGraphFuzzer.cpp | 137 graph->handleResetPhase(e); in LLVMFuzzerTestOneInput()
|
/packages/services/Car/cpp/computepipe/runner/include/ |
D | RunnerComponent.h | 167 virtual Status handleResetPhase(const RunnerEvent& e);
|
/packages/services/Car/cpp/computepipe/runner/input_manager/ |
D | VideoInputManager.cpp | 76 Status VideoInputManager::handleResetPhase(const RunnerEvent& /*e*/) { in handleResetPhase() function in android::automotive::computepipe::runner::input_manager::VideoInputManager
|
D | EvsInputManager.cpp | 182 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/ |
D | EvsDisplayManager.cpp | 196 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/ |
D | LocalPrebuiltGraphTest.cpp | 173 EXPECT_EQ(graph->handleResetPhase(e), Status::SUCCESS); in TEST()
|
/packages/services/Car/cpp/computepipe/tests/runner/client_interface/ |
D | ClientInterfaceTest.cc | 321 EXPECT_EQ(mAidlClient->handleResetPhase(event), Status::SUCCESS); in TEST_F()
|