Home
last modified time | relevance | path

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

/external/adhd/sound_card_init/amp/src/max98373d/
Dsettings.rs12 pub struct DeviceSettings { struct
34 impl DeviceSettings { implementation
36 pub fn from_yaml_str(conf: &str) -> Result<DeviceSettings> { in from_yaml_str() argument
37 let settings: DeviceSettings = serde_yaml::from_str(conf) in from_yaml_str()
Dmod.rs21 use settings::{AmpCalibSettings, DeviceSettings};
104 let settings = DeviceSettings::from_yaml_str(&conf)?; in new()
/external/adhd/sound_card_init/amp/src/max98390d/
Dsettings.rs13 pub struct DeviceSettings { struct
44 impl DeviceSettings { impl
46 pub fn from_yaml_str(conf: &str) -> Result<DeviceSettings> { in from_yaml_str() argument
47 let settings: DeviceSettings = serde_yaml::from_str(conf) in from_yaml_str()
Dmod.rs17 use settings::{AmpCalibSettings, DeviceSettings};
97 let settings = DeviceSettings::from_yaml_str(&conf)?; in new()