Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java1464 private ByteOrder mExifByteOrder = ByteOrder.BIG_ENDIAN; field in ExifInterface
1710 return attribute.getStringValue(mExifByteOrder); in getAttribute()
1718 Rational[] array = (Rational[]) attribute.getValue(mExifByteOrder); in getAttribute()
1728 return Double.toString(attribute.getDoubleValue(mExifByteOrder)); in getAttribute()
1754 return exifAttribute.getIntValue(mExifByteOrder); in getAttributeInt()
1778 return exifAttribute.getDoubleValue(mExifByteOrder); in getAttributeDouble()
1866 ExifAttribute.createUShort(intArray, mExifByteOrder)); in setAttribute()
1876 ExifAttribute.createSLong(intArray, mExifByteOrder)); in setAttribute()
1886 ExifAttribute.createULong(longArray, mExifByteOrder)); in setAttribute()
1898 ExifAttribute.createURational(rationalArray, mExifByteOrder)); in setAttribute()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt25879 Landroid/media/ExifInterface;->mExifByteOrder:Ljava/nio/ByteOrder;