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