Searched defs:SystemClockImpl (Results 1 – 2 of 2) sorted by relevance
22 public class SystemClockImpl implements SystemClock { class24 public SystemClockImpl() {} in SystemClockImpl() method in SystemClockImpl
30 class SystemClockImpl { class32 SystemClockImpl(const std::string &rtc_dev) : rtc_dev{rtc_dev} {} in SystemClockImpl() function in android::SystemClockImpl