Searched refs:SystemClockImpl (Results 1 – 6 of 6) 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
44 import com.android.systemui.util.time.SystemClockImpl in <lambda>()96 Optional.of(FoldStateLoggingProviderImpl(foldStateProvider.get(), SystemClockImpl())) in <lambda>()
20 import com.android.systemui.util.time.SystemClockImpl in <lambda>()216 fun <T> Flow<T>.throttle(periodMs: Long, clock: SystemClock = SystemClockImpl()): Flow<T> = in throttle()
156 import com.android.systemui.util.time.SystemClockImpl;370 abstract SystemClock bindSystemClock(SystemClockImpl systemClock); in bindSystemClock()
99 import com.android.systemui.util.time.SystemClockImpl;258 mSystemClock = new SystemClockImpl(); in NotificationTestHelper()