/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | SurfaceFlinger_HotplugTest.cpp | 72 setVsyncEnabled(ExternalDisplay::HWC_DISPLAY_ID, IComposerClient::Vsync::DISABLE)) in TEST_F() 116 setVsyncEnabled(ExternalDisplay::HWC_DISPLAY_ID, IComposerClient::Vsync::DISABLE)) in TEST_F()
|
D | SurfaceFlinger_DisplayTransactionCommitTest.cpp | 187 setVsyncEnabled(Case::Display::HWC_DISPLAY_ID, IComposerClient::Vsync::DISABLE)) in processesHotplugConnectCommon() 314 setVsyncEnabled(Case::Display::HWC_DISPLAY_ID, in TEST_F() 388 setVsyncEnabled(Case::Display::HWC_DISPLAY_ID, in TEST_F()
|
D | DisplayModeControllerTest.cpp | 66 setVsyncEnabled(kHwcDisplayId, hal::IComposerClient::Vsync::DISABLE)); in SetUp()
|
D | HWComposerTest.cpp | 83 EXPECT_CALL(*mHal, setVsyncEnabled(hwcDisplayId, Hwc2::IComposerClient::Vsync::DISABLE)); in expectHotplugConnect()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | MockHWComposer.h | 97 MOCK_METHOD2(setVsyncEnabled, void(PhysicalDisplayId, hal::Vsync));
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWComposer.h | 236 virtual void setVsyncEnabled(PhysicalDisplayId, hal::Vsync enabled) = 0; 426 void setVsyncEnabled(PhysicalDisplayId, hal::Vsync enabled) override;
|
D | HWC2.cpp | 106 error = setVsyncEnabled(HWC2::Vsync::DISABLE); in ~Display() 511 Error Display::setVsyncEnabled(Vsync enabled) in setVsyncEnabled() function in android::HWC2::impl::Display 514 auto intError = mComposer.setVsyncEnabled(mId, intEnabled); in setVsyncEnabled()
|
D | HWC2.h | 155 [[nodiscard]] virtual hal::Error setVsyncEnabled(hal::Vsync enabled) = 0; 241 hal::Error setVsyncEnabled(hal::Vsync enabled) override;
|
D | HWComposer.cpp | 418 void HWComposer::setVsyncEnabled(PhysicalDisplayId displayId, hal::Vsync enabled) { in setVsyncEnabled() function in android::impl::HWComposer 432 auto error = displayData.hwcDisplay->setVsyncEnabled(enabled); in setVsyncEnabled() 614 setVsyncEnabled(displayId, hal::Vsync::DISABLE); in setPowerMode()
|
D | AidlComposerHal.h | 134 Error setVsyncEnabled(Display display, IComposerClient::Vsync enabled) override;
|
D | ComposerHal.h | 173 virtual Error setVsyncEnabled(Display display, IComposerClient::Vsync enabled) = 0;
|
D | HidlComposerHal.h | 236 Error setVsyncEnabled(Display display, IComposerClient::Vsync enabled) override;
|
D | HidlComposerHal.cpp | 665 Error HidlComposer::setVsyncEnabled(Display display, IComposerClient::Vsync enabled) { in setVsyncEnabled() function in android::Hwc2::HidlComposer 666 auto ret = mClient->setVsyncEnabled(display, enabled); in setVsyncEnabled()
|
D | AidlComposerHal.cpp | 787 Error AidlComposer::setVsyncEnabled(Display display, IComposerClient::Vsync enabled) { in setVsyncEnabled() function in android::Hwc2::AidlComposer 790 mAidlComposerClient->setVsyncEnabled(translate<int64_t>(display), enableVsync); in setVsyncEnabled()
|
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/ |
D | MockHWC2.h | 79 MOCK_METHOD(hal::Error, setVsyncEnabled, (hal::Vsync), (override));
|
D | MockComposer.h | 97 MOCK_METHOD2(setVsyncEnabled, Error(Display, IComposerClient::Vsync));
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 4279 getHwComposer().setVsyncEnabled(displayId, enable ? hal::Vsync::ENABLE : hal::Vsync::DISABLE); in requestHardwareVsync()
|