Searched refs:rtc_dev (Results 1 – 1 of 1) sorted by relevance
79 AlarmImpl(const TimerFds &fds, int epollfd, const std::string &rtc_dev) in AlarmImpl() argument80 : fds{fds}, epollfd{epollfd}, rtc_dev{rtc_dev} {} in AlarmImpl()91 std::string rtc_dev; member in android::AlarmImpl141 android::base::unique_fd fd{open(rtc_dev.c_str(), O_RDWR)}; in setTime()143 ALOGE("Unable to open %s: %s", rtc_dev.c_str(), strerror(errno)); in setTime()