Home
last modified time | relevance | path

Searched refs:SetDisplayVsyncEnabled (Results 1 – 25 of 52) sorted by relevance

123

/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_session.cpp188 static int32_t SetDisplayVsyncEnabled(uint32_t devId, bool enabled) in SetDisplayVsyncEnabled() function
191 …return HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::SetDisplayVsyncEnabled, e… in SetDisplayVsyncEnabled()
345 dFuncs->SetDisplayVsyncEnabled = SetDisplayVsyncEnabled; in DeviceInitialize()
H A Dhdi_display.h100 virtual int32_t SetDisplayVsyncEnabled(bool enabled) in SetDisplayVsyncEnabled() function
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A Dinterface_i_display_composer_v10.md33 | [SetDisplayVsyncEnabled](#setdisplayvsyncenabled) ([in] unsigned int devId, [in] boolean enabled)…
689 ### SetDisplayVsyncEnabled()
692 IDisplayComposer::SetDisplayVsyncEnabled ([in] unsigned int devId, [in] boolean enabled )
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/
H A Dfb_display.h43 virtual int32_t SetDisplayVsyncEnabled(bool enabled) override;
H A Dfb_display.cpp175 int32_t FbDisplay::SetDisplayVsyncEnabled(bool enabled) in SetDisplayVsyncEnabled() function in OHOS::HDI::DISPLAY::FbDisplay
/ohos5.0/drivers/peripheral/display/composer/test/common/
H A Dhdi_test_display.h46 int32_t SetDisplayVsyncEnabled(bool enabled) const;
H A Dhdi_test_display.cpp215 int32_t HdiTestDisplay::SetDisplayVsyncEnabled(bool enabled) const in SetDisplayVsyncEnabled() function in OHOS::HDI::Display::TEST::HdiTestDisplay
217 int ret = device_->SetDisplayVsyncEnabled(id_, enabled); in SetDisplayVsyncEnabled()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Ddrm_display.h50 int32_t SetDisplayVsyncEnabled(bool enabled) override;
H A Dhdi_display.h105 virtual int32_t SetDisplayVsyncEnabled(bool enabled) in SetDisplayVsyncEnabled() function
H A Ddisplay_composer_vdi_impl.h49 virtual int32_t SetDisplayVsyncEnabled(uint32_t devId, bool enabled) override;
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Ddrm_display.h50 virtual int32_t SetDisplayVsyncEnabled(bool enabled) override;
H A Ddrm_display.cpp242 int32_t DrmDisplay::SetDisplayVsyncEnabled(bool enabled) in SetDisplayVsyncEnabled() function in OHOS::HDI::DISPLAY::DrmDisplay
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_session.cpp212 static int32_t SetDisplayVsyncEnabled(uint32_t devId, bool enabled) in SetDisplayVsyncEnabled() function
215 …return HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::SetDisplayVsyncEnabled, e… in SetDisplayVsyncEnabled()
H A Ddisplay_composer_vdi_impl.cpp150 int32_t DisplayComposerVdiImpl::SetDisplayVsyncEnabled(uint32_t devId, bool enabled) in SetDisplayVsyncEnabled() function in OHOS::HDI::DISPLAY::DisplayComposerVdiImpl
152 …HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::SetDisplayVsyncEnabled, enabled); in SetDisplayVsyncEnabled()
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_device.h401 int32_t (*SetDisplayVsyncEnabled)(uint32_t devId, bool enabled); member
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_service.cpp129 int32_t DisplayDeviceService::SetDisplayVsyncEnabled(uint32_t devId, bool enabled) in SetDisplayVsyncEnabled() function in OHOS::Display::Device::Server::DisplayDeviceService
131 return displayDevice_->SetDisplayVsyncEnabled(devId, enabled); in SetDisplayVsyncEnabled()
/ohos5.0/drivers/peripheral/display/composer/hdi_service/include/
H A Didisplay_composer_vdi.h55 virtual int32_t SetDisplayVsyncEnabled(uint32_t devId, bool enabled) = 0;
H A Ddisplay_composer_service.h53 int32_t SetDisplayVsyncEnabled(uint32_t devId, bool enabled) override;
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/
H A Ddisplay_composer_vdi_impl.cpp160 int32_t DisplayComposerVdiImpl::SetDisplayVsyncEnabled(uint32_t devId, bool enabled) in SetDisplayVsyncEnabled() function in OHOS::HDI::DISPLAY::DisplayComposerVdiImpl
163 …int32_t ec = composerModel_->CallDisplayFunction(devId, &HdiDisplay::SetDisplayVsyncEnabled, enabl… in SetDisplayVsyncEnabled()
H A Ddisplay_composer_vdi_impl.h49 virtual int32_t SetDisplayVsyncEnabled(uint32_t devId, bool enabled) override;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/cpp_target/display/composer/v1_0/
H A Ddisplay_composer_service.h.txt55 int32_t SetDisplayVsyncEnabled(uint32_t devId, bool enabled) override;
H A Ddisplay_composer_service.cpp.txt91 int32_t DisplayComposerService::SetDisplayVsyncEnabled(uint32_t devId, bool enabled)
/ohos5.0/drivers/peripheral/display/composer/test/moduletest/
H A Dhdi_device_test.cpp550 ret = display->SetDisplayVsyncEnabled(true); in TEST_F()
565 ret = display->SetDisplayVsyncEnabled(false); in TEST_F()
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/server/
H A Ddisplay_device_stub.h57 int32_t SetDisplayVsyncEnabled(MessageParcel *data, MessageParcel *reply);
/ohos5.0/drivers/interface/display/composer/v1_0/hdi_impl/
H A Ddisplay_composer_hdi_impl.h217 virtual int32_t SetDisplayVsyncEnabled(uint32_t devId, bool enabled) override in SetDisplayVsyncEnabled() function
228 int32_t ret = ToDispErrCode(hdi_->SetDisplayVsyncEnabled(devId, enabled)); in SetDisplayVsyncEnabled()

123