Lines Matching refs:AParcel
52 ptr: NonNull<sys::AParcel>,
70 ptr: NonNull<sys::AParcel>,
99 pub unsafe fn from_raw(ptr: *mut sys::AParcel) -> Option<Parcel> { in from_raw()
104 pub(crate) fn into_raw(self) -> *mut sys::AParcel { in into_raw() argument
159 pub unsafe fn from_raw(ptr: *mut sys::AParcel) -> Option<BorrowedParcel<'a>> { in from_raw()
175 unsafe impl AsNative<sys::AParcel> for Parcel {
176 fn as_native(&self) -> *const sys::AParcel { in as_native() argument
180 fn as_native_mut(&mut self) -> *mut sys::AParcel { in as_native_mut() argument
187 unsafe impl<'a> AsNative<sys::AParcel> for BorrowedParcel<'a> {
188 fn as_native(&self) -> *const sys::AParcel { in as_native() argument
192 fn as_native_mut(&mut self) -> *mut sys::AParcel { in as_native_mut() argument
311 other: &impl AsNative<sys::AParcel>, in append_from() argument
325 pub fn append_all_from(&mut self, other: &impl AsNative<sys::AParcel>) -> Result<()> { in append_all_from()
427 other: &impl AsNative<sys::AParcel>, in append_from() argument
435 pub fn append_all_from(&mut self, other: &impl AsNative<sys::AParcel>) -> Result<()> { in append_all_from()