Searched refs:readByteVector (Results 1 – 10 of 10) sorted by relevance
88 parcel->readByteVector(&tokenVector); in readFromParcel()
116 in->readByteVector(&(mElements.back().storage_value)); in readFromParcel()
125 err = in->readByteVector(&mData); in readFromParcel()
76 RETURN_IF_FAILED(parcel->readByteVector(&byte_vector)); in readFromParcel()
398 HANDLE_READ_TYPE(vector<uint8_t>, VAL_BYTEARRAY, readByteVector) in readFromParcel()
1755 status_t Parcel::readByteVector(std::vector<int8_t>* val) const { in readByteVector() function in android::Parcel1759 status_t Parcel::readByteVector(std::vector<uint8_t>* val) const { in readByteVector() function in android::Parcel1763 status_t Parcel::readByteVector(std::unique_ptr<std::vector<int8_t>>* val) const { in readByteVector() function in android::Parcel1767 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()
311 status_t readByteVector(std::unique_ptr<std::vector<int8_t>>* val) const;312 status_t readByteVector(std::vector<int8_t>* val) const;313 status_t readByteVector(std::unique_ptr<std::vector<uint8_t>>* val) const;314 status_t readByteVector(std::vector<uint8_t>* val) const;
200 status_t err = data.readByteVector(&casToken); in onTransact()