Home
last modified time | relevance | path

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

/frameworks/base/libs/incident/src/
DIncidentReportArgs.cpp71 err = out->writeByteVector(*it); in writeToParcel()
/frameworks/native/libs/binder/
DIpPrefix.cpp63 RETURN_IF_FAILED(parcel->writeByteVector(byte_vector)); in writeToParcel()
DValue.cpp337 HANDLE_WRITE_TYPE(vector<uint8_t>, VAL_BYTEARRAY, writeByteVector) in writeToParcel()
338 HANDLE_WRITE_TYPE(vector<int8_t>, VAL_BYTEARRAY, writeByteVector) in writeToParcel()
DParcel.cpp835 status_t Parcel::writeByteVector(const std::vector<int8_t>& val) { in writeByteVector() function in android::Parcel
839 status_t Parcel::writeByteVector(const std::unique_ptr<std::vector<int8_t>>& val) in writeByteVector() function in android::Parcel
844 status_t Parcel::writeByteVector(const std::vector<uint8_t>& val) { in writeByteVector() function in android::Parcel
848 status_t Parcel::writeByteVector(const std::unique_ptr<std::vector<uint8_t>>& val) in writeByteVector() function in android::Parcel
/frameworks/av/drm/libmediadrm/
DMediaCasDefs.cpp34 return parcel->writeByteVector(*this); in writeToParcel()
/frameworks/base/libs/services/src/os/
DDropBoxManager.cpp96 err = out->writeByteVector(mData); in writeToParcel()
/frameworks/native/libs/binder/include/binder/
DParcel.h134 status_t writeByteVector(const std::unique_ptr<std::vector<int8_t>>& val);
135 status_t writeByteVector(const std::vector<int8_t>& val);
136 status_t writeByteVector(const std::unique_ptr<std::vector<uint8_t>>& val);
137 status_t writeByteVector(const std::vector<uint8_t>& val);