Home
last modified time | relevance | path

Searched defs:readDoubleVector (Results 1 – 2 of 2) 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/
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