Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmproperty.h58 std::tuple<int, uint64_t> rangeMax() const;
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmproperty.cpp147 std::tuple<int, uint64_t> DrmProperty::rangeMax() const { in rangeMax() function in android::DrmProperty
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp1763 std::tie(std::ignore, max_alpha) = plane->alpha_property().rangeMax(); in setupCommitFromDisplayConfig()