Searched refs:TimestampType (Results 1 – 5 of 5) sorted by relevance
/system/hardware/interfaces/suspend/1.0/default/ |
D | WakeLockEntryList.h | 36 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;
|
D | WakeLockEntryList.cpp | 111 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()
|
D | SystemSuspend.h | 94 void updateWakeLockStatOnRelease(const std::string& name, int pid, TimestampType timeNow);
|
D | SystemSuspend.cpp | 222 TimestampType timeNow) { in updateWakeLockStatOnRelease()
|
D | SystemSuspendUnitTest.cpp | 64 using android::system::suspend::V1_0::TimestampType;
|