/drivers/peripheral/display/composer/hdi_service/include/ |
H A D | idisplay_composer_vdi.h | 80 virtual int32_t SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) = 0;
|
/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | display_composer_vdi_impl.h | 74 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 D | display_composer_vdi_impl.h | 74 virtual int32_t SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) override;
|
H A D | display_composer_vdi_impl.cpp | 348 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 D | display_composer_hdi_impl.h | 478 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 D | idisplay_composer_interface.h | 937 virtual int32_t SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) = 0;
|
/drivers/peripheral/display/composer/test/fuzztest/layer_fuzzer/ |
H A D | layer_fuzzer.cpp | 348 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 D | display_composer_vdi_impl.cpp | 322 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 D | display_cmd_requester.h | 679 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 D | display_cmd_responser.h | 997 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 D | hdi_composer_ut.cpp | 822 auto ret = g_composerDevice->SetLayerColor(g_displayIds[0], layer->GetId(), layerColor); in HWTEST_F()
|