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.cpp1320 bool accel_hw_cal_exists, accel_sw_cal_exists; in sendCalibrationOffsets() local
1324 accel_hw_cal_exists = getCalibrationInt32(settings, ACCEL_BIAS_TAG, accel.hw, 3); in sendCalibrationOffsets()
1326 if (accel_hw_cal_exists || accel_sw_cal_exists) { in sendCalibrationOffsets()