Searched defs:readDouble (Results 1 – 6 of 6) sorted by relevance
77 void readDouble(int id, double value); in readDouble() method
276 public double readDouble(long fieldId) throws IOException { in readDouble() method in ProtoInputStream
391 public native final double readDouble(); in readDouble() method in HwParcel
2122 public final double readDouble() { in readDouble() method in Parcel
1865 status_t Parcel::readDouble(double *pArg) const in readDouble() function in android::Parcel1878 double Parcel::readDouble() const in readDouble() function in android::Parcel1890 status_t Parcel::readDouble(double *pArg) const in readDouble() function in android::Parcel1895 double Parcel::readDouble() const in readDouble() function in android::Parcel
4200 public double readDouble() throws IOException { in readDouble() method in ExifInterface.ByteOrderedDataInputStream