Home
last modified time | relevance | path

Searched refs:EVT_NO_FIRST_SENSOR_EVENT (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/firmware/inc/
Deventnums.h26 #define EVT_NO_FIRST_SENSOR_EVENT 0x00000200 //sensor type SENSOR_TYPE_x produces events … macro
Dsensors.h252 #define sensorGetMyEventType(_sensorType) (EVT_NO_FIRST_SENSOR_EVENT + (_sensorType))
/device/google/contexthub/firmware/src/
DnanohubCommand.c105 …return evtType > EVT_NO_FIRST_SENSOR_EVENT && evtType <= EVT_NO_FIRST_SENSOR_EVENT + SENS_TYPE_LAS… in isSensorEvent()
718 packet->evtType = htole32(EVT_NO_FIRST_SENSOR_EVENT + packet->sensType); in fillBuffer()
DhostIntf.c1194 …} else if (evtType > EVT_NO_FIRST_SENSOR_EVENT && evtType < EVT_NO_SENSOR_CONFIG_EVENT && mSensorL… in hostIntfHandleEvent()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp44 #define SENS_TYPE_TO_EVENT(_sensorType) (EVT_NO_FIRST_SENSOR_EVENT + (_sensorType))