HomeSort by relevance Sort by last modified time
    Searched refs:now_nsec (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/src/drivers/window_orientation/
window_orientation.c 389 uint64_t now_nsec = ev->referenceTime, now; local
408 now_nsec += i > 0 ? ev->samples[i].deltaTime : 0;
409 now = NS2US(now_nsec); // convert to ~usec
  /external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h 96 int64_t now_nsec = (int64_t)tv->tv_sec * ten_9; local
97 now_nsec += (int64_t)tv->tv_usec * ten_3;
98 int64_t then_nsec = now_nsec + offset_milli * ten_6;

Completed in 157 milliseconds