Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DSuspendControlService.cpp261 std::ostringstream wakeupStats; in dump() local
265 wakeupStats << w.toString() << std::endl; in dump()
267 dprintf(fd, "Wakeups:\n%s\n", wakeupStats.str().c_str()); in dump()