Home
last modified time | relevance | path

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

/device/google/contexthub/inc/chre/
Dre.h254 uint32_t chreTimerSet(uint64_t duration, const void* cookie, bool oneShot);
/device/google/contexthub/firmware/app/chre/chre_test0.app/
Dmain.c77 mTimer.timerId = chreTimerSet(kOneSecond, &mTimer, false); in nanoappHandleEvent()
/device/google/contexthub/firmware/app/chre/chre_test1.app/
Dmain.cpp90 mTimer.timerId = chreTimerSet(kOneSecond, &mTimer, false); in nanoappHandleEvent()
/device/google/contexthub/firmware/app/chre/common/
Dchre_app_syscalls.c61 uint32_t chreTimerSet(uint64_t duration, const void* cookie, bool oneShot) in chreTimerSet() function