Home
last modified time | relevance | path

Searched refs:wlBuffer (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DKernelWakelockReader.java109 private KernelWakelockStats parseProcWakelocks(byte[] wlBuffer, int len, boolean wakeup_sources, in parseProcWakelocks() argument
120 for (i = 0; i < len && wlBuffer[i] != '\n' && wlBuffer[i] != '\0'; i++); in parseProcWakelocks()
127 endIndex < len && wlBuffer[endIndex] != '\n' && wlBuffer[endIndex] != '\0'; in parseProcWakelocks()
142 if ((wlBuffer[j] & 0x80) != 0) wlBuffer[j] = (byte) '?'; in parseProcWakelocks()
144 boolean parsed = Process.parseProcLine(wlBuffer, startIndex, endIndex, in parseProcWakelocks()
180 new String(wlBuffer, startIndex, endIndex - startIndex)); in parseProcWakelocks()