Home
last modified time | relevance | path

Searched defs:range_max (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
H A Ddrmproperty.cpp138 std::tuple<int, uint64_t> DrmProperty::range_max() const { in range_max() function in android::DrmProperty
/aosp12/bionic/libc/seccomp/
H A Dseccomp_policy.cpp129 static void ValidateSyscallArgInRange(filter& f, __u32 arg_num, __u32 range_min, __u32 range_max) { in ValidateSyscallArgInRange()