Searched refs:readByteVector (Results 1 – 2 of 2) sorted by relevance
274 status_t readByteVector(std::unique_ptr<std::vector<int8_t>>* val) const;275 status_t readByteVector(std::vector<int8_t>* val) const;276 status_t readByteVector(std::unique_ptr<std::vector<uint8_t>>* val) const;277 status_t readByteVector(std::vector<uint8_t>* val) const;
1502 status_t Parcel::readByteVector(std::vector<int8_t>* val) const { in readByteVector() function in android::Parcel1506 status_t Parcel::readByteVector(std::vector<uint8_t>* val) const { in readByteVector() function in android::Parcel1510 status_t Parcel::readByteVector(std::unique_ptr<std::vector<int8_t>>* val) const { in readByteVector() function in android::Parcel1514 status_t Parcel::readByteVector(std::unique_ptr<std::vector<uint8_t>>* val) const { in readByteVector() function in android::Parcel