Searched refs:mSensorInfo (Results 1 – 6 of 6) sorted by relevance
/device/google/dragon/sensor_hub/ |
D | cros_ec_sensors.cpp | 57 : 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()
|
D | cros_ec_sensors.h | 118 struct cros_ec_sensor_info *mSensorInfo; variable
|
/device/google/contexthub/firmware/src/drivers/vsync/ |
D | vsync.c | 103 static const struct SensorInfo mSensorInfo = variable 163 mTask.sensorHandle = sensorRegister(&mSensorInfo, &mSensorOps, NULL, true); in startTask()
|
/device/google/contexthub/firmware/src/drivers/hall/ |
D | hall.c | 126 static const struct SensorInfo mSensorInfo = variable 212 mTask.sensorHandle = sensorRegister(&mSensorInfo, &mSensorOps, NULL, true); in startTask()
|
/device/google/contexthub/firmware/src/drivers/hall_twopole/ |
D | hall_twopole.c | 143 static const struct SensorInfo mSensorInfo = variable 228 mTask.sensorHandle = sensorRegister(&mSensorInfo, &mSensorOps, NULL, true); in startTask()
|
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 584 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()
|