Home
last modified time | relevance | path

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

/base/msdp/device_status/rust/subsystem/device_profile/sys/src/
Ddevice_profile.rs47 pub enum ProfileEvent { enum
63 impl TryFrom<u32> for ProfileEvent { implementation
299 pub fn unsubscribe_profile_events(&self, profile_events: &[ProfileEvent], in unsubscribe_profile_events()