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

  /device/google/contexthub/firmware/os/inc/
eventnums.h 27 #define EVT_NO_SENSOR_CONFIG_EVENT 0x00000300 //event to configure sensors
sensors.h 266 #define sensorGetMyCfgEventType(_sensorType) (EVT_NO_SENSOR_CONFIG_EVENT + (_sensorType))
  /device/google/contexthub/util/nanoapp_cmd/
nanoapp_cmd.c 493 mConfigCmd.evtType = EVT_NO_SENSOR_CONFIG_EVENT;
501 mConfigCmd.evtType = EVT_NO_SENSOR_CONFIG_EVENT;
534 mConfigCmd.evtType = EVT_NO_SENSOR_CONFIG_EVENT;
547 mConfigCmd.evtType = EVT_NO_SENSOR_CONFIG_EVENT;
  /device/google/contexthub/firmware/app/chre/common/
chre10_app.c 278 else if (evt > EVT_NO_FIRST_SENSOR_EVENT && evt < EVT_NO_SENSOR_CONFIG_EVENT) {
280 } else if (evt > EVT_NO_SENSOR_CONFIG_EVENT && evt < EVT_APP_START) {
chre_app.c 307 else if (evt > EVT_NO_FIRST_SENSOR_EVENT && evt < EVT_NO_SENSOR_CONFIG_EVENT) {
309 } else if (evt > EVT_NO_SENSOR_CONFIG_EVENT && evt < EVT_APP_START) {
  /device/google/contexthub/firmware/os/core/
hostIntf.c     [all...]
  /device/google/contexthub/sensorhal/
hubconnection.cpp     [all...]

Completed in 633 milliseconds