Home
last modified time | relevance | path

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

/drivers/peripheral/power/interfaces/hdi_service/src/
H A Dpower_interface_impl.cpp60 static constexpr const char * const WAKEUP_COUNT_PATH = "/sys/power/wakeup_count"; member
405 wakeupCountFd = UniqueFd(TEMP_FAILURE_RETRY(open(WAKEUP_COUNT_PATH, O_RDWR | O_CLOEXEC))); in ReadWakeCount()
416 wakeupCountFd = UniqueFd(TEMP_FAILURE_RETRY(open(WAKEUP_COUNT_PATH, O_RDWR | O_CLOEXEC))); in WriteWakeCount()

Completed in 2 milliseconds