Searched defs:to_aml_bytes (Results 1 – 3 of 3) 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 80 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method 90 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method 100 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method 113 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method 163 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method 172 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method 181 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method 190 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method 202 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method [all …]
|
/external/crosvm/devices/src/ |
D | acpi.rs | 143 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method
|
D | bat.rs | 499 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method
|