Searched defs:to_aml_bytes (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/crosvm/acpi_tables/src/ |
H A 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 …]
|
/aosp_15_r20/external/crosvm/devices/src/pci/ |
H A D | acpi.rs | 40 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method 121 fn to_aml_bytes(&self, aml: &mut Vec<u8>) { in to_aml_bytes() method 495 fn to_aml_bytes(&self, aml: &mut Vec<u8>) { in to_aml_bytes() method
|
/aosp_15_r20/external/crosvm/devices/src/ |
H A D | pmc_virt.rs | 94 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method
|
H A D | ac_adapter.rs | 127 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method
|
H A D | bat.rs | 575 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method
|
H A D | acpi.rs | 726 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method
|
/aosp_15_r20/external/crosvm/devices/src/virtio/ |
H A D | virtio_mmio_device.rs | 433 fn to_aml_bytes(&self, bytes: &mut Vec<u8>) { in to_aml_bytes() method
|
/aosp_15_r20/external/crosvm/x86_64/src/ |
H A D | lib.rs | 1390 fn to_aml_bytes(&self, aml: &mut Vec<u8>) { in to_aml_bytes() method
|