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

  /device/google/contexthub/firmware/app/chre/chre_test0.app/
main.c 38 static const uint64_t kOneSecond = UINT64_C(1000000000); // in nanoseconds
77 mTimer.timerId = chreTimerSet(kOneSecond, &mTimer, false);
  /device/google/contexthub/firmware/app/chre/chre_test1.app/
main.cpp 38 static const uint64_t kOneSecond = UINT64_C(1000000000); // in nanoseconds
90 mTimer.timerId = chreTimerSet(kOneSecond, &mTimer, false);
  /system/chre/apps/chqts/src/general_test/
timer_set_test.cc 50 static uint64_t kOneSecond = UINT64_C(1000000000);
51 static uint64_t kLongDuration = kOneSecond;
82 if (timestamp > (expectedTime + kOneSecond)) {
  /device/google/contexthub/firmware/app/chre/chre_test2.app/
main.cpp 39 static const uint64_t kOneSecond = UINT64_C(1000000000); // in nanoseconds
72 mTimer.timerId = chreTimerSet(kOneSecond, &mTimer, false);
  /external/icu/icu4c/source/i18n/
gregoimp.h 101 #define kOneSecond 1000
calendar.cpp     [all...]

Completed in 749 milliseconds