Home
last modified time | relevance | path

Searched refs:mSensorInfo (Results 1 – 7 of 7) 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.h122 struct cros_ec_sensor_info *mSensorInfo; variable
/device/google/contexthub/firmware/os/drivers/vsync/
Dvsync.c141 static const struct SensorInfo mSensorInfo = variable
199 mTask.sensorHandle = sensorRegister(&mSensorInfo, &mSensorOps, NULL, true); in startTask()
/device/google/contexthub/firmware/os/drivers/hall/
Dhall.c126 static const struct SensorInfo mSensorInfo = variable
210 mTask.sensorHandle = sensorRegister(&mSensorInfo, &mSensorOps, NULL, true); in startTask()
/device/google/contexthub/firmware/os/drivers/hall_twopole/
Dhall_twopole.c143 static const struct SensorInfo mSensorInfo = variable
226 mTask.sensorHandle = sensorRegister(&mSensorInfo, &mSensorOps, NULL, true); in startTask()
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/
Dsynaptics_s3708.c412 static const struct SensorInfo mSensorInfo = { variable
573 mTask.handle = sensorRegister(&mSensorInfo, &mSensorOps, NULL, false); in startTask()
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c700 static const struct SensorInfo mSensorInfo[NUM_OF_SENSOR] = variable
1109 EVENT_TYPE_BIT_DISCARDABLE | sensorGetMyEventType(mSensorInfo[i].sensorType));
1173 … EVENT_TYPE_BIT_DISCARDABLE | sensorGetMyEventType(mSensorInfo[ACC].sensorType));
1190 flushData(mSensorAcc, sensorGetMyEventType(mSensorInfo[ACC].biasType));
1961 mSensorInfo[mSensor->idx].sensorName, rtc_time, cur_time);
1969 mSensorInfo[mSensor->idx].sensorName,
2089 EVENT_TYPE_BIT_DISCARDABLE | sensorGetMyEventType(mSensorInfo[MAG].sensorType));
2104 if (flushData(mSensor, sensorGetMyEventType(mSensorInfo[MAG].biasType))) {
2155 sensorGetMyEventType(mSensorInfo[GYR].sensorType));
2182 flushData(mSensor, sensorGetMyEventType(mSensorInfo[GYR].biasType));
[all …]