Home
last modified time | relevance | path

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

/device/google/contexthub/sensorhal/
Dhubconnection.cpp1403 std::vector<float> softwareGyroBias = getFloatSetting(saved_settings, GYRO_SW_BIAS_TAG); in sendCalibrationOffsets() local
1404 if (hardwareGyroBias.size() == 3 || softwareGyroBias.size() == 3) { in sendCalibrationOffsets()
1417 if (softwareGyroBias.size() == 3) { in sendCalibrationOffsets()
1419 std::copy(softwareGyroBias.begin(), softwareGyroBias.end(), in sendCalibrationOffsets()
1422 std::copy(softwareGyroBias.begin(), softwareGyroBias.end(), in sendCalibrationOffsets()