Home
last modified time | relevance | path

Searched refs:now_time (Results 1 – 6 of 6) 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()
91 struct timespec now_time; in handle_audio_thread_event_message() local
102 clock_gettime(CLOCK_REALTIME, &now_time); in handle_audio_thread_event_message()
108 subtract_timespecs(&now_time, last_snapshot_time, &diff_time); in handle_audio_thread_event_message()
113 *last_snapshot_time = now_time; in handle_audio_thread_event_message()
/external/autotest/client/cros/audio/
Daudio_quality_measurement.py533 now_time = float(index) / rate - APPEND_ZEROS_SECS
534 if abs(now_time - start_time) < NEAR_START_OR_END_SECS:
536 if abs(now_time - end_time) < NEAR_START_OR_END_SECS:
/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/v8/third_party/zlib/google/
Dzip_unittest.cc272 base::Time now_time; in TestTimeStamp() local
273 EXPECT_TRUE(base::Time::FromLocalExploded(now_parts, &now_time)); in TestTimeStamp()
289 EXPECT_GE(file_info.last_modified, now_time); in TestTimeStamp()
/external/zlib/google/
Dzip_unittest.cc271 base::Time now_time; in TestTimeStamp() local
272 EXPECT_TRUE(base::Time::FromLocalExploded(now_parts, &now_time)); in TestTimeStamp()
288 EXPECT_GE(file_info.last_modified, now_time); in TestTimeStamp()
/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()