Searched refs:snd_card (Results 1 – 8 of 8) sorted by relevance
/external/adhd/sound_card_init/dsm/src/ |
D | utils.rs | 42 pub fn exists(snd_card: &str) -> bool { in exists() 43 run_time_file(snd_card).exists() in exists() 47 pub fn from_file(snd_card: &str) -> Result<Duration> { in from_file() 48 duration_from_file(&run_time_file(snd_card)) in from_file() 52 pub fn now_to_file(snd_card: &str) -> Result<()> { in now_to_file() 54 Ok(t) => to_file(snd_card, t), in now_to_file() 60 pub fn to_file(snd_card: &str, duration: Duration) -> Result<()> { in to_file() 61 let path = run_time_file(snd_card); in to_file() 77 fn run_time_file(snd_card: &str) -> PathBuf { in run_time_file() 79 .join(snd_card) in run_time_file()
|
D | datastore.rs | 29 pub fn from_file(snd_card: &str, channel: usize) -> Result<Datastore> { in from_file() 30 let path = Self::path(snd_card, channel); in from_file() 39 pub fn save(&self, snd_card: &str, channel: usize) -> Result<()> { in save() 40 let path = Self::path(snd_card, channel); in save() 60 pub fn delete(snd_card: &str, channel: usize) -> Result<()> { in delete() 61 let path = Self::path(snd_card, channel); in delete() 67 fn path(snd_card: &str, channel: usize) -> PathBuf { in path() 69 .join(snd_card) in path()
|
D | lib.rs | 84 snd_card: String, field 111 snd_card: &str, in new() 118 snd_card: snd_card.to_owned(), in new() 174 if let Err(e) = Datastore::delete(&self.snd_card, ch) { in check_speaker_over_heated_workflow() 235 Datastore::UseVPD.save(&self.snd_card, channel)?; in decide_calibration_value_workflow() 243 .save(&self.snd_card, channel)?; in decide_calibration_value_workflow() 291 !run_time::exists(&self.snd_card) in is_first_boot() 297 let last_run = run_time::from_file(&self.snd_card)?; in is_speaker_over_heated() 318 let sci_calib = Datastore::from_file(&self.snd_card, ch)?; in get_previous_calibration_value()
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-grand-prime-value-edition.log | 1602 <6>[ 2.316619] [2: saudio-2-10: 109] saudio.c:snd_card create ok 1606 <6>[ 2.317016] [3: saudio-2-14: 111] [c3] saudio.c:snd_card create ok
|
D | galaxy-j1-2016.log | 1460 <6>[ 2.959197] [3: saudio-2-14: 118] [c3] saudio.c:snd_card create ok 1463 <6>[ 2.959686] [0: saudio-2-10: 113] [c0] saudio.c:snd_card create ok
|
D | zenfone-2.log | 1289 [ 4.335777] snd_merr_dpcm_rt5647: mrfld_init: card name: rt5647-audio, snd_card: , codec: ffff88…
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 63672 …<class-decl name="snd_card" size-in-bits="21184" is-struct="yes" visibility="default" filepath="in… 64764 …<class-decl name="snd_card" size-in-bits="21184" is-struct="yes" visibility="default" filepath="in…
|
D | test-PR27569-v0.abi | 63658 …<class-decl name="snd_card" size-in-bits="21184" is-struct="yes" visibility="default" filepath="in… 64750 …<class-decl name="snd_card" size-in-bits="21184" is-struct="yes" visibility="default" filepath="in…
|