Searched refs:readByteVector (Results 1 – 10 of 10) sorted by relevance
70 parcel->readByteVector(&tokenVector); in readFromParcel()
75 RETURN_IF_FAILED(parcel->readByteVector(&byte_vector)); in readFromParcel()
1476 status_t Parcel::readByteVector(std::vector<int8_t>* val) const { in readByteVector() function in android::Parcel1482 status_t Parcel::readByteVector(std::vector<uint8_t>* val) const { in readByteVector() function in android::Parcel1488 status_t Parcel::readByteVector(std::unique_ptr<std::vector<int8_t>>* val) const { in readByteVector() function in android::Parcel1499 status_t Parcel::readByteVector(std::unique_ptr<std::vector<uint8_t>>* val) const { in readByteVector() function in android::Parcel
77 status = parcel->readByteVector(&mMap[key]); in readFromParcel()
143 err = in->readByteVector(&mHeaders[i]); in readFromParcel()
125 err = in->readByteVector(&mData); in readFromParcel()
329 status_t readByteVector(std::unique_ptr<std::vector<int8_t>>* val) const;330 status_t readByteVector(std::vector<int8_t>* val) const;331 status_t readByteVector(std::unique_ptr<std::vector<uint8_t>>* val) const;332 status_t readByteVector(std::vector<uint8_t>* val) const;
219 status_t err = data.readByteVector(&casToken); in onTransact()
568 status_t result = parcel->readByteVector(&hmac); in readFromParcel()