Searched refs:powerMaUs (Results 1 – 2 of 2) sorted by relevance
55 void onUidCpuTime(int uid, long userTimeUs, long systemTimeUs, long powerMaUs); in onUidCpuTime() argument80 final long powerMaUs; in readDelta() local82 powerMaUs = Long.parseLong(splitter.next(), 10) / 1000; in readDelta()84 powerMaUs = 0; in readDelta()90 long powerDeltaMaUs = powerMaUs; in readDelta()115 sb.append(" p=").append(powerMaUs / 1000); in readDelta()137 mLastPowerMaUs.put(uid, powerMaUs); in readDelta()
8035 long powerMaUs) { in updateCpuTimeLocked()8049 sb.append(" p=").append(powerMaUs / 1000).append("mAms\n"); in updateCpuTimeLocked()8065 sb.append(" p=").append(powerMaUs / 1000).append("mAms"); in updateCpuTimeLocked()8071 u.mCpuPower.addCountLocked(powerMaUs); in updateCpuTimeLocked()