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/inc/
Dseos.h123 struct AppEventFreeData { //goes with EVT_APP_FREE_EVT_DATA struct
/device/google/contexthub/firmware/src/
Dseos.c383 struct AppEventFreeData fd = {.evtType = evtType, .evtData = evtData}; in handleEventFreeing()