Searched defs:readBoolVector (Results 1 - 2 of 2) sorted by path

/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 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

Completed in 1632 milliseconds