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

/frameworks/base/core/java/android/os/
H A DHwParcel.java324 public native final double readDouble(); method in class:HwParcel
H A DParcel.java80 * {@link #readDouble}, {@link #writeFloat}, {@link #readFloat}, {@link #writeInt},
1236 val[i] = readDouble();
1248 val[i] = readDouble();
1988 public final double readDouble() { method in class:Parcel
2672 return readDouble();
/frameworks/native/libs/binder/
H A DParcel.cpp1731 return readNullableTypedVector(val, &Parcel::readDouble);
1735 return readTypedVector(val, &Parcel::readDouble);
1886 status_t Parcel::readDouble(double *pArg) const function in class:Parcel
1899 double Parcel::readDouble() const function in class:Parcel
1911 status_t Parcel::readDouble(double *pArg) const function in class:Parcel
1916 double Parcel::readDouble() const function in class:Parcel
/frameworks/base/media/java/android/media/
H A DExifInterface.java799 values[i] = inputStream.readDouble();
3964 public double readDouble() throws IOException { method in class:ExifInterface.ByteOrderedDataInputStream
/frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/
H A DExifInterface.java3150 values[i] = inputStream.readDouble();
6327 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 42 milliseconds