Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/app/test0.app/
Dtest_app0.c50 const struct AppEventFreeData *aefd; in handle_event()
/device/google/contexthub/firmware/os/inc/
Dseos.h124 struct AppEventFreeData { //goes with EVT_APP_FREE_EVT_DATA struct
/device/google/contexthub/firmware/os/core/
Dseos.c394 struct AppEventFreeData fd = {.evtType = evtType, .evtData = evtData}; in osPrivateEvtFreeF()
422 struct AppEventFreeData fd = {.evtType = EVENT_GET_EVENT(evtType), .evtData = evtData}; in handleEventFreeing()