Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/aidl/android/system/suspend/internal/
DISuspendControlServiceInternal.aidl54 SuspendInfo getSuspendStats(); in getSuspendStats() method
/system/hardware/interfaces/suspend/1.0/default/
DSuspendControlService.h77 binder::Status getSuspendStats(SuspendInfo* _aidl_return) override;
DSuspendControlService.cpp164 binder::Status SuspendControlServiceInternal::getSuspendStats(SuspendInfo* _aidl_return) { in getSuspendStats() function in android::system::suspend::V1_0::SuspendControlServiceInternal
271 Result<SuspendStats> res = suspendService->getSuspendStats(); in dump()
DSystemSuspend.h114 Result<SuspendStats> getSuspendStats();
DSystemSuspend.cpp376 Result<SuspendStats> SystemSuspend::getSuspendStats() { in getSuspendStats() function in android::system::suspend::V1_0::SystemSuspend
DSystemSuspendUnitTest.cpp911 Result<SuspendStats> getSuspendStats() { in getSuspendStats() function in android::SystemSuspendSameThreadTest
912 return reinterpret_cast<SystemSuspend*>(suspendService.get())->getSuspendStats(); in getSuspendStats()
1174 Result<SuspendStats> res = getSuspendStats(); in TEST_F()