Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DWakeLockEntryList.h38 using TimestampType = int64_t; variable
59 WakeLockInfo createNativeEntry(const std::string& name, int pid, TimestampType timeNow) const;
DWakeLockEntryList.cpp116 TimestampType getTimeNow() { in getTimeNow()
167 TimestampType timeNow) const { in createNativeEntry()
326 TimestampType timeNow = getTimeNow(); in updateOnAcquire()
352 TimestampType timeNow = getTimeNow(); in updateOnRelease()
366 TimestampType timeDelta = timeNow - updatedEntry.lastChange; in updateOnRelease()
384 TimestampType timeNow = getTimeNow(); in updateNow()
388 TimestampType timeDelta = timeNow - it->lastChange; in updateNow()
DSystemSuspendUnitTest.cpp76 using android::system::suspend::V1_0::TimestampType;