Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmproperty.cpp122 bool DrmProperty::isImmutable() const { in isImmutable() function in android::DrmProperty
167 if (isImmutable()) { in validateChange()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmproperty.h52 bool isImmutable() const;
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp772 if (!plane->zpos_property().isImmutable()) { in initDrmDevice()
1748 if (plane->zpos_property().id() && !plane->zpos_property().isImmutable()) { in setupCommitFromDisplayConfig()