Home
last modified time | relevance | path

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

/hardware/interfaces/media/bufferpool/aidl/default/
DAccessor.cpp35 static constexpr nsecs_t kEvictGranularityNs = 1000000000; // 1 sec variable
480 ::usleep(kEvictGranularityNs / 1000); in evictorThread()
519 if (now > (mScheduleEvictTs + kEvictGranularityNs)) { in scheduleEvictIfNeeded()