Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DHwParcel.java324 public native final double readDouble(); in readDouble() method in HwParcel
DParcel.java1996 public final double readDouble() { in readDouble() method in Parcel
/frameworks/native/libs/binder/
DParcel.cpp1886 status_t Parcel::readDouble(double *pArg) const in readDouble() function in android::Parcel
1899 double Parcel::readDouble() const in readDouble() function in android::Parcel
1911 status_t Parcel::readDouble(double *pArg) const in readDouble() function in android::Parcel
1916 double Parcel::readDouble() const in readDouble() function in android::Parcel
/frameworks/base/media/java/android/media/
DExifInterface.java3964 public double readDouble() throws IOException { in readDouble() method in ExifInterface.ByteOrderedDataInputStream