Searched refs:kCleanUpDurationUs (Results 1 – 4 of 4) sorted by relevance
35 static constexpr int64_t kCleanUpDurationUs = 1000000; // TODO: 1 sec tune variable380 if (clearCache || mCache.mLastCleanUpUs + kCleanUpDurationUs < now) { in cleanUp()
36 static constexpr int64_t kCleanUpDurationUs = 500000; // TODO tune 0.5 sec variable519 if (clearCache || mTimestampUs > mLastCleanUpUs + kCleanUpDurationUs) { in cleanUp()
37 static constexpr int64_t kCleanUpDurationUs = 1000000; // TODO: 1 sec tune variable436 if (clearCache || mCache.mLastCleanUpUs + kCleanUpDurationUs < now) { in cleanUp()
39 static constexpr int64_t kCleanUpDurationUs = 500000; // TODO tune 0.5 sec variable745 if (clearCache || mTimestampUs > mLastCleanUpUs + kCleanUpDurationUs || in cleanUp()