Home
last modified time | relevance | path

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

/frameworks/libs/modules-utils/java/com/android/modules/utils/
DFastDataInput.java289 public double readDouble() throws IOException { in readDouble() method in FastDataInput
/frameworks/base/core/java/android/view/inspector/
DPropertyReader.java77 void readDouble(int id, double value); in readDouble() method
/frameworks/base/core/java/android/util/proto/
DProtoInputStream.java281 public double readDouble(long fieldId) throws IOException { in readDouble() method in ProtoInputStream
/frameworks/base/core/java/android/os/
DHwParcel.java390 public native final double readDouble(); in readDouble() method in HwParcel
DParcel.java3103 public final double readDouble() { in readDouble() method in Parcel
/frameworks/native/libs/binder/
DParcel.cpp1971 status_t Parcel::readDouble(double *pArg) const in readDouble() function in android::Parcel
1984 double Parcel::readDouble() const in readDouble() function in android::Parcel
1996 status_t Parcel::readDouble(double *pArg) const in readDouble() function in android::Parcel
2001 double Parcel::readDouble() const in readDouble() function in android::Parcel
/frameworks/base/media/java/android/media/
DExifInterface.java5153 public double readDouble() throws IOException { in readDouble() method in ExifInterface.ByteOrderedDataInputStream