Searched refs:mScheduleEvictTs (Results 1 – 2 of 2) sorted by relevance
91 nsecs_t mScheduleEvictTs; variable
174 : mAllocator(allocator), mScheduleEvictTs(0) {} in Impl()998 if (now > (mScheduleEvictTs + kEvictGranularityNs)) { in scheduleEvictIfNeeded()999 mScheduleEvictTs = now; in scheduleEvictIfNeeded()