Searched refs:NRPMS (Results 1 – 1 of 1) sorted by relevance
13665 int NRPMS = in.readInt(); in readSummaryFromParcel() local13666 if (NRPMS > 10000) { in readSummaryFromParcel()13667 throw new ParcelFormatException("File corrupt: too many rpm stats " + NRPMS); in readSummaryFromParcel()13669 for (int irpm = 0; irpm < NRPMS; irpm++) { in readSummaryFromParcel()14670 int NRPMS = in.readInt(); in readFromParcelLocked() local14671 for (int irpm = 0; irpm < NRPMS; irpm++) { in readFromParcelLocked()