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

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

Completed in 60 milliseconds