/system/chre/apps/test/chqts/src/general_test/ |
D | timer_cancel_test.h | 43 bool oneShot; member 50 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 62 mOneShot(oneShot) {} in Stage()
|
D | timer_set_test.h | 44 Stage(uint32_t stage, uint64_t duration, const void *cookie, bool oneShot);
|
/system/gsid/aidl/android/gsi/ |
D | IGsiService.aidl | 87 int enableGsi(boolean oneShot, @utf8InCpp String dsuSlot); in enableGsi() argument 94 …oneway void enableGsiAsync(boolean oneShot, @utf8InCpp String dsuSlot, IGsiServiceCallback result); in enableGsiAsync() argument
|
/system/teeui/libteeui/include/secure_input/ |
D | evdev.h | 106 : next(_next), duration(_duration), handleTimer(std::move(handle)), oneShot(_oneShot) {} in Timer() 111 bool oneShot; member 129 bool oneShot = true);
|
/system/chre/platform/shared/ |
D | chre_api_re.cc | 48 bool oneShot) { in chreTimerSet() argument 53 .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/legacy/v1_1/chre/ |
D | re.h | 314 uint32_t chreTimerSet(uint64_t duration, const void *cookie, bool oneShot);
|
/system/chre/chre_api/legacy/v1_3/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_4/chre/ |
D | re.h | 334 uint32_t chreTimerSet(uint64_t duration, const void *cookie, bool oneShot);
|
/system/chre/chre_api/include/chre_api/chre/ |
D | re.h | 334 uint32_t chreTimerSet(uint64_t duration, const void *cookie, bool oneShot);
|
/system/teeui/libteeui/src/ |
D | evdev.cpp | 64 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/ |
D | gsi_service.h | 53 binder::Status enableGsi(bool oneShot, const std::string& dsuSlot, int* _aidl_return) override; 54 binder::Status enableGsiAsync(bool oneShot, const ::std::string& dsuSlot,
|
/system/chre/apps/test/common/chre_stress_test/inc/ |
D | chre_stress_test_manager.h | 125 void setTimer(uint64_t delayNs, bool oneShot, uint32_t *timerHandle);
|
/system/chre/apps/test/common/chre_stress_test/src/ |
D | chre_stress_test_manager.cc | 425 void Manager::setTimer(uint64_t delayNs, bool oneShot, uint32_t *timerHandle) { in setTimer() argument 426 *timerHandle = chreTimerSet(delayNs, timerHandle, oneShot); in setTimer()
|