Home
last modified time | relevance | path

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

/frameworks/native/libs/nativewindow/rust/src/
Dhandle.rs148 pub unsafe fn from_raw(native_handle: NonNull<ffi::native_handle_t>) -> Self { in from_raw() method
Dlib.rs204 pub unsafe fn from_raw(buffer_ptr: NonNull<AHardwareBuffer>) -> Self { in from_raw() method
/frameworks/native/libs/binder/rust/src/
Dparcel.rs99 pub unsafe fn from_raw(ptr: *mut sys::AParcel) -> Option<Parcel> { in from_raw() method
159 pub unsafe fn from_raw(ptr: *mut sys::AParcel) -> Option<BorrowedParcel<'a>> { in from_raw() method
Dproxy.rs76 pub(crate) unsafe fn from_raw(ptr: *mut sys::AIBinder) -> Option<Self> { in from_raw() method