Home
last modified time | relevance | path

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

/aosp12/build/soong/zip/
H A Drate_limit.go22 type RateLimit struct { struct
23 requests chan request
24 completions chan int64
26 stop chan struct{}
143 *RateLimit anonMember
/aosp12/frameworks/base/services/core/java/com/android/server/utils/quota/
H A DMultiRateLimiter.java181 public static class RateLimit { class in MultiRateLimiter
189 private RateLimit(int limit, Duration windowSize) { in RateLimit() method in MultiRateLimiter.RateLimit