/packages/services/Car/cpp/computepipe/runner/engine/ |
D | DefaultEngine.cpp | 442 (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/ |
D | AidlClient.cpp | 182 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()
|
D | AidlClient.h | 50 Status handleStopImmediatePhase(const RunnerEvent& e) override;
|
D | DebuggerImpl.h | 58 Status handleStopImmediatePhase(const RunnerEvent& e) override;
|
/packages/services/Car/cpp/computepipe/runner/ |
D | EventGenerator.cpp | 44 return iface->handleStopImmediatePhase(*this); in dispatchToComponent()
|
D | RunnerComponent.cpp | 121 Status RunnerComponentInterface::handleStopImmediatePhase(const RunnerEvent& /* e*/) { in handleStopImmediatePhase() function in android::automotive::computepipe::runner::RunnerComponentInterface
|
/packages/services/Car/cpp/computepipe/runner/input_manager/include/ |
D | VideoInputManager.h | 45 Status handleStopImmediatePhase(const RunnerEvent& e) override;
|
D | EvsInputManager.h | 67 Status handleStopImmediatePhase(const RunnerEvent& e) override;
|
/packages/services/Car/cpp/computepipe/runner/debug_display_manager/include/ |
D | EvsDisplayManager.h | 49 Status handleStopImmediatePhase(const RunnerEvent& e) override;
|
/packages/services/Car/cpp/computepipe/runner/stream_manager/ |
D | PixelStreamManager.cpp | 272 return handleStopImmediatePhase(e); in handleStopWithFlushPhase() 275 Status PixelStreamManager::handleStopImmediatePhase(const RunnerEvent& e) { in handleStopImmediatePhase() function in android::automotive::computepipe::runner::stream_manager::PixelStreamManager
|
D | SemanticManager.h | 77 Status handleStopImmediatePhase(const RunnerEvent& e) override;
|
D | PixelStreamManager.h | 87 Status handleStopImmediatePhase(const RunnerEvent& e) override;
|
D | SemanticManager.cpp | 138 Status SemanticManager::handleStopImmediatePhase(const RunnerEvent& e) { in handleStopImmediatePhase() function in android::automotive::computepipe::runner::stream_manager::SemanticManager
|
/packages/services/Car/cpp/computepipe/runner/graph/ |
D | GrpcGraph.h | 62 Status handleStopImmediatePhase(const runner::RunnerEvent& e) override;
|
D | LocalPrebuiltGraph.h | 54 Status handleStopImmediatePhase(const runner::RunnerEvent& e) override;
|
/packages/services/Car/cpp/computepipe/tests/fuzz/ |
D | VideoInputManagerFuzzer.cpp | 114 manager->handleStopImmediatePhase(e); in LLVMFuzzerTestOneInput()
|
D | PixelStreamManagerFuzzer.cpp | 101 manager->handleStopImmediatePhase(e); in LLVMFuzzerTestOneInput()
|
D | LocalPrebuildGraphFuzzer.cpp | 124 graph->handleStopImmediatePhase(e); in LLVMFuzzerTestOneInput()
|
D | GrpcGraphFuzzer.cpp | 123 graph->handleStopImmediatePhase(e); in LLVMFuzzerTestOneInput()
|
/packages/services/Car/cpp/computepipe/runner/include/ |
D | RunnerComponent.h | 165 virtual Status handleStopImmediatePhase(const RunnerEvent& e);
|
/packages/services/Car/cpp/computepipe/runner/input_manager/ |
D | VideoInputManager.cpp | 66 Status VideoInputManager::handleStopImmediatePhase(const RunnerEvent& /*e*/) { in handleStopImmediatePhase() function in android::automotive::computepipe::runner::input_manager::VideoInputManager
|
D | EvsInputManager.cpp | 143 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/ |
D | GrpcGraphTest.cpp | 126 EXPECT_EQ(mGrpcGraph->handleStopImmediatePhase(e), Status::SUCCESS); in TEST_F()
|
D | LocalPrebuiltGraphTest.cpp | 171 EXPECT_EQ(graph->handleStopImmediatePhase(e), Status::SUCCESS); in TEST()
|
/packages/services/Car/cpp/computepipe/runner/debug_display_manager/ |
D | EvsDisplayManager.cpp | 191 Status EvsDisplayManager::handleStopImmediatePhase(const RunnerEvent& /* e */) { in handleStopImmediatePhase() function in android::automotive::computepipe::runner::debug_display_manager::EvsDisplayManager
|