/external/rust/android-crates-io/crates/virtio-drivers-and-devices/src/transport/ |
D | some.rs | 146 fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method 148 Self::Mmio(mmio) => mmio.ack_interrupt(), in ack_interrupt() 149 Self::Pci(pci) => pci.ack_interrupt(), in ack_interrupt() 151 Self::HypPci(pci) => pci.ack_interrupt(), in ack_interrupt()
|
D | mod.rs | 88 fn ack_interrupt(&mut self) -> bool; in ack_interrupt() method
|
D | fake.rs | 96 fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
|
D | x86_64.rs | 239 fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
|
D | mmio.rs | 487 fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
|
D | pci.rs | 320 fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
|
/external/rust/android-crates-io/crates/virtio-drivers/src/transport/ |
D | some.rs | 146 fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method 148 Self::Mmio(mmio) => mmio.ack_interrupt(), in ack_interrupt() 149 Self::Pci(pci) => pci.ack_interrupt(), in ack_interrupt() 151 Self::HypPci(pci) => pci.ack_interrupt(), in ack_interrupt()
|
D | mod.rs | 68 fn ack_interrupt(&mut self) -> bool; in ack_interrupt() method
|
D | fake.rs | 96 fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
|
D | x86_64.rs | 239 fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
|
D | mmio.rs | 487 fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
|
D | pci.rs | 320 fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method
|
/external/rust/android-crates-io/crates/virtio-drivers/src/device/net/ |
D | dev.rs | 44 pub fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method 45 self.inner.ack_interrupt() in ack_interrupt()
|
D | dev_raw.rs | 61 pub fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method 62 self.transport.ack_interrupt() in ack_interrupt()
|
/external/rust/android-crates-io/crates/virtio-drivers-and-devices/src/device/net/ |
D | dev.rs | 44 pub fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method 45 self.inner.ack_interrupt() in ack_interrupt()
|
D | dev_raw.rs | 61 pub fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method 62 self.transport.ack_interrupt() in ack_interrupt()
|
/external/rust/android-crates-io/crates/virtio-drivers-and-devices/src/device/ |
D | console.rs | 162 pub fn ack_interrupt(&mut self) -> Result<bool> { in ack_interrupt() method 163 if !self.transport.ack_interrupt() { in ack_interrupt() 417 assert_eq!(console.ack_interrupt(), Ok(false)); in receive() 427 assert_eq!(console.ack_interrupt(), Ok(true)); in receive()
|
D | input.rs | 65 pub fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method 66 self.transport.ack_interrupt() in ack_interrupt()
|
D | gpu.rs | 84 pub fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method 85 self.transport.ack_interrupt() in ack_interrupt()
|
D | blk.rs | 93 pub fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method 94 self.transport.ack_interrupt() in ack_interrupt()
|
D | sound.rs | 161 pub fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method 162 self.transport.ack_interrupt() in ack_interrupt()
|
/external/rust/android-crates-io/crates/virtio-drivers/src/device/ |
D | console.rs | 162 pub fn ack_interrupt(&mut self) -> Result<bool> { in ack_interrupt() method 163 if !self.transport.ack_interrupt() { in ack_interrupt() 417 assert_eq!(console.ack_interrupt(), Ok(false)); in receive() 427 assert_eq!(console.ack_interrupt(), Ok(true)); in receive()
|
D | input.rs | 65 pub fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method 66 self.transport.ack_interrupt() in ack_interrupt()
|
D | gpu.rs | 84 pub fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method 85 self.transport.ack_interrupt() in ack_interrupt()
|
D | blk.rs | 93 pub fn ack_interrupt(&mut self) -> bool { in ack_interrupt() method 94 self.transport.ack_interrupt() in ack_interrupt()
|