Home
last modified time | relevance | path

Searched refs:readDoubleVector (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/
DPersistableBundle.cpp418 RETURN_IF_FAILED(parcel->readDoubleVector(&mDoubleVectorMap[key])); in readFromParcelInner()
DParcel.cpp1542 status_t Parcel::readDoubleVector(std::unique_ptr<std::vector<double>>* val) const { in readDoubleVector() function in android::Parcel
1546 status_t Parcel::readDoubleVector(std::vector<double>* val) const { in readDoubleVector() function in android::Parcel
/frameworks/native/include/binder/
DParcel.h284 status_t readDoubleVector(std::unique_ptr<std::vector<double>>* val) const;
285 status_t readDoubleVector(std::vector<double>* val) const;