Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/
H A DHardwareBitmapUploader.cpp96 nsecs_t durationSince = systemTime() - mLastUpload; in shouldTimeOutLocked() local
97 return durationSince > 2000_ms; in shouldTimeOutLocked()