Home
last modified time | relevance | path

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

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