Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmplane.h65 const DrmProperty &hw_restrictions_property() const;
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.cpp116 if (plane->hw_restrictions_property().id()) { in updateRestrictions()
118 std::tie(ret, blobId) = plane->hw_restrictions_property().value(); in updateRestrictions()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmplane.cpp302 const DrmProperty &DrmPlane::hw_restrictions_property() const { in hw_restrictions_property() function in android::DrmPlane