Home
last modified time | relevance | path

Searched refs:CISubscribeInfos (Results 1 - 4 of 4) sorted by relevance

/base/msdp/device_status/rust/subsystem/device_profile/sys/src/
H A Dbinding.rs66 /// Type definition for the clone function of the `CISubscribeInfos` struct.
67 pub type CISubscribeInfosClone = extern "C" fn (profile_events: *mut CISubscribeInfos) -> *mut CISubscribeInfos;
68 /// Type definition for the destruct function of the `CISubscribeInfos` struct.
69 pub type CISubscribeInfosDestruct = extern "C" fn (profile_events: *mut CISubscribeInfos);
73 pub struct CISubscribeInfos { structure names
74 /// An optional clone function for creating a clone of the `CISubscribeInfos` object.
76 /// An optional destruct function for cleaning up the `CISubscribeInfos` object.
175 pub fn SubscribeProfileEvents(subscribe_infos: *const CISubscribeInfos, in SubscribeProfileEvents()
H A Ddevice_profile.rs29 CISubscribeInfos,
253 let subscriptions_borrowed = CISubscribeInfos { in subscribe_profile_events()
/base/msdp/device_status/rust/subsystem/device_profile/binding/include/
H A Dfusion_device_profile.h41 struct CISubscribeInfos { struct
91 int32_t SubscribeProfileEvents(const CISubscribeInfos* subscribeInfos,
/base/msdp/device_status/rust/subsystem/device_profile/binding/src/
H A Dfusion_device_profile.cpp86 int32_t SubscribeProfileEvents(const CISubscribeInfos* subscribeInfos, in SubscribeProfileEvents()

Completed in 2 milliseconds