Searched refs:mScheduleEvictTs (Results 1 – 2 of 2) sorted by relevance
202 nsecs_t mScheduleEvictTs; member
186 : mAllocator(allocator), mScheduleEvictTs(0) {} in Accessor()519 if (now > (mScheduleEvictTs + kEvictGranularityNs)) { in scheduleEvictIfNeeded()520 mScheduleEvictTs = now; in scheduleEvictIfNeeded()