Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/base/src/sys/windows/
H A Devent.rs50 pub(crate) struct PlatformEvent { struct
62 PlatformEvent::new_with_manual_reset(false).map(Event) in new_auto_reset() argument
74 impl PlatformEvent { implementation
75 pub fn new_with_manual_reset(manual_reset: bool) -> Result<PlatformEvent> { in new_with_manual_reset()
99 pub fn create_event_with_name(name: &str) -> Result<PlatformEvent> { in create_event_with_name()
129 pub fn open(name: &str) -> Result<PlatformEvent> { in open()
202 pub fn try_clone(&self) -> Result<PlatformEvent> { in try_clone()
226 impl AsRawDescriptor for PlatformEvent { implementation
232 impl FromRawDescriptor for PlatformEvent { implementation
241 impl AsRawHandle for PlatformEvent { implementation
[all …]
/aosp_15_r20/external/crosvm/base/src/sys/macos/
H A 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
/aosp_15_r20/external/crosvm/base/src/sys/linux/
H A Devent.rs35 pub(crate) struct PlatformEvent { struct
57 impl PlatformEvent { argument
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