Home
last modified time | relevance | path

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

/external/crosvm/base/src/sys/windows/
Devent.rs50 pub(crate) struct PlatformEvent { struct
62 PlatformEvent::new_with_manual_reset(false).map(Event) in new_auto_reset() argument
74 impl PlatformEvent { impl
75 pub fn new_with_manual_reset(manual_reset: bool) -> Result<PlatformEvent> { in new_with_manual_reset()
96 pub fn create_event_with_name(name: &str) -> Result<PlatformEvent> { in create_event_with_name()
123 pub fn open(name: &str) -> Result<PlatformEvent> { in open()
190 pub fn try_clone(&self) -> Result<PlatformEvent> { in try_clone()
210 impl AsRawDescriptor for PlatformEvent { implementation
216 impl FromRawDescriptor for PlatformEvent { implementation
224 impl AsRawHandle for PlatformEvent { implementation
[all …]
/external/crosvm/base/src/sys/unix/
Devent.rs33 pub(crate) struct PlatformEvent { struct
55 impl PlatformEvent { impl
158 pub fn try_clone(&self) -> Result<PlatformEvent> { in try_clone()
165 impl AsRawDescriptor for PlatformEvent { implementation
171 impl FromRawDescriptor for PlatformEvent { implementation
179 impl IntoRawDescriptor for PlatformEvent { implementation