Home
last modified time | relevance | path

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

/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/chre_test2.app/
Dmain.cpp72 mTimer.timerId = chreTimerSet(kOneSecond, &mTimer, false); in nanoappHandleEvent()
/device/google/contexthub/firmware/app/chre/common/
Dchre10_app_syscalls.c64 uint32_t chreTimerSet(uint64_t duration, const void* cookie, bool oneShot) in chreTimerSet() function
Dchre11_app_syscalls.c67 uint32_t chreTimerSet(uint64_t duration, const void* cookie, bool oneShot) in chreTimerSet() function
Dchre_app_syscalls.c67 uint32_t chreTimerSet(uint64_t duration, const void* cookie, bool oneShot) in chreTimerSet() function