/frameworks/native/services/surfaceflinger/tests/unittests/mock/ |
D | MockSchedulerCallback.h | 26 MOCK_METHOD(void, setVsyncEnabled, (bool), (override)); 33 void setVsyncEnabled(bool) override {} in setVsyncEnabled() function
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | SurfaceFlinger_SetPowerModeInternalTest.cpp | 64 EXPECT_CALL(test->mFlinger.mockSchedulerCallback(), setVsyncEnabled(_)).Times(0); in setupVsyncAndEventThreadNoCallExpectations() 91 EXPECT_CALL(test->mFlinger.mockSchedulerCallback(), setVsyncEnabled(true)).Times(1); in setupAcquireAndEnableVsyncCallExpectations() 99 EXPECT_CALL(test->mFlinger.mockSchedulerCallback(), setVsyncEnabled(false)).Times(1); in setupReleaseAndDisableVsyncCallExpectations()
|
D | SurfaceFlinger_DisplayTransactionCommitTest.cpp | 189 setVsyncEnabled(Case::Display::HWC_DISPLAY_ID, IComposerClient::Vsync::DISABLE)) in processesHotplugConnectCommon() 316 setVsyncEnabled(Case::Display::HWC_DISPLAY_ID, in TEST_F() 390 setVsyncEnabled(Case::Display::HWC_DISPLAY_ID, in TEST_F()
|
D | HWComposerTest.cpp | 73 EXPECT_CALL(*mHal, setVsyncEnabled(_, _)); in TEST()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | Scheduler.cpp | 412 mSchedulerCallback.setVsyncEnabled(true); in enableHardwareVsync() 420 mSchedulerCallback.setVsyncEnabled(false); in disableHardwareVsync() 466 mSchedulerCallback.setVsyncEnabled(true); in setVsyncPeriod()
|
D | Scheduler.h | 88 virtual void setVsyncEnabled(bool) = 0;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | MockHWComposer.h | 96 MOCK_METHOD2(setVsyncEnabled, void(PhysicalDisplayId, hal::Vsync));
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWComposer.h | 218 virtual void setVsyncEnabled(PhysicalDisplayId, hal::Vsync enabled) = 0; 391 void setVsyncEnabled(PhysicalDisplayId, hal::Vsync enabled) override;
|
D | HWC2.h | 142 [[nodiscard]] virtual hal::Error setVsyncEnabled(hal::Vsync enabled) = 0; 225 hal::Error setVsyncEnabled(hal::Vsync enabled) override;
|
D | HWC2.cpp | 101 error = setVsyncEnabled(HWC2::Vsync::DISABLE); in ~Display() 499 Error Display::setVsyncEnabled(Vsync enabled) in setVsyncEnabled() function in android::HWC2::impl::Display 502 auto intError = mComposer.setVsyncEnabled(mId, intEnabled); in setVsyncEnabled()
|
D | HWComposer.cpp | 364 void HWComposer::setVsyncEnabled(PhysicalDisplayId displayId, hal::Vsync enabled) { in setVsyncEnabled() function in android::impl::HWComposer 378 auto error = displayData.hwcDisplay->setVsyncEnabled(enabled); in setVsyncEnabled() 551 setVsyncEnabled(displayId, hal::Vsync::DISABLE); in setPowerMode()
|
D | AidlComposerHal.h | 127 Error setVsyncEnabled(Display display, IComposerClient::Vsync enabled) override;
|
D | ComposerHal.h | 166 virtual Error setVsyncEnabled(Display display, IComposerClient::Vsync enabled) = 0;
|
D | HidlComposerHal.h | 235 Error setVsyncEnabled(Display display, IComposerClient::Vsync enabled) override;
|
D | HidlComposerHal.cpp | 623 Error HidlComposer::setVsyncEnabled(Display display, IComposerClient::Vsync enabled) { in setVsyncEnabled() function in android::Hwc2::HidlComposer 624 auto ret = mClient->setVsyncEnabled(display, enabled); in setVsyncEnabled()
|
D | AidlComposerHal.cpp | 592 Error AidlComposer::setVsyncEnabled(Display display, IComposerClient::Vsync enabled) { in setVsyncEnabled() function in android::Hwc2::AidlComposer 595 mAidlComposerClient->setVsyncEnabled(translate<int64_t>(display), enableVsync); in setVsyncEnabled()
|
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/ |
D | MockHWC2.h | 78 MOCK_METHOD(hal::Error, setVsyncEnabled, (hal::Vsync), (override));
|
D | MockComposer.h | 95 MOCK_METHOD2(setVsyncEnabled, Error(Display, IComposerClient::Vsync));
|
/frameworks/native/services/surfaceflinger/fuzzer/ |
D | surfaceflinger_displayhardware_fuzzer.cpp | 287 composer.setVsyncEnabled(display, mFdp.ConsumeBool() ? Vsync::ENABLE : Vsync::DISABLE); in invokeAidlComposer() 597 mHwc.setVsyncEnabled(mPhysicalDisplayId, in invokeComposer()
|
D | surfaceflinger_fuzzers_utils.h | 812 void setVsyncEnabled(bool) override {} in setVsyncEnabled() function
|
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
D | FakeComposerClient.h | 94 V2_1::Error setVsyncEnabled(Display display, IComposerClient::Vsync enabled) override;
|
D | FakeComposerClient.cpp | 338 V2_1::Error FakeComposerClient::setVsyncEnabled(Display /*display*/, in setVsyncEnabled() function in FakeComposerClient
|
/frameworks/native/services/vr/hardware_composer/impl/ |
D | vr_hwc.h | 246 Error setVsyncEnabled(Display display, IComposerClient::Vsync enabled) override;
|
D | vr_hwc.cpp | 430 Error VrHwc::setVsyncEnabled(Display display, IComposerClient::Vsync enabled) { in setVsyncEnabled() function in android::dvr::VrHwc
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.h | 689 void setVsyncEnabled(bool) override; 1015 getHwComposer().setVsyncEnabled(id, enabled); in setHWCVsyncEnabled()
|