Home
last modified time | relevance | path

Searched refs:oneShot (Results 1 – 11 of 11) sorted by relevance

/system/chre/apps/chqts/src/general_test/
Dtimer_cancel_test.h43 bool oneShot; member
48 stage(stage_), timerId(CHRE_TIMER_INVALID), oneShot(oneShot_), in Stage()
Dtimer_cancel_test.cc48 stage->timerId = chreTimerSet(kDuration, stage, stage->oneShot); in startStages()
113 if (stage->oneShot) { in handleStageEvent()
Dtimer_set_test.cc56 const void *cookie, bool oneShot) in Stage() argument
58 mCookie(cookie), mOneShot(oneShot) {} in Stage()
Dtimer_set_test.h45 bool oneShot);
/system/chre/platform/shared/
Dchre_api_re.cc47 bool oneShot) { in chreTimerSet() argument
50 .setNanoappTimer(nanoapp, chre::Nanoseconds(duration), cookie, oneShot); in chreTimerSet()
/system/chre/chre_api/legacy/v1_0/chre/
Dre.h254 uint32_t chreTimerSet(uint64_t duration, const void* cookie, bool oneShot);
/system/chre/chre_api/include/chre_api/chre/
Dre.h320 uint32_t chreTimerSet(uint64_t duration, const void *cookie, bool oneShot);
/system/chre/chre_api/legacy/v1_2/chre/
Dre.h320 uint32_t chreTimerSet(uint64_t duration, const void *cookie, bool oneShot);
/system/chre/chre_api/legacy/v1_1/chre/
Dre.h314 uint32_t chreTimerSet(uint64_t duration, const void *cookie, bool oneShot);
/system/gsid/aidl/android/gsi/
DIGsiService.aidl92 int setGsiBootable(boolean oneShot); in setGsiBootable() argument
/system/gsid/
Dgsi_service.h51 binder::Status setGsiBootable(bool oneShot, int* _aidl_return) override;