Searched refs:now_time (Results 1 – 3 of 3) sorted by relevance
28 struct timespec now_time; in take_snapshot() local29 clock_gettime(CLOCK_MONOTONIC_RAW, &now_time); in take_snapshot()30 snapshot->timestamp = now_time; in take_snapshot()94 struct timespec now_time; in handle_audio_thread_event_message() local105 clock_gettime(CLOCK_REALTIME, &now_time); in handle_audio_thread_event_message()111 subtract_timespecs(&now_time, last_snapshot_time, &diff_time); in handle_audio_thread_event_message()117 *last_snapshot_time = now_time; in handle_audio_thread_event_message()
296 int64_t now_time = clock_->TimeInMilliseconds(); in Write() local298 PRINTD("[%d]", static_cast<int>(now_time - pulse_time_)); in Write()305 latencies_.push_back(now_time - pulse_time_ + extra_delay); in Write()
304 int64_t now_time = clock_->TimeInMilliseconds(); in Write() local306 PRINTD("[%d]", static_cast<int> (now_time - pulse_time_)); in Write()313 latencies_.push_back(now_time - pulse_time_ + extra_delay); in Write()