Searched defs:oneShot (Results 1 - 3 of 3) sorted by relevance

/system/chre/platform/shared/
H A Dchre_api_re.cc47 bool oneShot) {
50 .setTimer(nanoapp, chre::Nanoseconds(duration), cookie, oneShot);
46 chreTimerSet(uint64_t duration, const void *cookie, bool oneShot) argument
/system/chre/apps/chqts/src/general_test/
H A Dtimer_cancel_test.h43 bool oneShot; member in struct:general_test::TimerCancelTest::Stage
48 stage(stage_), timerId(CHRE_TIMER_INVALID), oneShot(oneShot_),
H A Dtimer_set_test.cc56 const void *cookie, bool oneShot)
58 mCookie(cookie), mOneShot(oneShot) {}
55 Stage(uint32_t stage, uint64_t duration, const void *cookie, bool oneShot) argument

Completed in 109 milliseconds