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
306 if (((b = android::strnstr(cp, len, suspendStr))) && in sniffTime()
307 (((b += strlen(suspendStr)) - cp) < len)) { in sniffTime()
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendUnitTest.cpp255 std::string suspendStr = in suspendFor() local
259 ASSERT_TRUE(WriteStringToFile(suspendStr, suspendTimeFile.path)); in suspendFor()
1379 std::string suspendStr = in suspendFor() local
1386 ASSERT_TRUE(WriteStringToFile(suspendStr, suspendTimeFile.path)); in suspendFor()