Home
last modified time | relevance | path

Searched refs:mExifByteOrder (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
DExifInterface.java1465 private ByteOrder mExifByteOrder = ByteOrder.BIG_ENDIAN; field in ExifInterface
1711 return attribute.getStringValue(mExifByteOrder); in getAttribute()
1719 Rational[] array = (Rational[]) attribute.getValue(mExifByteOrder); in getAttribute()
1729 return Double.toString(attribute.getDoubleValue(mExifByteOrder)); in getAttribute()
1755 return exifAttribute.getIntValue(mExifByteOrder); in getAttributeInt()
1779 return exifAttribute.getDoubleValue(mExifByteOrder); in getAttributeDouble()
1867 ExifAttribute.createUShort(intArray, mExifByteOrder)); in setAttribute()
1877 ExifAttribute.createSLong(intArray, mExifByteOrder)); in setAttribute()
1887 ExifAttribute.createULong(longArray, mExifByteOrder)); in setAttribute()
1899 ExifAttribute.createURational(rationalArray, mExifByteOrder)); in setAttribute()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt28757 Landroid/media/ExifInterface;->mExifByteOrder:Ljava/nio/ByteOrder;