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

/frameworks/base/core/java/android/os/
H A DHwParcel.java386 public final ArrayList<Boolean> readBoolVector() { method in class:HwParcel
/frameworks/native/libs/binder/
H A DValue.cpp397 HANDLE_READ_TYPE(vector<bool>, VAL_BOOLEANARRAY, readBoolVector)
H A DPersistableBundle.cpp454 RETURN_IF_FAILED(parcel->readBoolVector(&mBoolVectorMap[key]));
H A DParcel.cpp1738 status_t Parcel::readBoolVector(std::unique_ptr<std::vector<bool>>* val) const { function in class:Parcel
1751 status = readBoolVector(val->get());
1760 status_t Parcel::readBoolVector(std::vector<bool>* val) const { function in class:Parcel
/frameworks/native/include/binder/
H A DParcel.h316 status_t readBoolVector(std::unique_ptr<std::vector<bool>>* val) const;
317 status_t readBoolVector(std::vector<bool>* val) const;
/frameworks/native/libs/binder/include/binder/
H A DParcel.h316 status_t readBoolVector(std::unique_ptr<std::vector<bool>>* val) const;
317 status_t readBoolVector(std::vector<bool>* val) const;

Completed in 49 milliseconds