Home
last modified time | relevance | path

Searched refs:EVT_APP_STOPPED (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Deventnums.h34 #define EVT_APP_STOPPED 0x00000406 //sent when a app has stopped macro
/device/google/contexthub/firmware/app/chre/common/
Dchre_app.c277 case EVT_APP_STOPPED: in chreappHandle()
/device/google/contexthub/firmware/os/core/
Dnanohub_chre.c538 osEventsSubscribe(2, EVT_APP_STARTED, EVT_APP_STOPPED); in osChreEventCfgInfo()
540 osEventsUnsubscribe(2, EVT_APP_STARTED, EVT_APP_STOPPED); in osChreEventCfgInfo()
Dseos.c1094 newEvt = EVT_APP_STOPPED; in osInternalEvtHandle()