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

/frameworks/native/libs/binder/
H A DParcel.cpp817 status_t writeByteVectorInternal(Parcel* parcel, const std::vector<T>& val) function in namespace:android::__anon1435
848 return writeByteVectorInternal(parcel, *val);
854 return writeByteVectorInternal(this, val);
863 return writeByteVectorInternal(this, val);

Completed in 60 milliseconds