Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DParcel.cpp1565 status_t Parcel::readByteVector(std::vector<int8_t>* val) const { in readByteVector() function in android::Parcel
1571 status_t Parcel::readByteVector(std::vector<uint8_t>* val) const { in readByteVector() function in android::Parcel
1577 status_t Parcel::readByteVector(std::optional<std::vector<int8_t>>* val) const { in readByteVector() function in android::Parcel
1588 status_t Parcel::readByteVector(std::unique_ptr<std::vector<int8_t>>* val) const { in readByteVector() function in android::Parcel
1599 status_t Parcel::readByteVector(std::optional<std::vector<uint8_t>>* val) const { in readByteVector() function in android::Parcel
1610 status_t Parcel::readByteVector(std::unique_ptr<std::vector<uint8_t>>* val) const { in readByteVector() function in android::Parcel