Searched refs:into_raw (Results 1 – 5 of 5) sorted by relevance
137 pub fn into_raw(self) -> NonNull<AHardwareBuffer> { in into_raw() method376 fn into_raw() { in into_raw() function387 let raw_buffer = buffer.into_raw(); in into_raw()
62 Box::into_raw(Box::new(f)).cast(), in new_per_session()
278 &mut data.into_raw(), in submit_transact()574 let callback: *const F = Arc::into_raw(Arc::new(callback)); in new()
88 let rust_object = Box::into_raw(Box::new(rust_object)); in new_with_stability()
104 pub(crate) fn into_raw(self) -> *mut sys::AParcel { in into_raw() method