Home
last modified time | relevance | path

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

/base/msdp/device_status/rust/subsystem/input/sys/src/interaction/
Dkey_event.rs35 pub fn from_raw(c_key_event: *const CKeyEvent) -> Option<Self> { in from_raw() method
Dpointer_event.rs35 pub fn from_raw(c_pointer_event: *const CPointerEvent) -> Option<Self> { in from_raw() method
/base/msdp/device_status/rust/subsystem/distributed_hardware/sys/src/interaction/
Ddm_device_info.rs38 pub fn from_raw(device_info: *const CDmDeviceInfo) -> Option<Self> { in from_raw() method
/base/request/request/services/src/manage/scheduler/qos/
Dapps.rs96 fn from_raw(uid: u64, tasks: Vec<Task>) -> Self { in from_raw() method