Searched refs:getWakeupStats (Results 1 – 6 of 6) sorted by relevance
51 WakeupInfo[] getWakeupStats(); in getWakeupStats() method
39 void getWakeupStats(std::vector<WakeupInfo>* wakeups) const;
191 binder::Status SuspendControlServiceInternal::getWakeupStats( in getWakeupStats() function in android::system::suspend::V1_0::SuspendControlServiceInternal199 suspendService->getWakeupList().getWakeupStats(_aidl_return); in getWakeupStats()265 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
1505 ASSERT_TRUE(suspendControlInternal->getWakeupStats(&wStats).isOk()); in TEST_F()1515 ASSERT_TRUE(suspendControlInternal->getWakeupStats(&wStats).isOk()); in TEST_F()1530 ASSERT_TRUE(suspendControlInternal->getWakeupStats(&wStats).isOk()); in TEST_F()1546 wakeupList.getWakeupStats(&wakeups); in TEST()1557 wakeupList.getWakeupStats(&wakeups); in TEST()1568 wakeupList.getWakeupStats(&wakeups); in TEST()1581 wakeupList.getWakeupStats(&wakeups); in TEST()1597 wakeupList.getWakeupStats(&wakeups); in TEST()1614 wakeupList.getWakeupStats(&wakeups); in TEST()1637 wakeupList.getWakeupStats(&wakeups); in TEST()
78 binder::Status getWakeupStats(std::vector<WakeupInfo>* _aidl_return) override;