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

  /system/chre/apps/chqts/src/general_test/
timer_set_test.cc 48 static uint64_t kShortDuration = UINT64_C(10000000);
116 new(&mStages[0]) Stage(0, kShortDuration, nullptr, true);
118 new(&mStages[1]) Stage(1, kShortDuration, COOKIE(-1), true);
120 new(&mStages[2]) Stage(2, kShortDuration, COOKIE(2), true);
126 new(&mStages[5]) Stage(5, kShortDuration, COOKIE(5), false);
heap_exhaustion_stability_test.cc 55 static const uint64_t kShortDuration = UINT64_C(10000000);
146 if (chreTimerSet(kShortDuration, &kShortDuration, true) !=
237 if (eventData == &kShortDuration) {

Completed in 73 milliseconds