/aosp12/packages/services/Car/cpp/computepipe/runner/engine/ |
H A D | DefaultEngine.cpp | 322 (void)mDebugDisplayManager->handleExecutionPhase(runEvent); in broadcastStartRun() 328 ret = mGraph->handleExecutionPhase(runEvent); in broadcastStartRun() 344 ret = mClient->handleExecutionPhase(runEvent); in broadcastStartRun() 351 (void)it.second->handleExecutionPhase(runEvent); in broadcastStartRun() 355 (void)mDebugDisplayManager->handleExecutionPhase(runEvent); in broadcastStartRun() 360 (void)mGraph->handleExecutionPhase(runEvent); in broadcastStartRun() 362 (void)it.second->handleExecutionPhase(runEvent); in broadcastStartRun() 375 (void)mDebugDisplayManager->handleExecutionPhase(runEvent); in broadcastAbortRun() 381 (void)this->mInputManagers[id]->handleExecutionPhase(runEvent); in broadcastAbortRun() 385 (void)mGraph->handleExecutionPhase(runEvent); in broadcastAbortRun() [all …]
|
/aosp12/packages/services/Car/cpp/computepipe/tests/runner/graph/ |
H A D | GrpcGraphTest.cpp | 98 EXPECT_EQ(mGrpcGraph->handleExecutionPhase(e), Status::SUCCESS); in TEST_F() 122 EXPECT_EQ(mGrpcGraph->handleExecutionPhase(e), Status::SUCCESS); in TEST_F() 141 EXPECT_EQ(mGrpcGraph->handleExecutionPhase(e), Status::SUCCESS); in TEST_F()
|
/aosp12/packages/services/Car/cpp/computepipe/tests/runner/stream_manager/ |
H A D | PixelStreamManagerTest.cpp | 217 ASSERT_EQ(manager->handleExecutionPhase(e), Status::SUCCESS); in TEST() 239 ASSERT_EQ(manager->handleExecutionPhase(e), Status::SUCCESS); in TEST() 290 ASSERT_EQ(manager->handleExecutionPhase(e), Status::SUCCESS); in TEST() 326 ASSERT_EQ(manager->handleExecutionPhase(e), Status::SUCCESS); in TEST() 351 ASSERT_EQ(manager->handleExecutionPhase(e), Status::SUCCESS); in TEST()
|
H A D | SemanticManagerTest.cpp | 72 ASSERT_EQ(manager->handleExecutionPhase(e), Status::SUCCESS); in TEST_F()
|
/aosp12/packages/services/Car/cpp/computepipe/runner/client_interface/ |
H A D | AidlClient.cpp | 154 Status AidlClient::handleExecutionPhase(const RunnerEvent& e) { in handleExecutionPhase() function in android::automotive::computepipe::runner::client_interface::aidl_client::AidlClient 164 mPipeDebugger->handleExecutionPhase(e); in handleExecutionPhase()
|
H A D | AidlClient.h | 48 Status handleExecutionPhase(const RunnerEvent& e) override;
|
H A D | DebuggerImpl.h | 56 Status handleExecutionPhase(const RunnerEvent& e) override;
|
/aosp12/packages/services/Car/cpp/computepipe/runner/ |
H A D | EventGenerator.cpp | 40 return iface->handleExecutionPhase(*this); in dispatchToComponent()
|
H A D | RunnerComponent.cpp | 113 Status RunnerComponentInterface::handleExecutionPhase(const RunnerEvent& /* e*/) { in handleExecutionPhase() function in android::automotive::computepipe::runner::RunnerComponentInterface
|
/aosp12/packages/services/Car/cpp/computepipe/runner/input_manager/include/ |
H A D | VideoInputManager.h | 43 Status handleExecutionPhase(const RunnerEvent& e) override;
|
H A D | EvsInputManager.h | 65 Status handleExecutionPhase(const RunnerEvent& e) override;
|
/aosp12/packages/services/Car/cpp/computepipe/runner/debug_display_manager/include/ |
H A D | EvsDisplayManager.h | 45 Status handleExecutionPhase(const RunnerEvent& e) override;
|
/aosp12/packages/services/Car/cpp/computepipe/tests/fuzz/ |
H A D | SemanticManagerFuzzer.cpp | 51 manager->handleExecutionPhase(e); in LLVMFuzzerTestOneInput()
|
H A D | PixelStreamManagerFuzzer.cpp | 90 manager->handleExecutionPhase(e); in LLVMFuzzerTestOneInput()
|
H A D | VideoInputManagerFuzzer.cpp | 103 Status res = manager->handleExecutionPhase(e); in LLVMFuzzerTestOneInput()
|
H A D | LocalPrebuildGraphFuzzer.cpp | 117 graph->handleExecutionPhase(e); in LLVMFuzzerTestOneInput()
|
H A D | GrpcGraphFuzzer.cpp | 116 graph->handleExecutionPhase(e); in LLVMFuzzerTestOneInput()
|
/aosp12/packages/services/Car/cpp/computepipe/runner/stream_manager/ |
H A D | SemanticManager.h | 75 Status handleExecutionPhase(const RunnerEvent& e) override;
|
H A D | PixelStreamManager.h | 85 Status handleExecutionPhase(const RunnerEvent& e) override;
|
H A D | SemanticManager.cpp | 88 Status SemanticManager::handleExecutionPhase(const RunnerEvent& e) { in handleExecutionPhase() function in android::automotive::computepipe::runner::stream_manager::SemanticManager
|
/aosp12/packages/services/Car/cpp/computepipe/runner/graph/ |
H A D | GrpcGraph.h | 60 Status handleExecutionPhase(const runner::RunnerEvent& e) override;
|
H A D | LocalPrebuiltGraph.h | 52 Status handleExecutionPhase(const runner::RunnerEvent& e) override;
|
/aosp12/packages/services/Car/cpp/computepipe/runner/include/ |
H A D | RunnerComponent.h | 161 virtual Status handleExecutionPhase(const RunnerEvent& e);
|
/aosp12/packages/services/Car/cpp/computepipe/runner/input_manager/ |
H A D | VideoInputManager.cpp | 41 Status VideoInputManager::handleExecutionPhase(const RunnerEvent& e) { in handleExecutionPhase() function in android::automotive::computepipe::runner::input_manager::VideoInputManager
|
H A D | EvsInputManager.cpp | 103 Status EvsInputManager::handleExecutionPhase(const RunnerEvent& e) { in handleExecutionPhase() function in android::automotive::computepipe::runner::input_manager::EvsInputManager
|