Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java760 public static ExifAttribute createULong(long[] values, ByteOrder byteOrder) { in createULong() method in ExifInterface.ExifAttribute
770 public static ExifAttribute createULong(long value, ByteOrder byteOrder) { in createULong() method in ExifInterface.ExifAttribute
771 return createULong(new long[] {value}, byteOrder); in createULong()
1886 ExifAttribute.createULong(longArray, mExifByteOrder)); in setAttribute()
2948 ExifAttribute.createULong(in.readUnsignedShort(), mExifByteOrder)); in getJpegAttributes()
2951 ExifAttribute.createULong(in.readUnsignedShort(), mExifByteOrder)); in getJpegAttributes()
3976 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility()
3980 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility()
3988 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility()
4123 ExifAttribute.createULong(mOrfThumbnailOffset, mExifByteOrder); in readImageFileDirectory()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt25743 Landroid/media/ExifInterface$ExifAttribute;->createULong(JLjava/nio/ByteOrder;)Landroid/media/ExifI…
25744 Landroid/media/ExifInterface$ExifAttribute;->createULong([JLjava/nio/ByteOrder;)Landroid/media/Exif…