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

  /device/google/contexthub/firmware/os/inc/
seos.h 164 bool osEventsSubscribe(uint32_t numEvts, ...); /* async */
  /device/google/contexthub/firmware/os/core/
nanohub_chre.c 409 if (!(ret = osEventsSubscribe(2, sensorGetMyEventType(s->si->sensorType), sensorGetMyCfgEventType(s->si->sensorType))))
417 ret = osEventsSubscribe(2, sensorGetMyEventType(s->si->sensorType), sensorGetMyCfgEventType(s->si->sensorType));
538 osEventsSubscribe(2, EVT_APP_STARTED, EVT_APP_STOPPED);
hostIntf.c     [all...]
seos.c     [all...]

Completed in 120 milliseconds