Home
last modified time | relevance | path

Searched refs:mSensorInfo (Results 1 – 6 of 6) sorted by relevance

/device/google/dragon/sensor_hub/
Dcros_ec_sensors.cpp57 : mSensorInfo(sensor_info), in CrosECSensor()
98 if (mSensorInfo[i].device_name == NULL) in ~CrosECSensor()
138 struct cros_ec_sensor_info *info = &mSensorInfo[handle]; in flush()
157 struct cros_ec_sensor_info *info = &mSensorInfo[handle]; in activate()
203 struct cros_ec_sensor_info *info = &mSensorInfo[handle]; in batch()
303 struct cros_ec_sensor_info *info = &mSensorInfo[event->sensor_id]; in processEvent()
364 d * mSensorInfo[event->sensor_id].sensor_data.resolution; in processEvent()
Dcros_ec_sensors.h118 struct cros_ec_sensor_info *mSensorInfo; variable
/device/google/contexthub/firmware/src/drivers/vsync/
Dvsync.c103 static const struct SensorInfo mSensorInfo = variable
163 mTask.sensorHandle = sensorRegister(&mSensorInfo, &mSensorOps, NULL, true); in startTask()
/device/google/contexthub/firmware/src/drivers/hall/
Dhall.c126 static const struct SensorInfo mSensorInfo = variable
212 mTask.sensorHandle = sensorRegister(&mSensorInfo, &mSensorOps, NULL, true); in startTask()
/device/google/contexthub/firmware/src/drivers/hall_twopole/
Dhall_twopole.c143 static const struct SensorInfo mSensorInfo = variable
228 mTask.sensorHandle = sensorRegister(&mSensorInfo, &mSensorOps, NULL, true); in startTask()
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
Dbosch_bmi160.c584 static const struct SensorInfo mSensorInfo[NUM_OF_SENSOR] = variable
1719 EVENT_TYPE_BIT_DISCARDABLE | sensorGetMyEventType(mSensorInfo[i].sensorType)); in flushAllData()
1757 mSensorInfo[mSensor->idx].sensorName, in parseRawData()
1807 EVENT_TYPE_BIT_DISCARDABLE | sensorGetMyEventType(mSensorInfo[MAG].sensorType)); in parseRawData()
1822 if (flushData(mSensor, sensorGetMyEventType(mSensorInfo[MAG].biasType))) in parseRawData()
2015 DEBUG_PRINT("%s new delta %u\n", mSensorInfo[j].sensorName, in dispatchData()
3039 T(sensors[i]).handle = sensorRegister(&mSensorInfo[i], &mSensorOps[i], NULL, false); in startTask()