Searched refs:chreTimerSet (Results 1 – 6 of 6) sorted by relevance
/device/google/contexthub/firmware/app/chre/chre_test0.app/ |
D | main.c | 77 mTimer.timerId = chreTimerSet(kOneSecond, &mTimer, false); in nanoappHandleEvent()
|
/device/google/contexthub/firmware/app/chre/chre_test1.app/ |
D | main.cpp | 90 mTimer.timerId = chreTimerSet(kOneSecond, &mTimer, false); in nanoappHandleEvent()
|
/device/google/contexthub/firmware/app/chre/chre_test2.app/ |
D | main.cpp | 72 mTimer.timerId = chreTimerSet(kOneSecond, &mTimer, false); in nanoappHandleEvent()
|
/device/google/contexthub/firmware/app/chre/common/ |
D | chre10_app_syscalls.c | 64 uint32_t chreTimerSet(uint64_t duration, const void* cookie, bool oneShot) in chreTimerSet() function
|
D | chre11_app_syscalls.c | 67 uint32_t chreTimerSet(uint64_t duration, const void* cookie, bool oneShot) in chreTimerSet() function
|
D | chre_app_syscalls.c | 67 uint32_t chreTimerSet(uint64_t duration, const void* cookie, bool oneShot) in chreTimerSet() function
|