Searched refs:mTimer (Results 1 – 3 of 3) sorted by relevance
/device/google/contexthub/firmware/app/chre/chre_test0.app/ |
D | main.c | 43 static struct MyTimer mTimer; variable 77 mTimer.timerId = chreTimerSet(kOneSecond, &mTimer, false); in nanoappHandleEvent() 80 "\n", mMyTid, mTimer.timerId); in nanoappHandleEvent()
|
/device/google/contexthub/firmware/app/chre/chre_test2.app/ |
D | main.cpp | 44 static struct MyTimer mTimer; variable 71 mTimer.startTime = chreGetTime(); in nanoappHandleEvent() 72 mTimer.timerId = chreTimerSet(kOneSecond, &mTimer, false); in nanoappHandleEvent() 75 "\n", mMyTid, mTimer.timerId); in nanoappHandleEvent()
|
/device/google/contexthub/firmware/app/chre/chre_test1.app/ |
D | main.cpp | 43 static struct MyTimer mTimer; variable 90 mTimer.timerId = chreTimerSet(kOneSecond, &mTimer, false); in nanoappHandleEvent() 93 "\n", mMyTid, mTimer.timerId); in nanoappHandleEvent()
|