Home
last modified time | relevance | path

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

/device/google/contexthub/sensorhal/
Dhubconnection.cpp1402 std::vector<int32_t> hardwareGyroBias = getInt32Setting(settings, GYRO_BIAS_TAG); in sendCalibrationOffsets() local
1404 if (hardwareGyroBias.size() == 3 || softwareGyroBias.size() == 3) { in sendCalibrationOffsets()
1413 if (hardwareGyroBias.size() == 3) { in sendCalibrationOffsets()
1414 std::copy(hardwareGyroBias.begin(), hardwareGyroBias.end(), in sendCalibrationOffsets()