Home
last modified time | relevance | path

Searched defs:getSuspendStats (Results 1 – 4 of 4) 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.cpp164 binder::Status SuspendControlServiceInternal::getSuspendStats(SuspendInfo* _aidl_return) { in getSuspendStats() function in android::system::suspend::V1_0::SuspendControlServiceInternal
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