Home
last modified time | relevance | path

Searched refs:now_time (Results 1 – 3 of 3) sorted by relevance

/external/adhd/cras/src/server/
Dcras_audio_thread_monitor.c28 struct timespec now_time; in take_snapshot() local
29 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() local
105 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()
/external/webrtc/webrtc/modules/audio_device/ios/
Daudio_device_unittest_ios.cc296 int64_t now_time = clock_->TimeInMilliseconds(); in Write() local
298 PRINTD("[%d]", static_cast<int>(now_time - pulse_time_)); in Write()
305 latencies_.push_back(now_time - pulse_time_ + extra_delay); in Write()
/external/webrtc/webrtc/modules/audio_device/android/
Daudio_device_unittest.cc304 int64_t now_time = clock_->TimeInMilliseconds(); in Write() local
306 PRINTD("[%d]", static_cast<int> (now_time - pulse_time_)); in Write()
313 latencies_.push_back(now_time - pulse_time_ + extra_delay); in Write()