HomeSort by relevance Sort by last modified time
    Searched refs:EVT_APP_STOPPED (Results 1 - 4 of 4) sorted by null

  /device/google/contexthub/firmware/os/inc/
eventnums.h 34 #define EVT_APP_STOPPED 0x00000406 //sent when a app has stopped
  /device/google/contexthub/firmware/app/chre/common/
chre_app.c 277 case EVT_APP_STOPPED:
  /device/google/contexthub/firmware/os/core/
nanohub_chre.c 538 osEventsSubscribe(2, EVT_APP_STARTED, EVT_APP_STOPPED);
540 osEventsUnsubscribe(2, EVT_APP_STARTED, EVT_APP_STOPPED);
seos.c 1094 newEvt = EVT_APP_STOPPED;
    [all...]

Completed in 2470 milliseconds