Home
last modified time | relevance | path

Searched refs:new_parcel (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/rust/src/parcel/
Dparcelable_holder.rs259 let mut new_parcel = Parcel::new(); in read_from_parcel() localVariable
260 new_parcel.append_from(parcel, data_start, data_size)?; in read_from_parcel()
261 *self.data.get_mut().unwrap() = ParcelableHolderData::Parcel(new_parcel); in read_from_parcel()
/frameworks/native/libs/binder/rust/src/
Dparcel.rs136 let mut new_parcel = Self::new(); in clone() localVariable
137 new_parcel in clone()
141 new_parcel in clone()