Searched refs:has_queued_present (Results 1 – 2 of 2) sorted by relevance
683 if context.state_machine.has_queued_present(hci) { in mainloop()685 a.has_queued_present = false; in mainloop()774 a.has_queued_present = queue_present; in mainloop()913 if context.state_machine.has_queued_present(hci) { in mainloop()915 a.has_queued_present = false; in mainloop()1093 pub has_queued_present: bool, field1110 has_queued_present: false, in new()1319 fn has_queued_present(&self, hci: VirtualHciIndex) -> bool { in has_queued_present() method1320 self.get_state(hci, |a: &AdapterState| Some(a.has_queued_present)).unwrap_or(false) in has_queued_present()
191 .filter(|a| !a.has_queued_present) in get_available_adapters()