HomeSort by relevance Sort by last modified time
    Searched defs:time_delta (Results 1 - 13 of 13) sorted by null

  /external/libchrome/base/process/
process_metrics.cc 78 int64_t time_delta = (time - last_idle_wakeups_time_).InMicroseconds(); local
79 if (time_delta == 0) {
89 return (wakeups_delta_for_ms + time_delta / 2) / time_delta;
process_metrics_mac.cc 302 int64_t time_delta = (time - last_cpu_time_).InMicroseconds(); local
303 DCHECK_NE(0U, time_delta);
304 if (time_delta == 0)
310 return static_cast<double>(system_time_delta * 100.0) / time_delta;
process_metrics_linux.cc 225 TimeDelta time_delta = time - last_cpu_time_; local
226 if (time_delta.is_zero()) {
248 time_delta.InSecondsF();
  /external/ltp/testcases/kernel/syscalls/fsync/
fsync02.c 83 double time_delta; local
131 if ((time_delta =
136 time_delta, max_block, data_blocks);
  /external/webrtc/webrtc/modules/video_coding/
jitter_estimator_tests.cc 66 uint64_t time_delta = 1000000 / 5; local
69 regular_estimator_.AdvanceClock(time_delta);
71 low_rate_estimator_.AdvanceClock(time_delta);
83 uint64_t time_delta = 1000000 / 8; local
86 regular_estimator_.AdvanceClock(time_delta);
88 low_rate_estimator_.AdvanceClock(time_delta);
100 uint64_t time_delta = 1000000 / 30; local
103 regular_estimator_.AdvanceClock(time_delta);
105 low_rate_estimator_.AdvanceClock(time_delta);
117 uint64_t time_delta = 1000000 / 10 local
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_single_stream.cc 97 int64_t time_delta = 0; local
101 &time_delta, &size_delta)) {
103 estimator->estimator.Update(time_delta, timestamp_delta_ms, size_delta,
overuse_detector_unittest.cc 96 int64_t time_delta; local
102 &time_delta,
105 overuse_estimator_->Update(time_delta, timestamp_delta_ms, size_delta,
  /system/netd/server/
ResolverController.cpp 403 int time_delta = (s.last_sample_time > 0) ? now - s.last_sample_time : -1; local
406 s.rtt_avg, time_delta, s.usable ? "" : " BROKEN");
  /external/replicaisland/src/com/replica/replicaisland/
GameRenderer.java 182 long time_delta = (time - mLastTime); local
240 mProfileFrameTime += time_delta;
  /device/google/contexthub/firmware/os/drivers/window_orientation/
window_orientation.c 394 uint64_t then, time_delta; local
417 time_delta = now - then;
424 alpha = floatFromUint64(time_delta) / floatFromUint64(FILTER_TIME_CONSTANT + time_delta);
434 if (!skip_sample && (time_delta < MIN_ACCEL_INTERVAL)) {
  /external/v8/src/profiler/
heap-snapshot-generator.cc 3057 base::TimeDelta time_delta = sample.timestamp - start_time; local
    [all...]
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 487 uint64_t time_delta[NUM_CONT_SENSOR]; member in struct:BMI160Task
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 4452 uint32 time_delta; member in struct:__anon41958
    [all...]

Completed in 868 milliseconds