Searched refs:numWakelocks (Results 1 – 1 of 1) sorted by relevance
9520 int numWakelocks = in.readInt(); in readFromParcelLocked() local9522 for (int j = 0; j < numWakelocks; j++) { in readFromParcelLocked()13598 final int numWakelocks = partialTimers == null ? 0 : partialTimers.size();13632 if (numWakelocks > 0) {13660 if (numWakelocks > 0) {13666 for (int i = 0; i < numWakelocks; ++i) {13668 final int userTimeUs = (int) (mTempTotalCpuUserTimeUs / (numWakelocks - i));13713 final int numWakelocks = partialTimers == null ? 0 : partialTimers.size();13750 if (numWakelocks > 0 && mWakeLockAllocationsUs == null) {13763 if (numWakelocks > 0 && mWakeLockAllocationsUs[cluster] == null) {[all …]