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

/frameworks/native/include/binder/
H A DParcel.h434 status_t unsafeReadTypedVector(std::vector<T>* val,
705 status_t Parcel::unsafeReadTypedVector( function in class:android::Parcel
743 return unsafeReadTypedVector(val, read_func);
761 status = unsafeReadTypedVector(val->get(), read_func);
828 return unsafeReadTypedVector<T, Parcelable>(val, &Parcel::readParcelable);
845 status = unsafeReadTypedVector(val->get(), &Parcel::readParcelable<T>);
/frameworks/native/libs/binder/include/binder/
H A DParcel.h434 status_t unsafeReadTypedVector(std::vector<T>* val,
705 status_t Parcel::unsafeReadTypedVector( function in class:android::Parcel
743 return unsafeReadTypedVector(val, read_func);
761 status = unsafeReadTypedVector(val->get(), read_func);
828 return unsafeReadTypedVector<T, Parcelable>(val, &Parcel::readParcelable);
845 status = unsafeReadTypedVector(val->get(), &Parcel::readParcelable<T>);

Completed in 31 milliseconds