Home
last modified time | relevance | path

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

/external/adhd/sound_card_init/dsm/src/
Dlib.rs222 (false, self.get_vpd_calibration_value(channel)?) in decide_calibration_value_workflow()
259 .map(|ch| self.get_vpd_calibration_value(ch)) in get_all_vpd_calibration_value()
320 Datastore::UseVPD => self.get_vpd_calibration_value(ch), in get_previous_calibration_value()
328 fn get_vpd_calibration_value(&self, channel: usize) -> Result<CalibData> { in get_vpd_calibration_value() method