Searched refs:unsafeReadTypedVector (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/include/binder/
H A DParcel.h391 status_t unsafeReadTypedVector(std::vector<T>* val,
578 status_t Parcel::unsafeReadTypedVector( function in class:android::Parcel
608 return unsafeReadTypedVector(val, read_func);
626 status = unsafeReadTypedVector(val->get(), read_func);
693 return unsafeReadTypedVector<T, Parcelable>(val, &Parcel::readParcelable);
710 status = unsafeReadTypedVector(val->get(), &Parcel::readParcelable<T>);

Completed in 589 milliseconds