Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Deventnums.h158 #define EVT_APP_TIMER 0x000000DF macro
/device/google/contexthub/firmware/app/test0.app/
Dtest_app0.c57 } else if (evtType == EVT_APP_TIMER) { in handle_event()
/device/google/contexthub/firmware/os/core/
Dtimer.c102 if (!osEnqueuePrivateEvt(EVT_APP_TIMER, evt, timerCallFuncFreeF, tim->tid)) { in timCallFunc()
232 …if (evtType != EVT_PRIVATE_EVT || !da || da->privateEvt.evtType != EVT_APP_TIMER || !da->privateEv… in timerEventMatch()
/device/google/contexthub/firmware/app/chre/common/
Dchre10_app.c239 case EVT_APP_TIMER: in chreappHandle()
Dchre_app.c240 case EVT_APP_TIMER: in chreappHandle()