Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_processor.cpp236 bool forceClientForDRM = false; in GetForceClientForDRM() local
246forceClientForDRM = displayParams->IsRotationChanged() || uniParam->GetCacheEnabledForRotation(); in GetForceClientForDRM()
248 return forceClientForDRM; in GetForceClientForDRM()
270 bool forceClientForDRM = GetForceClientForDRM(params); in GetLayerInfo() local
272 __func__, params.GetName().c_str(), forceClientForDRM); in GetLayerInfo()
274 __func__, params.GetName().c_str(), forceClientForDRM); in GetLayerInfo()
275 bool forceClient = RSSystemProperties::IsForceClient() || forceClientForDRM; in GetLayerInfo()