Home
last modified time | relevance | path

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

/system/logging/logd/
DLogKlog.cpp41 static const char suspendStr[] = "PM: suspend entry "; variable
312 if (((b = android::strnstr(cp, len, suspendStr))) && in sniffTime()
313 (((b += strlen(suspendStr)) - cp) < len)) { in sniffTime()
330 (((b += strlen(suspendStr)) - cp) < len)) { in sniffTime()
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendUnitTest.cpp231 std::string suspendStr = in suspendFor() local
235 ASSERT_TRUE(WriteStringToFile(suspendStr, suspendTimeFile.path)); in suspendFor()
1247 std::string suspendStr = in suspendFor() local
1254 ASSERT_TRUE(WriteStringToFile(suspendStr, suspendTimeFile.path)); in suspendFor()