Searched refs:readByteVector (Results 1 – 10 of 10) sorted by relevance
148 RETURN_IF_FAILED(parcel->readByteVector(&rawName)); in readFromParcel()153 RETURN_IF_FAILED(parcel->readByteVector(&mXpanid)); in readFromParcel()
127 RETURN_IF_FAILED(parcel->readByteVector(&mMasterKey)); in readFromParcel()
167 RETURN_IF_FAILED(parcel->readByteVector(&mBeaconAddress)); in readFromParcel()
76 RETURN_IF_FAILED(parcel->readByteVector(&byte_vector)); in readFromParcel()
396 HANDLE_READ_TYPE(vector<uint8_t>, VAL_BYTEARRAY, readByteVector) in readFromParcel()
1690 status_t Parcel::readByteVector(std::vector<int8_t>* val) const { in readByteVector() function in android::Parcel1694 status_t Parcel::readByteVector(std::vector<uint8_t>* val) const { in readByteVector() function in android::Parcel1698 status_t Parcel::readByteVector(std::unique_ptr<std::vector<int8_t>>* val) const { in readByteVector() function in android::Parcel1702 status_t Parcel::readByteVector(std::unique_ptr<std::vector<uint8_t>>* val) const { in readByteVector() function in android::Parcel
117 err = in->readByteVector(&mHeaders[i]); in readFromParcel()
125 err = in->readByteVector(&mData); in readFromParcel()
304 status_t readByteVector(std::unique_ptr<std::vector<int8_t>>* val) const;305 status_t readByteVector(std::vector<int8_t>* val) const;306 status_t readByteVector(std::unique_ptr<std::vector<uint8_t>>* val) const;307 status_t readByteVector(std::vector<uint8_t>* val) const;
218 status_t err = data.readByteVector(&casToken); in onTransact()