Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DHwParcel.java199 public final ArrayList<Double> readDoubleVector() { in readDoubleVector() method in HwParcel
/frameworks/native/libs/binder/
DValue.cpp399 HANDLE_READ_TYPE(vector<double>, VAL_DOUBLEARRAY, readDoubleVector) in readFromParcel()
DPersistableBundle.cpp461 RETURN_IF_FAILED(parcel->readDoubleVector(&mDoubleVectorMap[key])); in readFromParcelInner()
DParcel.cpp1648 status_t Parcel::readDoubleVector(std::unique_ptr<std::vector<double>>* val) const { in readDoubleVector() function in android::Parcel
1652 status_t Parcel::readDoubleVector(std::vector<double>* val) const { in readDoubleVector() function in android::Parcel
/frameworks/native/libs/binder/include/binder/
DParcel.h314 status_t readDoubleVector(std::unique_ptr<std::vector<double>>* val) const;
315 status_t readDoubleVector(std::vector<double>* val) const;