Home
last modified time | relevance | path

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

/frameworks/native/libs/nativewindow/rust/src/
Dhandle.rs170 pub fn as_raw(&self) -> NonNull<ffi::native_handle_t> { in as_raw() method
Dlib.rs229 pub fn as_raw(&self) -> NonNull<AHardwareBuffer> { in as_raw() method
/frameworks/native/libs/binder/rust/src/
Dproxy.rs90 pub unsafe fn as_raw(&self) -> *mut sys::AIBinder { in as_raw() method