Home
last modified time | relevance | path

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

/frameworks/av/media/module/bufferpool/2.0/
DAccessorImpl.h91 nsecs_t mScheduleEvictTs; variable
DAccessorImpl.cpp174 : mAllocator(allocator), mScheduleEvictTs(0) {} in Impl()
998 if (now > (mScheduleEvictTs + kEvictGranularityNs)) { in scheduleEvictIfNeeded()
999 mScheduleEvictTs = now; in scheduleEvictIfNeeded()