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