Searched refs:readDoubleVector (Results 1 – 3 of 3) sorted by relevance
418 RETURN_IF_FAILED(parcel->readDoubleVector(&mDoubleVectorMap[key])); in readFromParcelInner()
1542 status_t Parcel::readDoubleVector(std::unique_ptr<std::vector<double>>* val) const { in readDoubleVector() function in android::Parcel1546 status_t Parcel::readDoubleVector(std::vector<double>* val) const { in readDoubleVector() function in android::Parcel
284 status_t readDoubleVector(std::unique_ptr<std::vector<double>>* val) const;285 status_t readDoubleVector(std::vector<double>* val) const;