Home
last modified time | relevance | path

Searched defs:readDouble (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/
DParcel.cpp965 status_t Parcel::readDouble(double *pArg) const in readDouble() function in android::Parcel
971 double Parcel::readDouble() const in readDouble() function in android::Parcel
/frameworks/base/core/java/android/os/
DParcel.java1465 public final double readDouble() { in readDouble() method in Parcel