Home
last modified time | relevance | path

Searched refs:into_raw (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/security/keystore2/apc_compat/
H A Dapc_compat.rs159 let cb_data_ptr = Box::into_raw(Box::new(Box::new(cb) as Box<Callback>)); in prompt_user_confirmation()
/aosp12/frameworks/native/libs/binder/rust/src/
H A Dnative.rs65 let rust_object = Box::into_raw(Box::new(rust_object)); in new_with_stability()
H A Dproxy.rs264 &mut input.into_raw(), in transact()
H A Dparcel.rs94 pub(crate) fn into_raw(mut self) -> *mut sys::AParcel { in into_raw() method
/aosp12/packages/modules/DnsResolver/
H A Ddoh.rs428 Ok(c) => Box::into_raw(c), in doh_new()