Searched refs:wlBuffer (Results 1 – 1 of 1) sorted by relevance
127 public KernelWakelockStats parseProcWakelocks(byte[] wlBuffer, int len, boolean wakeup_sources, in parseProcWakelocks() argument137 for (i = 0; i < len && wlBuffer[i] != '\n' && wlBuffer[i] != '\0'; i++); in parseProcWakelocks()144 endIndex < len && wlBuffer[endIndex] != '\n' && wlBuffer[endIndex] != '\0'; in parseProcWakelocks()158 if ((wlBuffer[j] & 0x80) != 0) wlBuffer[j] = (byte) '?'; in parseProcWakelocks()160 boolean parsed = Process.parseProcLine(wlBuffer, startIndex, endIndex, in parseProcWakelocks()194 new String(wlBuffer, startIndex, endIndex - startIndex)); in parseProcWakelocks()