Home
last modified time | relevance | path

Searched defs:to_aml_bytes (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/acpi_tables/src/
Daml.rs12 fn to_aml_bytes(&self, bytes: &mut Vec<u8>); in to_aml_bytes() method
82 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method
92 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method
102 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method
115 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method
165 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method
174 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method
183 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method
192 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method
204 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method
[all …]
/external/crosvm/devices/src/
Dbat.rs479 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method
Dacpi.rs858 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method
/external/crosvm/x86_64/src/
Dlib.rs991 fn to_aml_bytes(&self, aml: &mut Vec<u8>) { in to_aml_bytes() method