Home
last modified time | relevance | path

Searched refs:ClearClientBuffer (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/drivers/interface/display/composer/v1_2/hdi_impl/
H A Ddisplay_composer_hdi_impl.h117 virtual int32_t ClearClientBuffer(uint32_t devId) override in ClearClientBuffer() function
120 return ToDispErrCode(hdi_v1_2_->ClearClientBuffer(devId)); in ClearClientBuffer()
/ohos5.0/drivers/interface/display/composer/v1_2/include/
H A Didisplay_composer_interface.h65 virtual int32_t ClearClientBuffer(uint32_t devId) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dmock_hdi_device_systest.h98 MOCK_METHOD1(ClearClientBuffer, int32_t(uint32_t));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dmock_hdi_device.h97 MOCK_METHOD1(ClearClientBuffer, int32_t(uint32_t));
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/
H A Dmock_hdi_device.h96 MOCK_METHOD1(ClearClientBuffer, int32_t(uint32_t));
/ohos5.0/drivers/interface/display/composer/v1_2/
H A DIDisplayComposer.idl47 ClearClientBuffer([in] unsigned int devId);
/ohos5.0/drivers/peripheral/display/composer/hdi_service/include/
H A Ddisplay_composer_service.h81 int32_t ClearClientBuffer(uint32_t devId) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_device.h106 virtual int32_t ClearClientBuffer(uint32_t screenId) = 0;
H A Dhdi_device_impl.h104 int32_t ClearClientBuffer(uint32_t screenId) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_device_impl.cpp694 int32_t HdiDeviceImpl::ClearClientBuffer(uint32_t screenId) in ClearClientBuffer() function in OHOS::Rosen::HdiDeviceImpl
697 return g_composer->ClearClientBuffer(screenId); in ClearClientBuffer()
H A Dhdi_output.cpp816 int32_t ret = device_->ClearClientBuffer(screenId_); in ClearBufferCache()
/ohos5.0/drivers/peripheral/display/composer/hdi_service/src/
H A Ddisplay_composer_service.cpp751 int32_t DisplayComposerService::ClearClientBuffer(uint32_t devId) in ClearClientBuffer() function in OHOS::HDI::Display::Composer::DisplayComposerService