Searched refs:readByteVector (Results 1 – 11 of 11) sorted by relevance
88 parcel->readByteVector(&tokenVector); in readFromParcel()
51 parcel.readByteVector(&mId); in readFromParcel()
200 status_t err = data.readByteVector(&casToken); in onTransact()
116 in->readByteVector(&(mElements.back().storage_value)); in readFromParcel()
125 err = in->readByteVector(&mData); in readFromParcel()
75 RETURN_IF_FAILED(parcel->readByteVector(&byte_vector)); in readFromParcel()
1565 status_t Parcel::readByteVector(std::vector<int8_t>* val) const { in readByteVector() function in android::Parcel1571 status_t Parcel::readByteVector(std::vector<uint8_t>* val) const { in readByteVector() function in android::Parcel1577 status_t Parcel::readByteVector(std::optional<std::vector<int8_t>>* val) const { in readByteVector() function in android::Parcel1588 status_t Parcel::readByteVector(std::unique_ptr<std::vector<int8_t>>* val) const { in readByteVector() function in android::Parcel1599 status_t Parcel::readByteVector(std::optional<std::vector<uint8_t>>* val) const { in readByteVector() function in android::Parcel1610 status_t Parcel::readByteVector(std::unique_ptr<std::vector<uint8_t>>* val) const { in readByteVector() function in android::Parcel
75 status = parcel->readByteVector(&mMap[key]); in readFromParcel()
136 err = in->readByteVector(&mHeaders[i]); in readFromParcel()
366 status_t readByteVector(std::optional<std::vector<int8_t>>* val) const;367 status_t readByteVector(std::unique_ptr<std::vector<int8_t>>* val) const;368 status_t readByteVector(std::vector<int8_t>* val) const;369 status_t readByteVector(std::optional<std::vector<uint8_t>>* val) const;370 status_t readByteVector(std::unique_ptr<std::vector<uint8_t>>* val) const;371 status_t readByteVector(std::vector<uint8_t>* val) const;