Searched defs:to_aml_bytes (Results 1 – 7 of 7) 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 94 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method 104 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method 114 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method 127 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method 177 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 205 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method 218 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method 234 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method [all …]
|
| /external/crosvm/devices/src/pci/ |
| D | acpi.rs | 40 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method 73 fn to_aml_bytes(&self, aml: &mut Vec<u8>) { in to_aml_bytes() method
|
| /external/crosvm/devices/src/ |
| D | ac_adapter.rs | 127 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method
|
| D | bat.rs | 462 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method
|
| D | acpi.rs | 1041 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method
|
| /external/crosvm/devices/src/virtio/ |
| D | virtio_mmio_device.rs | 439 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method
|
| /external/crosvm/x86_64/src/ |
| D | lib.rs | 1434 fn to_aml_bytes(&self, aml: &mut Vec<u8>) { in to_aml_bytes() method
|