Home | History | Annotate | Download | only in binder

Lines Matching defs:readBoolVector

1738 status_t Parcel::readBoolVector(std::unique_ptr<std::vector<bool>>* val) const {
1751 status = readBoolVector(val->get());
1760 status_t Parcel::readBoolVector(std::vector<bool>* val) const {