Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/src/parcel/
Dparcelable_holder.rs64 pub struct ParcelableHolder<STABILITY: StabilityType> { struct
71 data: Mutex<ParcelableHolderData>, argument
76 impl<STABILITY: StabilityType> ParcelableHolder<STABILITY> { impl
169 impl<STABILITY: StabilityType> Default for ParcelableHolder<STABILITY> { implementation
175 impl<STABILITY: StabilityType> Clone for ParcelableHolder<STABILITY> { implementation
184 impl<STABILITY: StabilityType> Serialize for ParcelableHolder<STABILITY> { implementation
191 impl<STABILITY: StabilityType> Deserialize for ParcelableHolder<STABILITY> { implementation
212 impl<STABILITY: StabilityType> Parcelable for ParcelableHolder<STABILITY> { implementation
/frameworks/base/core/java/android/os/
DParcelableHolder.java71 public final class ParcelableHolder implements Parcelable { class
86 public ParcelableHolder(@Parcelable.Stability int stability) { in ParcelableHolder() method in ParcelableHolder
90 private ParcelableHolder() { in ParcelableHolder() method in ParcelableHolder
/frameworks/native/libs/binder/include/binder/
DParcelableHolder.h35 explicit ParcelableHolder(Stability stability) : mStability(stability){} in ParcelableHolder() function
37 ParcelableHolder(const ParcelableHolder& other) { in ParcelableHolder() function