Home
last modified time | relevance | path

Searched refs:layerColor (Results 1 - 12 of 12) sorted by relevance

/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_utils.h153 static int32_t LayerColorPack(const LayerColor& layerColor, CommandDataPacker& packer) in LayerColorPack() argument
155 DISPLAY_CHK_RETURN(packer.WriteUint8(layerColor.r) == false, HDF_FAILURE, in LayerColorPack()
156 HDF_LOGE("%{public}s, write layerColor.r error", __func__)); in LayerColorPack()
157 DISPLAY_CHK_RETURN(packer.WriteUint8(layerColor.g) == false, HDF_FAILURE, in LayerColorPack()
158 HDF_LOGE("%{public}s, write layerColor.g error", __func__)); in LayerColorPack()
159 DISPLAY_CHK_RETURN(packer.WriteUint8(layerColor.b) == false, HDF_FAILURE, in LayerColorPack()
160 HDF_LOGE("%{public}s, write layerColor.b error", __func__)); in LayerColorPack()
161 DISPLAY_CHK_RETURN(packer.WriteUint8(layerColor.a) == false, HDF_FAILURE, in LayerColorPack()
162 HDF_LOGE("%{public}s, write layerColor.a error", __func__)); in LayerColorPack()
357 static int32_t LayerColorUnpack(CommandDataUnpacker& unpacker, LayerColor& layerColor) in LayerColorUnpack() argument
[all...]
H A Ddisplay_cmd_responser.h988 LayerColor layerColor = {0}; in OnSetLayerColor() local
993 ret = CmdUtils::LayerColorUnpack(unpacker, layerColor); in OnSetLayerColor()
998 ret = impl_->SetLayerColor(devId, layerId, layerColor); in OnSetLayerColor()
H A Ddisplay_cmd_requester.h679 int32_t SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) in SetLayerColor() argument
693 ret = CmdUtils::LayerColorPack(layerColor, requestPacker_); in SetLayerColor()
/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() argument
324 DISPLAY_LOGE("%s layerColor: r=%{public}d, g=%{public}d, b=%{public}d, a=%{public}d", in SetLayerColor()
325 __func__, layerColor.r, layerColor.g, layerColor.b, layerColor.a); in SetLayerColor()
/drivers/peripheral/display/hal/default_standard/src/display_device/
H A Ddisplay_composer_vdi_impl.cpp348 int32_t DisplayComposerVdiImpl::SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) in SetLayerColor() argument
351 DISPLAY_LOGE("%s layerColor: r=%{public}d, g=%{public}d, b=%{public}d, a=%{public}d", in SetLayerColor()
352 __func__, layerColor.r, layerColor.g, layerColor.b, layerColor.a); in SetLayerColor()
H A Ddisplay_composer_vdi_impl.h74 virtual int32_t SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) override;
/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/composer/test/fuzztest/layer_fuzzer/
H A Dlayer_fuzzer.cpp342 LayerColor layerColor = { in TestSetLayerColor() local
348 int32_t ret = g_composerInterface->SetLayerColor(devId, layerId, layerColor); in TestSetLayerColor()
/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.h930 * @param layerColor Indicates the current color.
937 virtual int32_t SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) = 0;
/drivers/peripheral/display/composer/test/unittest/
H A Dhdi_composer_ut.cpp815 LayerColor layerColor = { in HWTEST_F() local
822 auto ret = g_composerDevice->SetLayerColor(g_displayIds[0], layer->GetId(), layerColor); in HWTEST_F()

Completed in 12 milliseconds