Searched refs:readDoubleVector (Results 1 – 5 of 5) sorted by relevance
199 public final ArrayList<Double> readDoubleVector() { in readDoubleVector() method in HwParcel
399 HANDLE_READ_TYPE(vector<double>, VAL_DOUBLEARRAY, readDoubleVector) in readFromParcel()
461 RETURN_IF_FAILED(parcel->readDoubleVector(&mDoubleVectorMap[key])); in readFromParcelInner()
1648 status_t Parcel::readDoubleVector(std::unique_ptr<std::vector<double>>* val) const { in readDoubleVector() function in android::Parcel1652 status_t Parcel::readDoubleVector(std::vector<double>* val) const { in readDoubleVector() function in android::Parcel
314 status_t readDoubleVector(std::unique_ptr<std::vector<double>>* val) const;315 status_t readDoubleVector(std::vector<double>* val) const;