Searched refs:get_previous_calibration_value (Results 1 – 1 of 1) sorted by relevance
162 .map(|ch| -> Result<CalibData> { self.get_previous_calibration_value(ch) }) in check_speaker_over_heated_workflow()215 .get_previous_calibration_value(channel) in decide_calibration_value_workflow()218 let (datastore_exist, previous_calib) = match self.get_previous_calibration_value(channel) { in decide_calibration_value_workflow()317 fn get_previous_calibration_value(&self, ch: usize) -> Result<CalibData> { in get_previous_calibration_value() method