Home
last modified time | relevance | path

Searched refs:expire (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DAlarmManagerServiceTest.java155 synchronized void expire() throws InterruptedException { in expire() method in AlarmManagerServiceTest.TestTimer
156 expire(IS_WAKEUP_MASK); // Default: evaluate eligibility of all alarms in expire()
159 synchronized void expire(int flags) throws InterruptedException { in expire() method in AlarmManagerServiceTest.TestTimer
380 mTestTimer.expire(TIME_CHANGED_MASK); in timeChangeMovesRtcAlarm()
393 mTestTimer.expire(); in testSingleAlarmExpiration()
480 mTestTimer.expire(); in testStandbyBucketDelay_workingSet()
500 mTestTimer.expire(); in testStandbyBucketDelay_frequent()
520 mTestTimer.expire(); in testStandbyBucketDelay_rare()
539 mTestTimer.expire(); in testQuotasDeferralOnSet()
562 mTestTimer.expire(); in testQuotasDeferralOnExpiration()
[all …]
/frameworks/av/media/bufferpool/1.0/
DBufferPoolClient.cpp193 bool expire() const { in expire() function
577 if (!it->second->hasCache() && (it->second->expire() || clearCache)) { in evictCaches()
/frameworks/av/media/bufferpool/2.0/
DBufferPoolClient.cpp208 bool expire() const { in expire() function
674 if (!it->second->hasCache() && (it->second->expire() || clearCache)) { in evictCaches()