Home
last modified time | relevance | path

Searched refs:GetLayerId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer.h55 uint32_t GetLayerId() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_output.cpp196 uint32_t layerId = layer->GetLayerId(); in CreateLayerLocked()
318 … HLOGE("Set hdi layer[id:%{public}d] info failed, ret %{public}d.", layer->GetLayerId(), ret); in PreProcessLayersComp()
686 result += " LayerId[" + std::to_string(layer->GetLayerId()) + "]:\n"; in Dump()
H A Dhdi_layer.cpp575 uint32_t HdiLayer::GetLayerId() const in GetLayerId() function in OHOS::Rosen::HdiLayer