Searched refs:_clock (Results 1 – 8 of 8) sorted by relevance
45 : _clock(clock), in VCMProcessTimer()47 _latestMs(_clock->TimeInMilliseconds()) {} in VCMProcessTimer()53 Clock* _clock;
31 : _clock(clock), in VCMDecodedFrameCallback()36 _clock->CurrentNtpInMilliseconds() - _clock->TimeInMilliseconds(); in VCMDecodedFrameCallback()104 const Timestamp now = _clock->CurrentTime(); in Decoded()
30 const int64_t time_since_process = _clock->TimeInMilliseconds() - _latestMs; in TimeUntilProcess()36 _latestMs = _clock->TimeInMilliseconds(); in Processed()
65 Clock* const _clock; variable
95 clock_serv_t _clock;114 kern_return_t result = host_get_clock_service(mach_host_self(), SYSTEM_CLOCK, &_clock);125 mach_port_deallocate(mach_task_self(), _clock);231 _sync.base = CurrentTime(_clock);248 _sync.maxError = CurrentTime(_clock) - _sync.base;321 digitTimes.local[i] = CurrentTime(_clock) - _sync.base;388 digitTimes.local[digit - 1] = CurrentTime(_clock) - _sync.base;585 return ((NSTimeInterval)CurrentTime(_clock)) / USEC_PER_SEC;
30 %0 = tail call i32 @"\01_clock$UNIX2003"() nounwind ; <i32> [#uses=1]45 declare i32 @"\01_clock$UNIX2003"()
141 _clock: Clock,