Home
last modified time | relevance | path

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

/device/google/contexthub/sensorhal/
Dhubconnection.cpp1386 bool accel_hw_cal_exists, accel_sw_cal_exists; in sendCalibrationOffsets() local
1391 accel_sw_cal_exists = getCalibrationFloat(saved_settings, ACCEL_SW_BIAS_TAG, accel.sw); in sendCalibrationOffsets()
1392 if (accel_hw_cal_exists || accel_sw_cal_exists) { in sendCalibrationOffsets()