Searched refs:oneShot (Results 1 – 11 of 11) sorted by relevance
/system/chre/apps/chqts/src/general_test/ |
D | timer_cancel_test.h | 43 bool oneShot; member 48 stage(stage_), timerId(CHRE_TIMER_INVALID), oneShot(oneShot_), in Stage()
|
D | timer_cancel_test.cc | 48 stage->timerId = chreTimerSet(kDuration, stage, stage->oneShot); in startStages() 113 if (stage->oneShot) { in handleStageEvent()
|
D | timer_set_test.cc | 56 const void *cookie, bool oneShot) in Stage() argument 58 mCookie(cookie), mOneShot(oneShot) {} in Stage()
|
D | timer_set_test.h | 45 bool oneShot);
|
/system/chre/platform/shared/ |
D | chre_api_re.cc | 47 bool oneShot) { in chreTimerSet() argument 50 .setNanoappTimer(nanoapp, chre::Nanoseconds(duration), cookie, oneShot); in chreTimerSet()
|
/system/chre/chre_api/legacy/v1_0/chre/ |
D | re.h | 254 uint32_t chreTimerSet(uint64_t duration, const void* cookie, bool oneShot);
|
/system/chre/chre_api/include/chre_api/chre/ |
D | re.h | 320 uint32_t chreTimerSet(uint64_t duration, const void *cookie, bool oneShot);
|
/system/chre/chre_api/legacy/v1_2/chre/ |
D | re.h | 320 uint32_t chreTimerSet(uint64_t duration, const void *cookie, bool oneShot);
|
/system/chre/chre_api/legacy/v1_1/chre/ |
D | re.h | 314 uint32_t chreTimerSet(uint64_t duration, const void *cookie, bool oneShot);
|
/system/gsid/aidl/android/gsi/ |
D | IGsiService.aidl | 92 int setGsiBootable(boolean oneShot); in setGsiBootable() argument
|
/system/gsid/ |
D | gsi_service.h | 51 binder::Status setGsiBootable(bool oneShot, int* _aidl_return) override;
|