Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DParcel.cpp842 status_t writeByteVectorInternal(Parcel* parcel, const std::vector<T>& val) in writeByteVectorInternal() function
873 return writeByteVectorInternal(parcel, *val); in writeByteVectorInternalPtr()
879 return writeByteVectorInternal(this, val); in writeByteVector()
888 return writeByteVectorInternal(this, val); in writeByteVector()