Home
last modified time | relevance | path

Searched refs:last_checked (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/gatekeeper/
H A Dgatekeeper.cpp316 uint64_t last_checked = record->last_checked_timestamp; in ThrottleRequest() local
321 if (timestamp < last_checked + timeout && timestamp > last_checked) { in ThrottleRequest()
323 response->SetRetryTimeout(timeout - (timestamp - last_checked)); in ThrottleRequest()
325 } else if (timestamp <= last_checked) { in ThrottleRequest()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dfd.h121 unsigned long last_checked; member