Home
last modified time | relevance | path

Searched defs:wlStats (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DKernelWakelockReaderTest.java84 byte[] buffer, WakeLockInfo[] wlStats) { in readKernelWakelockStats()
205 WakeLockInfo[] wlStats = new WakeLockInfo[1]; in testOneWakeLockInfo() local
222 WakeLockInfo[] wlStats = new WakeLockInfo[2]; in testTwoWakeLockInfos() local
245 WakeLockInfo[] wlStats = new WakeLockInfo[1]; in testWakeLockInfosBecomeStale() local
278 WakeLockInfo[] wlStats = new WakeLockInfo[0]; in testAggregateStatsEmpty() local
292 WakeLockInfo[] wlStats = new WakeLockInfo[0]; in testAggregateStatsNoNativeWakelocks() local
310 WakeLockInfo[] wlStats = new WakeLockInfo[1]; in testAggregateStatsNoKernelWakelocks() local
331 WakeLockInfo[] wlStats = new WakeLockInfo[1]; in testAggregateStatsBothKernelAndNativeWakelocks() local
357 WakeLockInfo[] wlStats = new WakeLockInfo[2]; in testAggregateStatsUpdate() local
/aosp12/system/hardware/interfaces/suspend/1.0/default/
H A DSystemSuspendBenchmark.cpp46 std::vector<WakeLockInfo> wlStats; in BM_getWakeLockStats() local
H A DSystemSuspendUnitTest.cpp206 std::vector<WakeLockInfo> wlStats; in getActiveWakeLockCount() local
748 bool findWakeLockInfoByName(const std::vector<WakeLockInfo>& wlStats, const std::string& name, in findWakeLockInfoByName()
903 std::vector<WakeLockInfo> wlStats; in getWakelockStats() local
971 std::vector<WakeLockInfo> wlStats = getWakelockStats(); in TEST_F() local
991 std::vector<WakeLockInfo> wlStats = getWakelockStats(); in TEST_F() local
1019 std::vector<WakeLockInfo> wlStats = getWakelockStats(); in TEST_F() local
1069 std::vector<WakeLockInfo> wlStats = getWakelockStats(); in TEST_F() local
1109 std::vector<WakeLockInfo> wlStats = getWakelockStats(); in TEST_F() local
1159 std::vector<WakeLockInfo> wlStats = getWakelockStats(); in TEST_F() local
H A DSuspendControlService.cpp255 std::stringstream wlStats; in dump() local
H A DWakeLockEntryList.cpp62 std::vector<WakeLockInfo> wlStats; in operator <<() local
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DKernelWakelockReader.java183 WakeLockInfo[] wlStats = null; in getWakelockStatsFromSystemSuspend() local
208 public KernelWakelockStats updateWakelockStats(WakeLockInfo[] wlStats, in updateWakelockStats()
/aosp12/hardware/libhardware_legacy/
H A Dpower_test.cpp105 std::vector<WakeLockInfo> wlStats; in findWakeLockInfoByName() local