Home
last modified time | relevance | path

Searched defs:writeUint64Vector (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/binder/
DParcel.cpp855 status_t Parcel::writeUint64Vector(const std::vector<uint64_t>& val) in writeUint64Vector() function in android::Parcel
860 status_t Parcel::writeUint64Vector(const std::optional<std::vector<uint64_t>>& val) in writeUint64Vector() function in android::Parcel
865 status_t Parcel::writeUint64Vector(const std::unique_ptr<std::vector<uint64_t>>& val) in writeUint64Vector() function in android::Parcel