Home
last modified time | relevance | path

Searched defs:PlatformEvent (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/base/src/sys/macos/
Devent.rs15 pub struct PlatformEvent { struct
19 impl PlatformEvent { argument
59 pub fn try_clone(&self) -> Result<PlatformEvent> { in try_clone()
64 impl crate::AsRawDescriptor for PlatformEvent { implementation
70 impl crate::FromRawDescriptor for PlatformEvent { implementation
78 impl crate::IntoRawDescriptor for PlatformEvent { implementation
90 impl From<SafeDescriptor> for PlatformEvent { implementation
/external/crosvm/base/src/sys/windows/
Devent.rs49 pub(crate) struct PlatformEvent { struct
61 PlatformEvent::new_with_manual_reset(false).map(Event) in new_auto_reset() argument
73 impl PlatformEvent { impl
74 pub fn new_with_manual_reset(manual_reset: bool) -> Result<PlatformEvent> { in new_with_manual_reset()
98 pub fn create_event_with_name(name: &str) -> Result<PlatformEvent> { in create_event_with_name()
128 pub fn open(name: &str) -> Result<PlatformEvent> { in open()
201 pub fn try_clone(&self) -> Result<PlatformEvent> { in try_clone()
225 impl AsRawDescriptor for PlatformEvent { implementation
231 impl FromRawDescriptor for PlatformEvent { implementation
240 impl AsRawHandle for PlatformEvent { implementation
[all …]
/external/crosvm/base/src/sys/linux/
Devent.rs35 pub(crate) struct PlatformEvent { struct
57 impl PlatformEvent { implementation
171 pub fn try_clone(&self) -> Result<PlatformEvent> { in try_clone()
178 impl AsRawDescriptor for PlatformEvent { implementation
184 impl FromRawDescriptor for PlatformEvent { implementation
192 impl IntoRawDescriptor for PlatformEvent { implementation
204 impl From<SafeDescriptor> for PlatformEvent { implementation