Home
last modified time | relevance | path

Searched refs:readBoolVector (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/
DPersistableBundle.cpp410 RETURN_IF_FAILED(parcel->readBoolVector(&mBoolVectorMap[key])); in readFromParcelInner()
DParcel.cpp1550 status_t Parcel::readBoolVector(std::unique_ptr<std::vector<bool>>* val) const { in readBoolVector() function in android::Parcel
1563 status = readBoolVector(val->get()); in readBoolVector()
1572 status_t Parcel::readBoolVector(std::vector<bool>* val) const { in readBoolVector() function in android::Parcel
/frameworks/native/include/binder/
DParcel.h286 status_t readBoolVector(std::unique_ptr<std::vector<bool>>* val) const;
287 status_t readBoolVector(std::vector<bool>* val) const;