Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DParcel.cpp1233 status_t Parcel::readDouble(double *pArg) const in readDouble() function in android::Parcel
1246 double Parcel::readDouble() const in readDouble() function in android::Parcel
1258 status_t Parcel::readDouble(double *pArg) const in readDouble() function in android::Parcel
1263 double Parcel::readDouble() const in readDouble() function in android::Parcel
/frameworks/base/core/java/android/os/
DParcel.java1664 public final double readDouble() { in readDouble() method in Parcel
/frameworks/base/media/java/android/media/
DExifInterface.java2464 public double readDouble() throws IOException { in readDouble() method in ExifInterface.ByteOrderAwarenessDataInputStream