Searched refs:WakeLockEntryList (Results 1 – 5 of 5) sorted by relevance
/system/hardware/interfaces/suspend/1.0/default/ |
D | WakeLockEntryList.cpp | 61 std::ostream& operator<<(std::ostream& out, const WakeLockEntryList& list) { in operator <<() 122 WakeLockEntryList::WakeLockEntryList(size_t capacity, unique_fd kernelWakelockStatsFd) in WakeLockEntryList() function in android::system::suspend::V1_0::WakeLockEntryList 128 void WakeLockEntryList::evictIfFull() { in evictIfFull() 143 void WakeLockEntryList::insertEntry(WakeLockInfo entry) { in insertEntry() 152 void WakeLockEntryList::deleteEntry(std::list<WakeLockInfo>::iterator entry) { in deleteEntry() 161 WakeLockInfo WakeLockEntryList::createNativeEntry(const std::string& name, int pid, in createNativeEntry() 201 WakeLockInfo WakeLockEntryList::createKernelEntry(const std::string& kwlId) const { in createKernelEntry() 285 void WakeLockEntryList::getKernelWakelockStats(std::vector<WakeLockInfo>* aidl_return) const { in getKernelWakelockStats() 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() [all …]
|
D | WakeLockEntryList.h | 44 class WakeLockEntryList { 46 WakeLockEntryList(size_t capacity, unique_fd kernelWakelockStatsFd); 53 friend std::ostream& operator<<(std::ostream& out, const WakeLockEntryList& list);
|
D | SystemSuspend.h | 93 const WakeLockEntryList& getStatsList() const; 117 WakeLockEntryList mStatsList;
|
D | Android.bp | 58 "WakeLockEntryList.cpp", 79 "WakeLockEntryList.cpp",
|
D | SystemSuspend.cpp | 226 const WakeLockEntryList& SystemSuspend::getStatsList() const { in getStatsList()
|