Searched defs:readByteVector (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/binder/
H A DParcel.cpp1690 status_t Parcel::readByteVector(std::vector<int8_t>* val) const { function in class:Parcel
1694 status_t Parcel::readByteVector(std::vector<uint8_t>* val) const { function in class:Parcel
1698 status_t Parcel::readByteVector(std::unique_ptr<std::vector<int8_t>>* val) const { function in class:Parcel
1702 status_t Parcel::readByteVector(std::unique_ptr<std::vector<uint8_t>>* val) const { function in class:Parcel

Completed in 15 milliseconds