Searched defs:needs_notification (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/vhost-user-backend/src/ |
D | vring.rs | 59 fn needs_notification(&self) -> Result<bool, VirtQueError>; in needs_notification() method 168 pub fn needs_notification(&mut self) -> Result<bool, VirtQueError> { in needs_notification() method 322 fn needs_notification(&self) -> Result<bool, VirtQueError> { in needs_notification() method 437 fn needs_notification(&self) -> Result<bool, VirtQueError> { in needs_notification() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/virtio-queue/src/ |
D | queue_sync.rs | 139 fn needs_notification<M: GuestMemory>(&mut self, mem: &M) -> Result<bool, Error> { in needs_notification() method
|
D | lib.rs | 212 fn needs_notification<M: GuestMemory>(&mut self, mem: &M) -> Result<bool, Error>; in needs_notification() method
|
D | queue.rs | 526 fn needs_notification<M: GuestMemory>(&mut self, mem: &M) -> Result<bool, Error> { in needs_notification() method
|