Home
last modified time | relevance | path

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

/frameworks/native/libs/nativewindow/rust/src/
Dhandle.rs178 pub fn into_raw(self) -> NonNull<ffi::native_handle_t> { in into_raw() method
Dlib.rs239 pub fn into_raw(self) -> NonNull<AHardwareBuffer> { in into_raw() method
689 fn into_raw() { in into_raw() function
/frameworks/native/libs/binder/rust/src/
Dparcel.rs104 pub(crate) fn into_raw(self) -> *mut sys::AParcel { in into_raw() method