Home
last modified time | relevance | path

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/
Dvring.rs59 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/
Dqueue_sync.rs139 fn needs_notification<M: GuestMemory>(&mut self, mem: &M) -> Result<bool, Error> { in needs_notification() method
Dlib.rs212 fn needs_notification<M: GuestMemory>(&mut self, mem: &M) -> Result<bool, Error>; in needs_notification() method
Dqueue.rs526 fn needs_notification<M: GuestMemory>(&mut self, mem: &M) -> Result<bool, Error> { in needs_notification() method