Home
last modified time | relevance | path

Searched refs:SetLayerColor (Results 1 - 11 of 11) sorted by relevance

/drivers/peripheral/display/composer/hdi_service/include/
H A Didisplay_composer_vdi.h80 virtual int32_t SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) = 0;
/drivers/peripheral/display/composer/vdi_base/include/
H A Ddisplay_composer_vdi_impl.h74 virtual int32_t SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) override;
/drivers/peripheral/display/hal/default_standard/src/display_device/
H A Ddisplay_composer_vdi_impl.h74 virtual int32_t SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) override;
H A Ddisplay_composer_vdi_impl.cpp348 int32_t DisplayComposerVdiImpl::SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) in SetLayerColor() function in OHOS::HDI::DISPLAY::DisplayComposerVdiImpl
/drivers/interface/display/composer/v1_0/hdi_impl/
H A Ddisplay_composer_hdi_impl.h478 virtual int32_t SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) override
481 return ToDispErrCode(req_->SetLayerColor(devId, layerId, layerColor));
/drivers/interface/display/composer/v1_0/include/
H A Didisplay_composer_interface.h937 virtual int32_t SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) = 0;
/drivers/peripheral/display/composer/test/fuzztest/layer_fuzzer/
H A Dlayer_fuzzer.cpp348 int32_t ret = g_composerInterface->SetLayerColor(devId, layerId, layerColor); in TestSetLayerColor()
350 HDF_LOGE("%{public}s: function SetLayerColor failed", __func__); in TestSetLayerColor()
/drivers/peripheral/display/composer/vdi_base/src/
H A Ddisplay_composer_vdi_impl.cpp322 int32_t DisplayComposerVdiImpl::SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) in SetLayerColor() function in OHOS::HDI::DISPLAY::DisplayComposerVdiImpl
/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_requester.h679 int32_t SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) in SetLayerColor() function in OHOS::HDI::Display::Composer::V1_0::DisplayCmdRequester
H A Ddisplay_cmd_responser.h997 HdfTrace traceVdi("SetLayerColor", "HDI:DISP:HARDWARE"); in OnSetLayerColor()
998 ret = impl_->SetLayerColor(devId, layerId, layerColor); in OnSetLayerColor()
/drivers/peripheral/display/composer/test/unittest/
H A Dhdi_composer_ut.cpp822 auto ret = g_composerDevice->SetLayerColor(g_displayIds[0], layer->GetId(), layerColor); in HWTEST_F()

Completed in 11 milliseconds