Searched defs:writeByteVectorInternal (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/binder/
H A DParcel.cpp799 status_t writeByteVectorInternal(Parcel* parcel, const std::vector<T>& val) function in namespace:android::__anon1630
830 return writeByteVectorInternal(parcel, *val);
836 return writeByteVectorInternal(this, val);
845 return writeByteVectorInternal(this, val);

Completed in 190 milliseconds