Home
last modified time | relevance | path

Searched defs:handle_cap_write_result (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/pci/pcie/
H A Dpcie_port.rs274 pub fn handle_cap_write_result(&mut self, res: Box<dyn PciCapConfigWriteResult>) { in handle_cap_write_result() method
810 fn handle_cap_write_result(&mut self, res: Box<dyn PciCapConfigWriteResult>) { in handle_cap_write_result() method
H A Dpcie_device.rs33 fn handle_cap_write_result(&mut self, res: Box<dyn PciCapConfigWriteResult>); in handle_cap_write_result() method