Searched defs:readDoubleVector (Results 1 – 2 of 2) sorted by relevance
560 public final ArrayList<Double> readDoubleVector() { in readDoubleVector() method in HwParcel
929 status_t Parcel::readDoubleVector(std::optional<std::vector<double>>* val) const { return readData(… in readDoubleVector() function in android::Parcel930 status_t Parcel::readDoubleVector(std::unique_ptr<std::vector<double>>* val) const { return readDat… in readDoubleVector() function in android::Parcel931 status_t Parcel::readDoubleVector(std::vector<double>* val) const { return readData(val); } in readDoubleVector() function in android::Parcel