Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmproperty.h57 std::tuple<int, uint64_t> rangeMin() const;
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmproperty.cpp138 std::tuple<int, uint64_t> DrmProperty::rangeMin() const { in rangeMin() function in android::DrmProperty
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp1752 std::tie(std::ignore, min_zpos) = plane->zpos_property().rangeMin(); in setupCommitFromDisplayConfig()
1762 std::tie(std::ignore, min_alpha) = plane->alpha_property().rangeMin(); in setupCommitFromDisplayConfig()