Searched refs:readBoolVector (Results 1 – 3 of 3) sorted by relevance
410 RETURN_IF_FAILED(parcel->readBoolVector(&mBoolVectorMap[key])); in readFromParcelInner()
1550 status_t Parcel::readBoolVector(std::unique_ptr<std::vector<bool>>* val) const { in readBoolVector() function in android::Parcel1563 status = readBoolVector(val->get()); in readBoolVector()1572 status_t Parcel::readBoolVector(std::vector<bool>* val) const { in readBoolVector() function in android::Parcel
286 status_t readBoolVector(std::unique_ptr<std::vector<bool>>* val) const;287 status_t readBoolVector(std::vector<bool>* val) const;