Home
last modified time | relevance | path

Searched refs:getWakeupStats (Results 1 – 6 of 6) sorted by relevance

/system/hardware/interfaces/suspend/aidl/android/system/suspend/internal/
DISuspendControlServiceInternal.aidl51 WakeupInfo[] getWakeupStats(); in getWakeupStats() method
/system/hardware/interfaces/suspend/1.0/default/
DWakeupList.h39 void getWakeupStats(std::vector<WakeupInfo>* wakeups) const;
DSuspendControlService.cpp191 binder::Status SuspendControlServiceInternal::getWakeupStats( in getWakeupStats() function in android::system::suspend::V1_0::SuspendControlServiceInternal
199 suspendService->getWakeupList().getWakeupStats(_aidl_return); in getWakeupStats()
265 suspendService->getWakeupList().getWakeupStats(&wakeups); in dump()
DWakeupList.cpp29 void WakeupList::getWakeupStats(std::vector<WakeupInfo>* wakeups) const { in getWakeupStats() function in android::system::suspend::V1_0::WakeupList
DSystemSuspendUnitTest.cpp1505 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()
DSuspendControlService.h78 binder::Status getWakeupStats(std::vector<WakeupInfo>* _aidl_return) override;