Home
last modified time | relevance | path

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

/device/google/contexthub/sensorhal/
Dhubconnection.cpp1337 std::vector<float> softwareGyroBias = getFloatSetting(saved_settings, GYRO_SW_BIAS_TAG); in sendCalibrationOffsets() local
1338 if (hardwareGyroBias.size() == 3 || softwareGyroBias.size() == 3) { in sendCalibrationOffsets()
1351 if (softwareGyroBias.size() == 3) { in sendCalibrationOffsets()
1353 std::copy(softwareGyroBias.begin(), softwareGyroBias.end(), in sendCalibrationOffsets()
1356 std::copy(softwareGyroBias.begin(), softwareGyroBias.end(), in sendCalibrationOffsets()