Home
last modified time | relevance | path

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

/frameworks/av/media/module/bufferpool/2.0/
DAccessorImpl.cpp47 static constexpr nsecs_t kEvictGranularityNs = 1000000000; // 1 sec variable
959 ::usleep(kEvictGranularityNs / 1000); in evictorThread()
998 if (now > (mScheduleEvictTs + kEvictGranularityNs)) { in scheduleEvictIfNeeded()