Searched refs:now_time (Results 1 – 6 of 6) sorted by relevance
/external/adhd/cras/src/server/ |
D | cras_audio_thread_monitor.c | 28 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/ |
D | audio_quality_measurement.py | 533 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/ |
D | audio_device_unittest_ios.cc | 296 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/ |
D | zip_unittest.cc | 272 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/ |
D | zip_unittest.cc | 271 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/ |
D | audio_device_unittest.cc | 304 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()
|