Lines Matching refs:sptr
422 bool WriteStrongParcelable(const sptr<Parcelable> &object);
448 bool WriteObject(const sptr<T> &object);
665 sptr<T> ReadStrongParcelable();
687 sptr<T> ReadObject();
855 std::vector<sptr<Parcelable>> objectHolder_;
860 bool Parcel::WriteObject(const sptr<T> &object)
869 sptr<T> Parcel::ReadObject()
874 sptr<T> res(T::Unmarshalling(*this));
889 // Read data from the given parcel into this parcelable object, and return sptr.
891 sptr<T> Parcel::ReadStrongParcelable()
897 sptr<T> res(T::Unmarshalling(*this));