HomeSort by relevance Sort by last modified time
    Searched refs:readDoubleVector (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/os/
HwParcel.java 452 public final ArrayList<Double> readDoubleVector() {
  /frameworks/native/libs/binder/
Value.cpp 401 HANDLE_READ_TYPE(vector<double>, VAL_DOUBLEARRAY, readDoubleVector)
PersistableBundle.cpp 462 RETURN_IF_FAILED(parcel->readDoubleVector(&mDoubleVectorMap[key]));
Parcel.cpp     [all...]
  /frameworks/native/libs/binder/include/binder/
Parcel.h 314 status_t readDoubleVector(std::unique_ptr<std::vector<double>>* val) const;
315 status_t readDoubleVector(std::vector<double>* val) const;
    [all...]

Completed in 99 milliseconds