Searched defs:to_aml_bytes (Results 1 – 4 of 4) sorted by relevance
/external/crosvm/acpi_tables/src/ |
D | aml.rs | 12 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/ |
D | bat.rs | 479 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method
|
D | acpi.rs | 858 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method
|
/external/crosvm/x86_64/src/ |
D | lib.rs | 991 fn to_aml_bytes(&self, aml: &mut Vec<u8>) { in to_aml_bytes() method
|