Searched refs:expireCount (Results 1 – 3 of 3) sorted by relevance
/system/hardware/interfaces/suspend/1.0/default/internal_aidl/android/system/suspend/ |
D | WakeLockInfo.aidl | 63 long expireCount;
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | SystemSuspendUnitTest.cpp | 433 int64_t expireCount = 42, int64_t lastChange = 42, int64_t maxTime = 42, in addKernelWakelock() argument 457 writeStatToFile(fd, "expire_count", expireCount) && in addKernelWakelock() 616 ASSERT_EQ(nwlInfo.expireCount, 0); in TEST_F() 639 ASSERT_EQ(nwlInfo.expireCount, 0); in TEST_F() 669 ASSERT_EQ(kwlInfo1.expireCount, 42); in TEST_F() 687 ASSERT_EQ(kwlInfo2.expireCount, 42); in TEST_F() 715 ASSERT_EQ(nwlInfo.expireCount, 0); in TEST_F() 734 ASSERT_EQ(kwlInfo.expireCount, 42); in TEST_F() 758 ASSERT_EQ(nwlInfo.expireCount, 0); in TEST_F() 777 ASSERT_EQ(kwlInfo.expireCount, 42); in TEST_F()
|
D | WakeLockEntryList.cpp | 51 << ((kernelWakelock) ? std::to_string(entry.expireCount) : notApplicable) << sep in operator <<() 178 info.expireCount = 0; in createNativeEntry() 215 info.expireCount = 0; in createKernelEntry() 264 info.expireCount = statVal; in createKernelEntry()
|