Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DWakeLockEntryList.h36 using TimestampType = int64_t; variable
38 TimestampType getTimeNow();
47 void updateOnAcquire(const std::string& name, int pid, TimestampType timeNow);
48 void updateOnRelease(const std::string& name, int pid, TimestampType timeNow);
59 WakeLockInfo createNativeEntry(const std::string& name, int pid, TimestampType timeNow) const;
DWakeLockEntryList.cpp111 TimestampType getTimeNow() { in getTimeNow()
162 TimestampType timeNow) const { in createNativeEntry()
304 void WakeLockEntryList::updateOnAcquire(const std::string& name, int pid, TimestampType timeNow) { in updateOnAcquire()
328 void WakeLockEntryList::updateOnRelease(const std::string& name, int pid, TimestampType timeNow) { in updateOnRelease()
341 TimestampType timeDelta = timeNow - updatedEntry.lastChange; in updateOnRelease()
359 TimestampType timeNow = getTimeNow(); in updateNow()
363 TimestampType timeDelta = timeNow - it->lastChange; in updateNow()
DSystemSuspend.h94 void updateWakeLockStatOnRelease(const std::string& name, int pid, TimestampType timeNow);
DSystemSuspend.cpp222 TimestampType timeNow) { in updateWakeLockStatOnRelease()
DSystemSuspendUnitTest.cpp64 using android::system::suspend::V1_0::TimestampType;