Searched refs:powerCpuMaUs (Results 1 – 1 of 1) sorted by relevance
3251 final long powerCpuMaUs = u.getCpuPowerMaUs(which); in dumpCheckinLocked() local3252 if (userCpuTimeUs > 0 || systemCpuTimeUs > 0 || powerCpuMaUs > 0) { in dumpCheckinLocked()3254 powerCpuMaUs / 1000); in dumpCheckinLocked()4418 final long powerCpuMaUs = u.getCpuPowerMaUs(which); in dumpLocked() local4419 if (userCpuTimeUs > 0 || systemCpuTimeUs > 0 || powerCpuMaUs > 0) { in dumpLocked()4427 printmAh(sb, powerCpuMaUs / (1000.0 * 1000.0 * 60.0 * 60.0)); in dumpLocked()