Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DMediaResource.cpp58 parcel->writeByteVector(mId); in writeToParcel()
DIMediaExtractor.cpp119 data.writeByteVector(casToken); in setMediaCas()
/frameworks/native/libs/binder/
DIpPrefix.cpp62 RETURN_IF_FAILED(parcel->writeByteVector(byte_vector)); in writeToParcel()
DParcel.cpp793 status_t Parcel::writeByteVector(const std::vector<int8_t>& val) { in writeByteVector() function in android::Parcel
797 status_t Parcel::writeByteVector(const std::optional<std::vector<int8_t>>& val) in writeByteVector() function in android::Parcel
803 status_t Parcel::writeByteVector(const std::unique_ptr<std::vector<int8_t>>& val) in writeByteVector() function in android::Parcel
809 status_t Parcel::writeByteVector(const std::vector<uint8_t>& val) { in writeByteVector() function in android::Parcel
813 status_t Parcel::writeByteVector(const std::optional<std::vector<uint8_t>>& val) in writeByteVector() function in android::Parcel
819 status_t Parcel::writeByteVector(const std::unique_ptr<std::vector<uint8_t>>& val) in writeByteVector() function in android::Parcel
/frameworks/native/libs/gui/
DLayerMetadata.cpp61 status = parcel->writeByteVector(entry.second); in writeToParcel()
/frameworks/base/libs/incident/src/
DIncidentReportArgs.cpp75 err = out->writeByteVector(*it); in writeToParcel()
/frameworks/base/libs/services/src/os/
DDropBoxManager.cpp96 err = out->writeByteVector(mData); in writeToParcel()
/frameworks/native/include/binder/
DParcel.h138 status_t writeByteVector(const std::optional<std::vector<int8_t>>& val);
139 status_t writeByteVector(const std::unique_ptr<std::vector<int8_t>>& val);
140 status_t writeByteVector(const std::vector<int8_t>& val);
141 status_t writeByteVector(const std::optional<std::vector<uint8_t>>& val);
142 status_t writeByteVector(const std::unique_ptr<std::vector<uint8_t>>& val);
143 status_t writeByteVector(const std::vector<uint8_t>& val);
/frameworks/native/libs/binder/include/binder/
DParcel.h138 status_t writeByteVector(const std::optional<std::vector<int8_t>>& val);
139 status_t writeByteVector(const std::unique_ptr<std::vector<int8_t>>& val);
140 status_t writeByteVector(const std::vector<int8_t>& val);
141 status_t writeByteVector(const std::optional<std::vector<uint8_t>>& val);
142 status_t writeByteVector(const std::unique_ptr<std::vector<uint8_t>>& val);
143 status_t writeByteVector(const std::vector<uint8_t>& val);