Home
last modified time | relevance | path

Searched refs:kShortDuration (Results 1 – 2 of 2) sorted by relevance

/system/chre/apps/chqts/src/general_test/
Dtimer_set_test.cc50 static uint64_t kShortDuration = 10 * kOneMillisecondInNanoseconds; variable
116 new(&mStages[0]) Stage(0, kShortDuration, nullptr, true); in initStages()
118 new(&mStages[1]) Stage(1, kShortDuration, COOKIE(-1), true); in initStages()
120 new(&mStages[2]) Stage(2, kShortDuration, COOKIE(2), true); in initStages()
126 new(&mStages[5]) Stage(5, kShortDuration, COOKIE(5), false); in initStages()
Dheap_exhaustion_stability_test.cc56 static const uint64_t kShortDuration = 10 * kOneMillisecondInNanoseconds; variable
147 if (chreTimerSet(kShortDuration, &kShortDuration, true) != in testSetTimer()
238 if (eventData == &kShortDuration) { in handleTimer()