Home
last modified time | relevance | path

Searched defs:TLV (Results 1 – 2 of 2) sorted by relevance

/external/adhd/cros_alsa/src/
Dcontrol_tlv.rs104 pub struct TLV { struct
111 impl TLV { impl
147 impl<I: SliceIndex<[u32]>> Index<I> for TLV { implementation
155 impl<I: SliceIndex<[u32]>> IndexMut<I> for TLV { implementation
162 impl TryFrom<Vec<u32>> for TLV { implementation
188 impl Into<Vec<u32>> for TLV { implementation
223 pub fn load(&mut self) -> Result<TLV> { in load()
/external/adhd/sound_card_init/amp/src/max98373d/
Ddsm_param.rs132 fn try_from_tlv(tlv: TLV, num_channels: usize) -> Result<Self> { in try_from_tlv()
161 fn into(self) -> TLV { in into()