Searched refs:chreTimerSet (Results 1 - 16 of 16) sorted by relevance

/system/chre/apps/timer_world/
H A Dtimer_world.cc36 gOneShotTimerHandle = chreTimerSet(100000000 /* duration: 100ms */,
39 gCyclicTimerHandle = chreTimerSet(150000000 /* duration: 150ms */,
/system/chre/apps/chqts/src/general_test/
H A Dtimer_stress_test.cc65 uint32_t cancelId = chreTimerSet(kDuration, COOKIE(0), true);
73 if (chreTimerSet(kDuration, COOKIE(1), true) == CHRE_TIMER_INVALID) {
85 if (chreTimerSet(kDuration, COOKIE(2), true) == CHRE_TIMER_INVALID) {
H A Destimated_host_time_test.cc39 mTimerHandle = chreTimerSet(timerInterval, &mTimerHandle,
H A Dheap_exhaustion_stability_test.cc119 if (chreTimerSet(kExhaustionDuration, &kExhaustionDuration, true) ==
146 if (chreTimerSet(kShortDuration, &kShortDuration, true) !=
H A Dtimer_cancel_test.cc47 stage->timerId = chreTimerSet(kDuration, stage, stage->oneShot);
H A Dtimer_set_test.cc62 mTimerHandle = chreTimerSet(mDuration, mCookie, mOneShot);
H A Dwwan_cell_info_test.cc47 mTimerHandle = chreTimerSet(CHRE_ASYNC_RESULT_TIMEOUT_NS,
/system/chre/chre_api/legacy/v1_0/chre/
H A Dre.h47 * This valid is returned by chreTimerSet() if a timer cannot be
254 uint32_t chreTimerSet(uint64_t duration, const void* cookie, bool oneShot);
263 * @param timerId A timer ID obtained by this nanoapp via chreTimerSet().
/system/chre/chre_api/include/chre_api/chre/
H A Dre.h48 * This valid is returned by chreTimerSet() if a timer cannot be
314 uint32_t chreTimerSet(uint64_t duration, const void *cookie, bool oneShot);
323 * @param timerId A timer ID obtained by this nanoapp via chreTimerSet().
/system/chre/apps/unload_tester/
H A Dunload_tester.cc55 uint32_t timerHandle = chreTimerSet(kTimerDuration,
/system/chre/platform/shared/
H A Dchre_api_re.cc46 DLL_EXPORT uint32_t chreTimerSet(uint64_t duration, const void *cookie, function
/system/chre/apps/ash_world/
H A Dash_world.cc92 gCyclicTimerHandle = chreTimerSet(3000000000 /* duration: 3sec */,
/system/chre/apps/chqts/src/busy_startup/
H A Dbusy_startup.cc29 * o chreTimerSet() [*]
180 gTimerId = chreTimerSet(1, &gInstanceId, true);
182 chreLog(CHRE_LOG_ERROR, "Failed chreTimerSet in start");
/system/chre/apps/gnss_world/
H A Dgnss_world.cc79 gTimerHandle = chreTimerSet(
/system/chre/apps/wifi_world/
H A Dwifi_world.cc95 gWifiScanTimerHandle = chreTimerSet(kWifiScanInterval.toRawNanoseconds(),
/system/chre/apps/wwan_world/
H A Dwwan_world.cc144 gCellInfoTimerHandle = chreTimerSet(kCellInfoInterval.toRawNanoseconds(),

Completed in 132 milliseconds