Home
last modified time | relevance | path

Searched refs:onBootFinished (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DPowerAdvisor.h39 virtual void onBootFinished() = 0;
63 void onBootFinished() override;
H A DPowerAdvisor.cpp84 void PowerAdvisor::onBootFinished() { in onBootFinished() function in android::Hwc2::impl::PowerAdvisor
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
H A DMockPowerAdvisor.h31 MOCK_METHOD0(onBootFinished, void());
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DMockPowerAdvisor.h33 MOCK_METHOD0(onBootFinished, void());
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/
H A DMockFrameTimeline.h32 MOCK_METHOD0(onBootFinished, void());
/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DMockWatchdogPerfService.h40 MOCK_METHOD(android::base::Result<void>, onBootFinished, (), (override));
H A DWatchdogInternalHandlerTest.cpp412 EXPECT_CALL(*mMockWatchdogPerfService, onBootFinished()).WillOnce(Return(Result<void>())); in TEST_F()
424 EXPECT_CALL(*mMockWatchdogPerfService, onBootFinished()).Times(0); in TEST_F()
H A DWatchdogPerfServiceTest.cpp147 ASSERT_RESULT_OK(servicePeer->service->onBootFinished()); in startPeriodicCollection()
242 ASSERT_RESULT_OK(service->onBootFinished()); in TEST()
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogPerfService.h163 virtual android::base::Result<void> onBootFinished() = 0;
204 android::base::Result<void> onBootFinished() override;
H A DWatchdogInternalHandler.cpp194 if (const auto result = mWatchdogPerfService->onBootFinished(); !result.ok()) { in notifySystemStateChange()
H A DWatchdogPerfService.cpp276 Result<void> WatchdogPerfService::onBootFinished() { in onBootFinished() function in android::automotive::watchdog::WatchdogPerfService
/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.h277 virtual void onBootFinished() = 0;
455 void onBootFinished() override;
H A DFrameTimeline.cpp766 void FrameTimeline::onBootFinished() { in onBootFinished() function in android::frametimeline::impl::FrameTimeline
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp725 mFrameTimeline->onBootFinished(); in bootFinished()
753 mPowerAdvisor.onBootFinished(); in bootFinished()