Home
last modified time | relevance | path

Searched defs:activeTime (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/
H A DCpuUsageInfo.java38 public CpuUsageInfo(long activeTime, long totalTime) { in CpuUsageInfo()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRunningTasksTest.java78 int activeTime = 0; in testCollectTasksByLastActiveTime() local
/aosp12/hardware/nxp/nfc/pn8x/halimpl/utils/
H A DNfccPowerTracker.cpp241 uint64_t standbyTime = 0, activeTime = 0; in ProcessPowerTrackNtf() local
/aosp12/frameworks/base/core/java/android/net/
H A DNetworkStatsHistory.java84 private long[] activeTime; field in NetworkStatsHistory
99 public long activeTime; field in NetworkStatsHistory.Entry
/aosp12/system/hardware/interfaces/suspend/1.0/default/
H A DSystemSuspendUnitTest.cpp784 int64_t activeTime = 42, int64_t eventCount = 42, in addKernelWakelock()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp4909 float activeTime = ns2ms(stats.totalTime) / 1000.0f; in dumpBufferingStats() local
4920 float activeTime = sortedPair.first; in dumpBufferingStats() local