Home
last modified time | relevance | path

Searched refs:EVENT_GET_EVENT (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dseos_priv.h41 #define EVENT_GET_EVENT(evt) ((evt) & (EVT_MASK & ~EVENT_TYPE_BIT_DISCARDABLE)) macro
/device/google/contexthub/firmware/os/core/
Dseos.c422 struct AppEventFreeData fd = {.evtType = EVENT_GET_EVENT(evtType), .evtData = evtData}; in handleEventFreeing()
1045 uint16_t evt = EVENT_GET_EVENT(evtType), newEvt; in osInternalEvtHandle()
1189 evt = EVENT_GET_EVENT(evtType); in osMainDequeueLoop()
DhostIntf.c1566 switch (EVENT_GET_EVENT(evtType)) { in hostIntfHandleEvent()
1599 onEvtSensorData(EVENT_GET_EVENT(evtType), evtData); in hostIntfHandleEvent()