/packages/services/Car/cpp/computepipe/runner/input_manager/ |
D | EvsInputManager.cpp | 105 if (e.isAborted()) { in handleExecutionPhase() 144 if (e.isAborted()) { in handleStopImmediatePhase() 167 if (e.isAborted()) { in handleStopWithFlushPhase() 183 if (e.isAborted()) { in handleResetPhase()
|
/packages/services/Car/cpp/computepipe/runner/stream_manager/ |
D | SemanticManager.cpp | 98 if (mState == RUNNING && e.isAborted()) { in handleExecutionPhase() 115 if (mState == RUNNING && (e.isAborted() || e.isTransitionComplete())) { in handleStopWithFlushPhase() 131 if (mState == STOPPED && e.isAborted()) { in handleStopWithFlushPhase()
|
D | PixelStreamManager.cpp | 260 if (mState == RUNNING && e.isAborted()) { in handleExecutionPhase() 281 if (mState == RUNNING && (e.isAborted() || e.isTransitionComplete())) { in handleStopImmediatePhase() 300 if (mState == STOPPED && e.isAborted()) { in handleStopImmediatePhase()
|
/packages/services/Car/cpp/computepipe/runner/graph/ |
D | LocalPrebuiltGraph.cpp | 61 if (e.isAborted()) { in handleConfigPhase() 117 if (e.isAborted()) { in handleExecutionPhase() 138 if (e.isAborted()) { in handleStopWithFlushPhase() 153 if (e.isAborted()) { in handleStopImmediatePhase() 167 if (e.isAborted()) { in handleResetPhase()
|
D | GrpcGraph.cpp | 132 if (e.isAborted()) { in handleConfigPhase() 179 if (e.isAborted()) { in handleExecutionPhase() 228 if (e.isAborted()) { in handleStopWithFlushPhase() 271 if (e.isAborted()) { in handleStopImmediatePhase() 312 if (e.isAborted()) { in handleResetPhase()
|
/packages/services/Car/cpp/computepipe/runner/include/ |
D | RunnerComponent.h | 51 virtual bool isAborted() const; 75 bool isAborted() const override { in isAborted() function
|
D | EventGenerator.h | 41 bool isAborted() const override;
|
/packages/services/Car/cpp/computepipe/runner/client_interface/ |
D | DebuggerImpl.cpp | 199 if (e.isAborted()) { in handleExecutionPhase() 209 if (e.isAborted()) { in handleStopWithFlushPhase() 216 if (e.isTransitionComplete() || e.isAborted()) { in handleStopImmediatePhase()
|
D | AidlClient.cpp | 144 } else if (e.isAborted()) { in handleConfigPhase() 160 } else if (e.isAborted()) { in handleExecutionPhase()
|
/packages/services/Car/cpp/computepipe/tests/runner/client_interface/ |
D | MockRunnerEvent.h | 34 MOCK_CONST_METHOD0(isAborted, bool());
|
D | ClientInterfaceTest.cc | 356 EXPECT_CALL(event, isAborted()).Times(AnyNumber()).WillRepeatedly(Return(true)); in TEST_F()
|
/packages/services/Car/cpp/computepipe/runner/ |
D | EventGenerator.cpp | 28 bool DefaultEvent::isAborted() const { in isAborted() function in android::automotive::computepipe::runner::generator::DefaultEvent
|
D | RunnerComponent.cpp | 34 bool RunnerEvent::isAborted() const { in isAborted() function in android::automotive::computepipe::runner::RunnerEvent
|
/packages/services/Car/cpp/computepipe/tests/fuzz/ |
D | VideoInputManagerFuzzer.cpp | 42 MOCK_CONST_METHOD0(isAborted, bool());
|
/packages/services/Car/cpp/computepipe/tests/runner/graph/ |
D | GrpcGraphTest.cpp | 80 bool isAborted() const override { return false; } in isAborted() function in android::automotive::computepipe::graph::__anon7f52478c0111::TestRunnerEvent
|
/packages/services/Car/cpp/computepipe/runner/debug_display_manager/ |
D | EvsDisplayManager.cpp | 180 } else if (e.isAborted()) { in handleExecutionPhase()
|
/packages/apps/Car/DebuggingRestrictionController/libs/ |
D | httpclient-4.5.12.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |