Searched refs:SystemClockImpl (Results 1 – 5 of 5) sorted by relevance
30 class SystemClockImpl { class32 SystemClockImpl(const std::string &rtc_dev) : rtc_dev{rtc_dev} {} in SystemClockImpl() function in android::SystemClockImpl40 int SystemClockImpl::setTime(struct timeval *tv) { in setTime()89 std::unique_ptr<SystemClockImpl> system_clock{new SystemClockImpl(dev_rtc)}; in com_android_server_SystemClockTime_init()95 SystemClockImpl *impl = reinterpret_cast<SystemClockImpl *>(nativeData); in com_android_server_SystemClockTime_setTime()
22 public class SystemClockImpl implements SystemClock { class24 public SystemClockImpl() {} in SystemClockImpl() method in SystemClockImpl
35 import com.android.systemui.util.time.SystemClockImpl72 Optional.of(FoldStateLoggingProviderImpl(foldStateProvider.get(), SystemClockImpl()))
20 import com.android.systemui.util.time.SystemClockImpl205 fun <T> Flow<T>.throttle(periodMs: Long): Flow<T> = this.throttle(periodMs, SystemClockImpl())
132 import com.android.systemui.util.time.SystemClockImpl;310 abstract SystemClock bindSystemClock(SystemClockImpl systemClock); in bindSystemClock()