Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/binder/
H A DParcel.cpp1313 status_t Parcel::readByteVector(std::vector<int8_t>* val) const { return readData(val); } in readByteVector() function in android::Parcel
1314 status_t Parcel::readByteVector(std::vector<uint8_t>* val) const { return readData(val); } in readByteVector() function in android::Parcel
1315 status_t Parcel::readByteVector(std::optional<std::vector<int8_t>>* val) const { return readData(va… in readByteVector() function in android::Parcel
1316 status_t Parcel::readByteVector(std::unique_ptr<std::vector<int8_t>>* val) const { return readData(… in readByteVector() function in android::Parcel
1317 status_t Parcel::readByteVector(std::optional<std::vector<uint8_t>>* val) const { return readData(v… in readByteVector() function in android::Parcel
1318 status_t Parcel::readByteVector(std::unique_ptr<std::vector<uint8_t>>* val) const { return readData… in readByteVector() function in android::Parcel