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

  /device/asus/fugu/power/
power.c 143 struct timespec curr_time; local
151 clock_gettime(CLOCK_MONOTONIC, &curr_time);
152 timespec_sub(&diff_time, &curr_time, &mod->last_boost_time);
159 mod->last_boost_time = curr_time;
  /system/update_engine/update_manager/
chromeos_policy_unittest.cc 132 Time curr_time = next_update_check; local
134 curr_time += TimeDelta::FromSeconds(1);
136 curr_time -= TimeDelta::FromSeconds(1);
137 fake_clock_.SetWallclockTime(curr_time);
554 const Time curr_time = fake_clock_.GetWallclockTime(); local
559 curr_time - TimeDelta::FromSeconds(8));
562 curr_time - TimeDelta::FromSeconds(2));
572 EXPECT_LT(curr_time, result.backoff_expiry);
582 const Time curr_time = fake_clock_.GetWallclockTime(); local
587 curr_time - TimeDelta::FromSeconds(8))
611 const Time curr_time = fake_clock_.GetWallclockTime(); local
643 const Time curr_time = fake_clock_.GetWallclockTime(); local
674 const Time curr_time = fake_clock_.GetWallclockTime(); local
705 const Time curr_time = fake_clock_.GetWallclockTime(); local
736 const Time curr_time = fake_clock_.GetWallclockTime(); local
1556 const Time curr_time = fake_clock_.GetWallclockTime(); local
    [all...]
  /device/google/contexthub/firmware/src/drivers/orientation/
orientation.c 192 uint64_t ResamplePeriodNs, curr_time, next_time; local
214 curr_time = ev->referenceTime;
219 curr_time = mTask.last_time[index];
227 next_time = curr_time + next_sample->deltaTime;
230 sample_spacing_ns = (next_time > curr_time) ? (next_time - curr_time) : 0;
243 curr_time = next_time;
253 mTask.samples[index][w].time = curr_time + counter;
278 mTask.last_time[index] = curr_time;
  /system/update_engine/payload_consumer/
delta_performer.cc 249 base::Time curr_time = base::Time::Now(); local
253 curr_time > forced_progress_log_time_) {
254 forced_progress_log_time_ = curr_time + forced_progress_log_wait_;
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 2254 const time_t curr_time = time(NULL); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 2083 const time_t curr_time = time(NULL); local
    [all...]

Completed in 188 milliseconds