Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DHwParcel.java511 public final ArrayList<Double> readDoubleVector() { in readDoubleVector() method in HwParcel
/frameworks/native/libs/binder/
DValue.cpp401 HANDLE_READ_TYPE(vector<double>, VAL_DOUBLEARRAY, readDoubleVector) in readFromParcel()
DPersistableBundle.cpp462 RETURN_IF_FAILED(parcel->readDoubleVector(&mDoubleVectorMap[key])); in readFromParcelInner()
DParcel.cpp1803 status_t Parcel::readDoubleVector(std::unique_ptr<std::vector<double>>* val) const { in readDoubleVector() function in android::Parcel
1807 status_t Parcel::readDoubleVector(std::vector<double>* val) const { in readDoubleVector() function in android::Parcel
/frameworks/native/libs/binder/include/binder/
DParcel.h323 status_t readDoubleVector(std::unique_ptr<std::vector<double>>* val) const;
324 status_t readDoubleVector(std::vector<double>* val) const;
/frameworks/base/api/
Dtest-current.txt1782 method public final java.util.ArrayList<java.lang.Double> readDoubleVector();
Dsystem-current.txt5244 method public final java.util.ArrayList<java.lang.Double> readDoubleVector();