Home
last modified time | relevance | path

Searched refs:statVal (Results 1 – 2 of 2) sorted by relevance

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspend.cpp278 int statVal = std::stoi(valStr); in getSuspendStats() local
280 stats.success = statVal; in getSuspendStats()
282 stats.fail = statVal; in getSuspendStats()
284 stats.failedFreeze = statVal; in getSuspendStats()
286 stats.failedPrepare = statVal; in getSuspendStats()
288 stats.failedSuspend = statVal; in getSuspendStats()
290 stats.failedSuspendLate = statVal; in getSuspendStats()
292 stats.failedSuspendNoirq = statVal; in getSuspendStats()
294 stats.failedResume = statVal; in getSuspendStats()
296 stats.failedResumeEarly = statVal; in getSuspendStats()
[all …]
DWakeLockEntryList.cpp255 int64_t statVal = std::stoll(valStr); in createKernelEntry() local
258 info.activeCount = statVal; in createKernelEntry()
260 info.activeTime = statVal; in createKernelEntry()
262 info.eventCount = statVal; in createKernelEntry()
264 info.expireCount = statVal; in createKernelEntry()
266 info.lastChange = statVal; in createKernelEntry()
268 info.maxTime = statVal; in createKernelEntry()
270 info.preventSuspendTime = statVal; in createKernelEntry()
272 info.totalTime = statVal; in createKernelEntry()
274 info.wakeupCount = statVal; in createKernelEntry()