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.aidl49 WakeupInfo[] getWakeupStats(); in getWakeupStats() method
/system/hardware/interfaces/suspend/1.0/default/
DWakeupList.h39 void getWakeupStats(std::vector<WakeupInfo>* wakeups) const;
DSuspendControlService.cpp189 binder::Status SuspendControlServiceInternal::getWakeupStats( in getWakeupStats() function in android::system::suspend::V1_0::SuspendControlServiceInternal
197 suspendService->getWakeupList().getWakeupStats(_aidl_return); in getWakeupStats()
263 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.cpp1375 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()
DSuspendControlService.h79 binder::Status getWakeupStats(std::vector<WakeupInfo>* _aidl_return) override;