Home
last modified time | relevance | path

Searched refs:getWakeLockStats (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/hardware/interfaces/suspend/aidl/android/system/suspend/internal/
H A DISuspendControlServiceInternal.aidl44 WakeLockInfo[] getWakeLockStats(); in getWakeLockStats() method
/aosp12/system/hardware/interfaces/suspend/1.0/default/
H A DSystemSuspendBenchmark.cpp47 controlServiceInternal->getWakeLockStats(&wlStats); in BM_getWakeLockStats()
H A DSuspendControlService.cpp175 binder::Status SuspendControlServiceInternal::getWakeLockStats( in getWakeLockStats() function in android::system::suspend::V1_0::SuspendControlServiceInternal
184 suspendService->getStatsList().getWakeLockStats(_aidl_return); in getWakeLockStats()
H A DWakeLockEntryList.h54 void getWakeLockStats(std::vector<WakeLockInfo>* aidl_return) const;
H A DSuspendControlService.h78 binder::Status getWakeLockStats(std::vector<WakeLockInfo>* _aidl_return) override;
H A DWakeLockEntryList.cpp63 list.getWakeLockStats(&wlStats); in operator <<()
372 void WakeLockEntryList::getWakeLockStats(std::vector<WakeLockInfo>* aidl_return) const { in getWakeLockStats() function in android::system::suspend::V1_0::WakeLockEntryList
H A DSystemSuspendUnitTest.cpp207 controlServiceInternal->getWakeLockStats(&wlStats); in getActiveWakeLockCount()
904 controlServiceInternal->getWakeLockStats(&wlStats); in getWakelockStats()
/aosp12/hardware/libhardware_legacy/
H A Dpower_test.cpp106 service->getWakeLockStats(&wlStats); in findWakeLockInfoByName()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DKernelWakelockReader.java192 wlStats = mSuspendControlService.getWakeLockStats(); in getWakelockStatsFromSystemSuspend()