Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DParcel.cpp1079 status_t Parcel::readDouble(double *pArg) const in readDouble() function in android::Parcel
1092 double Parcel::readDouble() const in readDouble() function in android::Parcel
1104 status_t Parcel::readDouble(double *pArg) const in readDouble() function in android::Parcel
1109 double Parcel::readDouble() const in readDouble() function in android::Parcel
/frameworks/base/core/java/android/os/
DParcel.java1584 public final double readDouble() { in readDouble() method in Parcel