Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DParcel.cpp1077 status_t Parcel::readDouble(double *pArg) const in readDouble() function in android::Parcel
1090 double Parcel::readDouble() const in readDouble() function in android::Parcel
1102 status_t Parcel::readDouble(double *pArg) const in readDouble() function in android::Parcel
1107 double Parcel::readDouble() const in readDouble() function in android::Parcel
/frameworks/base/core/java/android/os/
DParcel.java1590 public final double readDouble() { in readDouble() method in Parcel