Home
last modified time | relevance | path

Searched refs:EVT_NO_SENSOR_CONFIG_EVENT (Results 1 – 7 of 7) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Deventnums.h27 #define EVT_NO_SENSOR_CONFIG_EVENT 0x00000300 //event to configure sensors macro
Dsensors.h266 #define sensorGetMyCfgEventType(_sensorType) (EVT_NO_SENSOR_CONFIG_EVENT + (_sensorType))
/device/google/contexthub/util/nanoapp_cmd/
Dnanoapp_cmd.c493 mConfigCmd.evtType = EVT_NO_SENSOR_CONFIG_EVENT; in main()
501 mConfigCmd.evtType = EVT_NO_SENSOR_CONFIG_EVENT; in main()
534 mConfigCmd.evtType = EVT_NO_SENSOR_CONFIG_EVENT; in main()
547 mConfigCmd.evtType = EVT_NO_SENSOR_CONFIG_EVENT; in main()
/device/google/contexthub/firmware/app/chre/common/
Dchre10_app.c278 else if (evt > EVT_NO_FIRST_SENSOR_EVENT && evt < EVT_NO_SENSOR_CONFIG_EVENT) { in chreappHandle()
280 } else if (evt > EVT_NO_SENSOR_CONFIG_EVENT && evt < EVT_APP_START) { in chreappHandle()
Dchre_app.c307 else if (evt > EVT_NO_FIRST_SENSOR_EVENT && evt < EVT_NO_SENSOR_CONFIG_EVENT) { in chreappHandle()
309 } else if (evt > EVT_NO_SENSOR_CONFIG_EVENT && evt < EVT_APP_START) { in chreappHandle()
/device/google/contexthub/firmware/os/core/
DhostIntf.c1184 osEventsSubscribe(4, EVT_NO_SENSOR_CONFIG_EVENT, in onEvtAppStart()
1553 if (evtType > EVT_NO_FIRST_SENSOR_EVENT && evtType < EVT_NO_SENSOR_CONFIG_EVENT) { in onEvtSensorData()
1592 case EVT_NO_SENSOR_CONFIG_EVENT: in hostIntfHandleEvent()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp1556 cmd->evtType = EVT_NO_SENSOR_CONFIG_EVENT; in initConfigCmd()