Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/vsync/
Dvsync.c145 static const struct SensorInfo mSensorInfo = variable
203 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/invensense_icm40600/
Dinvensense_icm40600.c772 static const struct SensorInfo mSensorInfo[NUM_OF_SENSOR] = variable
1297 … sendCalibrationResult(SENSOR_APP_EVT_STATUS_ERROR, mSensorInfo[idx].sensorType, 0, 0, 0);
1313 … sendCalibrationResult(SENSOR_APP_EVT_STATUS_ERROR, mSensorInfo[idx].sensorType, 0, 0, 0);
1329 … sendCalibrationResult(SENSOR_APP_EVT_STATUS_ERROR, mSensorInfo[idx].sensorType, 0, 0, 0);
1378 mSensorInfo[idx].sensorType,
1685 sendTestResult(SENSOR_APP_EVT_STATUS_ERROR, mSensorInfo[idx].sensorType);
1701 sendTestResult(SENSOR_APP_EVT_STATUS_ERROR, mSensorInfo[idx].sensorType);
1717 sendTestResult(SENSOR_APP_EVT_STATUS_ERROR, mSensorInfo[idx].sensorType);
1806 mSensorInfo[idx].sensorType);
1809 mSensorInfo[idx].sensorType);
[all …]
/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.c413 static const struct SensorInfo mSensorInfo = { variable
574 mTask.handle = sensorRegister(&mSensorInfo, &mSensorOps, NULL, false); in startTask()
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c756 static const struct SensorInfo mSensorInfo[NUM_OF_SENSOR] = variable
1176 EVENT_TYPE_BIT_DISCARDABLE | sensorGetMyEventType(mSensorInfo[i].sensorType));
2005 mSensorInfo[mSensor->idx].sensorName, rtc_time, cur_time);
2013 mSensorInfo[mSensor->idx].sensorName,
2147 sensorGetMyEventType(mSensorInfo[ACC].sensorType));
2166 flushData(mSensor, sensorGetMyEventType(mSensorInfo[ACC].biasType));
2180 sensorGetMyEventType(mSensorInfo[MAG].sensorType));
2199 if (flushData(mSensor, sensorGetMyEventType(mSensorInfo[MAG].biasType))) {
2250 sensorGetMyEventType(mSensorInfo[GYR].sensorType));
2266 flushData(mSensor, sensorGetMyEventType(mSensorInfo[GYR].biasType));
[all …]