Searched refs:EVT_NO_SENSOR_CONFIG_EVENT (Results 1 – 4 of 4) sorted by relevance
27 #define EVT_NO_SENSOR_CONFIG_EVENT 0x00000300 //event to configure sensors macro
344 mConfigCmd.evtType = EVT_NO_SENSOR_CONFIG_EVENT; in main()356 mConfigCmd.evtType = EVT_NO_SENSOR_CONFIG_EVENT; in main()369 mConfigCmd.evtType = EVT_NO_SENSOR_CONFIG_EVENT; in main()
1061 osEventSubscribe(mHostIntfTid, EVT_NO_SENSOR_CONFIG_EVENT); in hostIntfHandleEvent()1115 } else if (evtType == EVT_NO_SENSOR_CONFIG_EVENT) { // config in hostIntfHandleEvent()1194 …} else if (evtType > EVT_NO_FIRST_SENSOR_EVENT && evtType < EVT_NO_SENSOR_CONFIG_EVENT && mSensorL… in hostIntfHandleEvent()
957 cmd->evtType = EVT_NO_SENSOR_CONFIG_EVENT; in initConfigCmd()