Searched refs:rtc_dev (Results 1 – 1 of 1) sorted by relevance
32 SystemClockImpl(const std::string &rtc_dev) : rtc_dev{rtc_dev} {} in SystemClockImpl() argument37 std::string rtc_dev; member in android::SystemClockImpl46 android::base::unique_fd fd{open(rtc_dev.c_str(), O_RDWR)}; in setTime()48 ALOGE("Unable to open %s: %s", rtc_dev.c_str(), strerror(errno)); in setTime()