Home
last modified time | relevance | path

Searched refs:SetLayerZorder (Results 1 - 25 of 31) sorted by relevance

12

/drivers/peripheral/display/hal/default_standard/src/display_layer_video/
H A Ddisplay_layer_video.cpp82 static int32_t SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) in SetLayerZorder() function
85 g_layerService->SetLayerZorder(devId, layerId, zorder); in SetLayerZorder()
117 lFunc->SetLayerZorder = SetLayerZorder; in LayerInitialize()
/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_display.cpp65 int32_t HdiDisplay::SetLayerZorder(uint32_t layerId, uint32_t zorder) in SetLayerZorder() function in OHOS::HDI::DISPLAY::HdiDisplay
84 layer->SetLayerZorder(zorder); in SetLayerZorder()
181 mClientLayer->SetLayerZorder(topZpos); in PrepareDisplayLayers()
H A Ddisplay_composer_vdi_impl.cpp258 int32_t DisplayComposerVdiImpl::SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) in SetLayerZorder() function in OHOS::HDI::DISPLAY::DisplayComposerVdiImpl
260 int32_t ec = HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::SetLayerZorder, layerId, zorder); in SetLayerZorder()
H A Dhdi_session.cpp283 static int32_t SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) in SetLayerZorder() function
286 return HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::SetLayerZorder, layerId, zorder); in SetLayerZorder()
H A Dhdi_layer.cpp118 void HdiLayer::SetLayerZorder(uint32_t zorder) in SetLayerZorder() function in OHOS::HDI::DISPLAY::HdiLayer
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_display.cpp65 int32_t HdiDisplay::SetLayerZorder(uint32_t layerId, uint32_t zorder) in SetLayerZorder() function in OHOS::HDI::DISPLAY::HdiDisplay
84 layer->SetLayerZorder(zorder); in SetLayerZorder()
86 DISPLAY_LOGD("SetLayerZorder size:%{public}zu", mLayers.size()); in SetLayerZorder()
H A Dhdi_session.cpp259 static int32_t SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) in SetLayerZorder() function
262 return HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::SetLayerZorder, layerId, zorder); in SetLayerZorder()
377 lFuncs->SetLayerZorder = SetLayerZorder; in LayerInitialize()
H A Dhdi_display.h91 virtual int32_t SetLayerZorder(uint32_t layerId, uint32_t zorder);
H A Dhdi_layer.h164 virtual void SetLayerZorder(uint32_t zorder);
H A Dhdi_layer.cpp107 void HdiLayer::SetLayerZorder(uint32_t zorder) in SetLayerZorder() function in OHOS::HDI::DISPLAY::HdiLayer
/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_display.h96 virtual int32_t SetLayerZorder(uint32_t layerId, uint32_t zorder);
H A Dhdi_layer.h144 virtual void SetLayerZorder(uint32_t zorder);
H A Ddisplay_composer_vdi_impl.h64 virtual int32_t SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) override;
/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H A Dhdi_video_composition.cpp116 layerFuncs_->SetLayerZorder(0, voLayerId, hdiLayer->GetZorder()); in Apply()
/drivers/peripheral/display/composer/hdi_service/include/
H A Didisplay_composer_vdi.h71 virtual int32_t SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) = 0;
/drivers/peripheral/display/hal/default_standard/src/display_device/
H A Ddisplay_composer_vdi_impl.h64 virtual int32_t SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) override;
H A Ddisplay_composer_vdi_impl.cpp277 int32_t DisplayComposerVdiImpl::SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) in SetLayerZorder() function in OHOS::HDI::DISPLAY::DisplayComposerVdiImpl
280 int32_t ec = composerModel_->CallDisplayFunction(devId, &HdiDisplay::SetLayerZorder, layerId, zorder); in SetLayerZorder()
/drivers/peripheral/display/hdi_service/device/include/server/
H A Ddisplay_device_stub.h76 int32_t SetLayerZorder(MessageParcel *data, MessageParcel *reply);
/drivers/peripheral/display/interfaces/include/
H A Ddisplay_layer.h234 int32_t (*SetLayerZorder)(uint32_t devId, uint32_t layerId, uint32_t zorder); member
248 * @see SetLayerZorder
/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_service.cpp228 int32_t DisplayDeviceService::SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) in SetLayerZorder() function in OHOS::Display::Device::Server::DisplayDeviceService
230 return displayLayer_->SetLayerZorder(devId, layerId, zorder); in SetLayerZorder()
/drivers/interface/display/composer/v1_0/hdi_impl/
H A Ddisplay_composer_hdi_impl.h381 virtual int32_t SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) override
384 return ToDispErrCode(req_->SetLayerZorder(devId, layerId, zorder));
/drivers/interface/display/composer/v1_0/include/
H A Didisplay_composer_interface.h647 virtual int32_t SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) = 0;
/drivers/peripheral/display/composer/test/common/
H A Dhdi_test_layer.cpp203 ret = HdiTestDevice::GetInstance().GetDeviceInterface()->SetLayerZorder(displayID_, id_, zorder_); in PreparePresent()
/drivers/peripheral/display/hdi_service/device/include/interfaces/
H A Didisplay_device.h80 virtual int32_t SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) = 0;
/drivers/peripheral/display/hdi_service/device/include/proxy/
H A Ddisplay_device_proxy.h74 int32_t SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) override;

Completed in 15 milliseconds

12