Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DHwParcel.java495 public final ArrayList<Boolean> readBoolVector() { in readBoolVector() method in HwParcel
/frameworks/native/libs/binder/
DParcel.cpp1681 status_t Parcel::readBoolVector(std::optional<std::vector<bool>>* val) const { in readBoolVector() function in android::Parcel
1694 status = readBoolVector(&**val); in readBoolVector()
1703 status_t Parcel::readBoolVector(std::unique_ptr<std::vector<bool>>* val) const { in readBoolVector() function in android::Parcel
1716 status = readBoolVector(val->get()); in readBoolVector()
1725 status_t Parcel::readBoolVector(std::vector<bool>* val) const { in readBoolVector() function in android::Parcel
DPersistableBundle.cpp455 RETURN_IF_FAILED(parcel->readBoolVector(&mBoolVectorMap[key])); in readFromParcelInner()
/frameworks/native/include/binder/
DParcel.h387 status_t readBoolVector(std::optional<std::vector<bool>>* val) const;
388 status_t readBoolVector(std::unique_ptr<std::vector<bool>>* val) const;
389 status_t readBoolVector(std::vector<bool>* val) const;
/frameworks/native/libs/binder/include/binder/
DParcel.h387 status_t readBoolVector(std::optional<std::vector<bool>>* val) const;
388 status_t readBoolVector(std::unique_ptr<std::vector<bool>>* val) const;
389 status_t readBoolVector(std::vector<bool>* val) const;
/frameworks/base/api/
Dtest-lint-baseline.txt238 ConcreteCollection: android.os.HwParcel#readBoolVector():
1128 MissingNullability: android.os.HwParcel#readBoolVector():
Dtest-current.txt2027 method public final java.util.ArrayList<java.lang.Boolean> readBoolVector();
Dsystem-current.txt5965 method public final java.util.ArrayList<java.lang.Boolean> readBoolVector();
/frameworks/base/non-updatable-api/
Dsystem-current.txt5871 method public final java.util.ArrayList<java.lang.Boolean> readBoolVector();