Searched defs:readDouble (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/os/
H A DHwParcel.java151 public native final double readDouble(); method in class:HwParcel
H A DParcel.java78 * {@link #readDouble}, {@link #writeFloat}, {@link #readFloat}, {@link #writeInt},
1146 val[i] = readDouble();
1158 val[i] = readDouble();
1988 public final double readDouble() { method in class:Parcel
2687 return readDouble();
/frameworks/native/libs/binder/
H A DParcel.cpp1649 return readNullableTypedVector(val, &Parcel::readDouble);
1653 return readTypedVector(val, &Parcel::readDouble);
1804 status_t Parcel::readDouble(double *pArg) const function in class:Parcel
1817 double Parcel::readDouble() const function in class:Parcel
1829 status_t Parcel::readDouble(double *pArg) const function in class:Parcel
1834 double Parcel::readDouble() const function in class:Parcel
/frameworks/base/media/java/android/media/
H A DExifInterface.java795 values[i] = inputStream.readDouble();
3715 public double readDouble() throws IOException { method in class:ExifInterface.ByteOrderedDataInputStream
/frameworks/support/exifinterface/src/android/support/media/
H A DExifInterface.java760 values[i] = inputStream.readDouble();
3683 public double readDouble() throws IOException { method in class:ExifInterface.ByteOrderedDataInputStream
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 120 milliseconds