Home
last modified time | relevance | path

Searched refs:oneShot (Results 1 – 13 of 13) 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/gsid/aidl/android/gsi/
DIGsiService.aidl87 int enableGsi(boolean oneShot, @utf8InCpp String dsuSlot); in enableGsi() argument
93 …oneway void enableGsiAsync(boolean oneShot, @utf8InCpp String dsuSlot, IGsiServiceCallback result); in enableGsiAsync() argument
/system/chre/platform/shared/
Dchre_api_re.cc47 bool oneShot) { in chreTimerSet() argument
50 .setNanoappTimer(nanoapp, chre::Nanoseconds(duration), cookie, oneShot); in chreTimerSet()
/system/teeui/libteeui/include/secure_input/
Devdev.h106 : next(_next), duration(_duration), handleTimer(std::move(handle)), oneShot(_oneShot) {} in Timer()
111 bool oneShot; member
129 bool oneShot = true);
/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/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/chre/chre_api/include/chre_api/chre/
Dre.h321 uint32_t chreTimerSet(uint64_t duration, const void *cookie, bool oneShot);
/system/teeui/libteeui/src/
Devdev.cpp64 if (!current.oneShot) { in runTimers()
99 std::chrono::steady_clock::duration duration, bool oneShot) { in addTimer() argument
102 newTimers_.emplace_back(next, duration, std::move(handler), oneShot); in addTimer()
/system/gsid/
Dgsi_service.h52 binder::Status enableGsi(bool oneShot, const std::string& dsuSlot, int* _aidl_return) override;
53 binder::Status enableGsiAsync(bool oneShot, const ::std::string& dsuSlot,