Home
last modified time | relevance | path

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

/hardware/interfaces/media/bufferpool/aidl/default/
DAccessor.h202 nsecs_t mScheduleEvictTs; member
DAccessor.cpp186 : mAllocator(allocator), mScheduleEvictTs(0) {} in Accessor()
519 if (now > (mScheduleEvictTs + kEvictGranularityNs)) { in scheduleEvictIfNeeded()
520 mScheduleEvictTs = now; in scheduleEvictIfNeeded()