Searched refs:suspendStr (Results 1 – 1 of 1) sorted by relevance
41 static const char suspendStr[] = "PM: suspend entry "; variable315 if (((b = android::strnstr(cp, len, suspendStr))) && in sniffTime()316 (((b += strlen(suspendStr)) - cp) < len)) { in sniffTime()333 (((b += strlen(suspendStr)) - cp) < len)) { in sniffTime()437 const char* cp = android::strnstr(buf, len, suspendStr); in synchronize()