Searched refs:readDoubleVector (Results 1 – 7 of 7) sorted by relevance
511 public final ArrayList<Double> readDoubleVector() { in readDoubleVector() method in HwParcel
401 HANDLE_READ_TYPE(vector<double>, VAL_DOUBLEARRAY, readDoubleVector) in readFromParcel()
462 RETURN_IF_FAILED(parcel->readDoubleVector(&mDoubleVectorMap[key])); in readFromParcelInner()
1803 status_t Parcel::readDoubleVector(std::unique_ptr<std::vector<double>>* val) const { in readDoubleVector() function in android::Parcel1807 status_t Parcel::readDoubleVector(std::vector<double>* val) const { in readDoubleVector() function in android::Parcel
323 status_t readDoubleVector(std::unique_ptr<std::vector<double>>* val) const;324 status_t readDoubleVector(std::vector<double>* val) const;
1782 method public final java.util.ArrayList<java.lang.Double> readDoubleVector();
5244 method public final java.util.ArrayList<java.lang.Double> readDoubleVector();