/packages/services/Car/cpp/computepipe/runner/engine/ |
D | DefaultEngine.cpp | 394 (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/ |
D | AidlClient.cpp | 169 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()
|
D | AidlClient.h | 49 Status handleStopWithFlushPhase(const RunnerEvent& e) override;
|
D | DebuggerImpl.h | 57 Status handleStopWithFlushPhase(const RunnerEvent& e) override;
|
D | DebuggerImpl.cpp | 205 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/ |
D | SemanticManager.cpp | 109 Status SemanticManager::handleStopWithFlushPhase(const RunnerEvent& e) { in handleStopWithFlushPhase() function in android::automotive::computepipe::runner::stream_manager::SemanticManager 139 return handleStopWithFlushPhase(e); in handleStopImmediatePhase()
|
D | SemanticManager.h | 76 Status handleStopWithFlushPhase(const RunnerEvent& e) override;
|
D | PixelStreamManager.h | 86 Status handleStopWithFlushPhase(const RunnerEvent& e) override;
|
D | PixelStreamManager.cpp | 271 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/ |
D | GrpcGraphTest.cpp | 102 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/ |
D | EventGenerator.cpp | 42 return iface->handleStopWithFlushPhase(*this); in dispatchToComponent()
|
D | RunnerComponent.cpp | 117 Status RunnerComponentInterface::handleStopWithFlushPhase(const RunnerEvent& /* e*/) { in handleStopWithFlushPhase() function in android::automotive::computepipe::runner::RunnerComponentInterface
|
/packages/services/Car/cpp/computepipe/runner/input_manager/include/ |
D | VideoInputManager.h | 47 Status handleStopWithFlushPhase(const RunnerEvent& e) override;
|
D | EvsInputManager.h | 69 Status handleStopWithFlushPhase(const RunnerEvent& e) override;
|
/packages/services/Car/cpp/computepipe/runner/debug_display_manager/include/ |
D | EvsDisplayManager.h | 47 Status handleStopWithFlushPhase(const RunnerEvent& e) override;
|
/packages/services/Car/cpp/computepipe/runner/graph/ |
D | GrpcGraph.h | 61 Status handleStopWithFlushPhase(const runner::RunnerEvent& e) override;
|
D | LocalPrebuiltGraph.h | 53 Status handleStopWithFlushPhase(const runner::RunnerEvent& e) override;
|
/packages/services/Car/cpp/computepipe/tests/fuzz/ |
D | VideoInputManagerFuzzer.cpp | 119 manager->handleStopWithFlushPhase(e); in LLVMFuzzerTestOneInput()
|
D | PixelStreamManagerFuzzer.cpp | 95 manager->handleStopWithFlushPhase(e); in LLVMFuzzerTestOneInput()
|
D | LocalPrebuildGraphFuzzer.cpp | 131 graph->handleStopWithFlushPhase(e); in LLVMFuzzerTestOneInput()
|
D | GrpcGraphFuzzer.cpp | 130 graph->handleStopWithFlushPhase(e); in LLVMFuzzerTestOneInput()
|
/packages/services/Car/cpp/computepipe/runner/include/ |
D | RunnerComponent.h | 163 virtual Status handleStopWithFlushPhase(const RunnerEvent& e);
|
/packages/services/Car/cpp/computepipe/runner/input_manager/ |
D | VideoInputManager.cpp | 71 Status VideoInputManager::handleStopWithFlushPhase(const RunnerEvent& /*e*/) { in handleStopWithFlushPhase() function in android::automotive::computepipe::runner::input_manager::VideoInputManager
|
D | EvsInputManager.cpp | 166 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/ |
D | EvsDisplayManager.cpp | 186 Status EvsDisplayManager::handleStopWithFlushPhase(const RunnerEvent& /* e */) { in handleStopWithFlushPhase() function in android::automotive::computepipe::runner::debug_display_manager::EvsDisplayManager
|