Home
last modified time | relevance | path

Searched refs:wakeupCount (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/power/interfaces/hdi_service/src/
H A Dpower_interface_impl.cpp185 const std::string wakeupCount = ReadWakeCount(); in AutoSuspendLoop() local
186 if (wakeupCount.empty()) { in AutoSuspendLoop()
192 if (!WriteWakeCount(wakeupCount)) { in AutoSuspendLoop()
407 std::string wakeupCount; in ReadWakeCount() local
408 LoadStringFd(wakeupCountFd, wakeupCount); in ReadWakeCount()
410 return wakeupCount; in ReadWakeCount()

Completed in 1 milliseconds