Home
last modified time | relevance | path

Searched refs:accel_hw_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
1390 accel_hw_cal_exists = getCalibrationInt32(settings, ACCEL_BIAS_TAG, accel.hw, 3); in sendCalibrationOffsets()
1392 if (accel_hw_cal_exists || accel_sw_cal_exists) { in sendCalibrationOffsets()