Searched refs:rangeMax (Results 1 – 3 of 3) sorted by relevance
58 std::tuple<int, uint64_t> rangeMax() const;
147 std::tuple<int, uint64_t> DrmProperty::rangeMax() const { in rangeMax() function in android::DrmProperty
1763 std::tie(std::ignore, max_alpha) = plane->alpha_property().rangeMax(); in setupCommitFromDisplayConfig()