Searched refs:osEventsSubscribe (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/firmware/os/core/ |
D | nanohub_chre.c | 409 …if (!(ret = osEventsSubscribe(2, sensorGetMyEventType(s->si->sensorType), sensorGetMyCfgEventType(… in osChreSensorConfigure() 417 …ret = osEventsSubscribe(2, sensorGetMyEventType(s->si->sensorType), sensorGetMyCfgEventType(s->si-… in osChreSensorConfigure() 538 osEventsSubscribe(2, EVT_APP_STARTED, EVT_APP_STOPPED); in osChreEventCfgInfo()
|
D | seos.c | 1279 bool osEventsSubscribe(uint32_t numEvts, ...) in osEventsSubscribe() function
|
D | hostIntf.c | 1184 osEventsSubscribe(4, EVT_NO_SENSOR_CONFIG_EVENT, in onEvtAppStart()
|
/device/google/contexthub/firmware/os/inc/ |
D | seos.h | 164 bool osEventsSubscribe(uint32_t numEvts, ...); /* async */
|