Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DHwParcel.java561 public final ArrayList<Double> readDoubleVector() { in readDoubleVector() method in HwParcel
/frameworks/native/libs/binder/
DPersistableBundle.cpp463 RETURN_IF_FAILED(parcel->readDoubleVector(&mDoubleVectorMap[key])); in readFromParcelInner()
DParcel.cpp1669 status_t Parcel::readDoubleVector(std::optional<std::vector<double>>* val) const { in readDoubleVector() function in android::Parcel
1673 status_t Parcel::readDoubleVector(std::unique_ptr<std::vector<double>>* val) const { in readDoubleVector() function in android::Parcel
1677 status_t Parcel::readDoubleVector(std::vector<double>* val) const { in readDoubleVector() function in android::Parcel
/frameworks/native/include/binder/
DParcel.h384 status_t readDoubleVector(std::optional<std::vector<double>>* val) const;
385 status_t readDoubleVector(std::unique_ptr<std::vector<double>>* val) const;
386 status_t readDoubleVector(std::vector<double>* val) const;
/frameworks/native/libs/binder/include/binder/
DParcel.h384 status_t readDoubleVector(std::optional<std::vector<double>>* val) const;
385 status_t readDoubleVector(std::unique_ptr<std::vector<double>>* val) const;
386 status_t readDoubleVector(std::vector<double>* val) const;
/frameworks/base/api/
Dtest-lint-baseline.txt240 ConcreteCollection: android.os.HwParcel#readDoubleVector():
1132 MissingNullability: android.os.HwParcel#readDoubleVector():
Dtest-current.txt2030 method public final java.util.ArrayList<java.lang.Double> readDoubleVector();
Dsystem-current.txt5968 method public final java.util.ArrayList<java.lang.Double> readDoubleVector();
/frameworks/base/non-updatable-api/
Dsystem-current.txt5874 method public final java.util.ArrayList<java.lang.Double> readDoubleVector();