Searched defs:readDoubleVector (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DHwParcel.java452 public final ArrayList<Double> readDoubleVector() { method in class:HwParcel
/frameworks/native/libs/binder/
H A DParcel.cpp1730 status_t Parcel::readDoubleVector(std::unique_ptr<std::vector<double>>* val) const { function in class:Parcel
1734 status_t Parcel::readDoubleVector(std::vector<double>* val) const { function in class:Parcel

Completed in 13 milliseconds