Searched refs:NRPMS (Results 1 – 1 of 1) sorted by relevance
13834 int NRPMS = in.readInt(); in readSummaryFromParcel() local13835 if (NRPMS > 10000) { in readSummaryFromParcel()13836 throw new ParcelFormatException("File corrupt: too many rpm stats " + NRPMS); in readSummaryFromParcel()13838 for (int irpm = 0; irpm < NRPMS; irpm++) { in readSummaryFromParcel()14814 int NRPMS = in.readInt(); in readFromParcelLocked() local14815 for (int irpm = 0; irpm < NRPMS; irpm++) { in readFromParcelLocked()