Home
last modified time | relevance | path

Searched refs:chreTimerSet (Results 1 – 5 of 5) sorted by relevance

/system/chre/apps/timer_world/
Dtimer_world.cc36 gOneShotTimerHandle = chreTimerSet(100000000 /* duration: 100ms */, in nanoappStart()
39 gCyclicTimerHandle = chreTimerSet(150000000 /* duration: 400ms */, in nanoappStart()
/system/chre/chre_api/include/chre_api/chre/
Dre.h253 uint32_t chreTimerSet(uint64_t duration, const void *cookie, bool oneShot);
/system/chre/chre_api/legacy/v1_0/chre/
Dre.h254 uint32_t chreTimerSet(uint64_t duration, const void* cookie, bool oneShot);
/system/chre/platform/shared/
Dchre_api_re.cc41 uint32_t chreTimerSet(uint64_t duration, const void *cookie, bool oneShot) { in chreTimerSet() function
/system/chre/apps/wifi_world/
Dwifi_world.cc184 gWifiScanTimerHandle = chreTimerSet(kWifiScanInterval.toRawNanoseconds(), in nanoappStart()