Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspend.cpp162 mLruWakeLockId.erase(lastUpdated); in acquireWakeLock()
163 mLruWakeLockId[timeNow] = wlId; in acquireWakeLock()
171 auto lruWakeLockId = mLruWakeLockId.begin()->second; in acquireWakeLock()
172 mLruWakeLockId.erase(mLruWakeLockId.begin()); in acquireWakeLock()
229 mLruWakeLockId.erase(lastUpdated); in deleteWakeLockStatsEntry()
230 mLruWakeLockId[timeNow] = id; in deleteWakeLockStatsEntry()
DSystemSuspend.h101 std::map<TimestampType, WakeLockIdType> mLruWakeLockId; variable