Searched refs:getWakeupStats (Results 1 – 6 of 6) sorted by relevance
49 WakeupInfo[] getWakeupStats(); in getWakeupStats() method
39 void getWakeupStats(std::vector<WakeupInfo>* wakeups) const;
189 binder::Status SuspendControlServiceInternal::getWakeupStats( in getWakeupStats() function in android::system::suspend::V1_0::SuspendControlServiceInternal197 suspendService->getWakeupList().getWakeupStats(_aidl_return); in getWakeupStats()263 suspendService->getWakeupList().getWakeupStats(&wakeups); in dump()
29 void WakeupList::getWakeupStats(std::vector<WakeupInfo>* wakeups) const { in getWakeupStats() function in android::system::suspend::V1_0::WakeupList
1375 ASSERT_TRUE(suspendControlInternal->getWakeupStats(&wStats).isOk()); in TEST_F()1385 ASSERT_TRUE(suspendControlInternal->getWakeupStats(&wStats).isOk()); in TEST_F()1400 ASSERT_TRUE(suspendControlInternal->getWakeupStats(&wStats).isOk()); in TEST_F()1416 wakeupList.getWakeupStats(&wakeups); in TEST()1427 wakeupList.getWakeupStats(&wakeups); in TEST()1438 wakeupList.getWakeupStats(&wakeups); in TEST()1451 wakeupList.getWakeupStats(&wakeups); in TEST()1467 wakeupList.getWakeupStats(&wakeups); in TEST()1484 wakeupList.getWakeupStats(&wakeups); in TEST()1507 wakeupList.getWakeupStats(&wakeups); in TEST()
79 binder::Status getWakeupStats(std::vector<WakeupInfo>* _aidl_return) override;