Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java755 public static ExifAttribute createULong(long[] values, ByteOrder byteOrder) { in createULong() method in ExifInterface.ExifAttribute
765 public static ExifAttribute createULong(long value, ByteOrder byteOrder) { in createULong() method in ExifInterface.ExifAttribute
766 return createULong(new long[] {value}, byteOrder); in createULong()
1887 ExifAttribute.createULong(longArray, mExifByteOrder)); in setAttribute()
2937 mAttributes[imageType].put(TAG_IMAGE_LENGTH, ExifAttribute.createULong( in getJpegAttributes()
2939 mAttributes[imageType].put(TAG_IMAGE_WIDTH, ExifAttribute.createULong( in getJpegAttributes()
3958 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility()
3962 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility()
3970 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility()
4105 ExifAttribute.createULong(mOrfThumbnailOffset, mExifByteOrder); in readImageFileDirectory()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt28621 Landroid/media/ExifInterface$ExifAttribute;->createULong(JLjava/nio/ByteOrder;)Landroid/media/ExifI…
28622 Landroid/media/ExifInterface$ExifAttribute;->createULong([JLjava/nio/ByteOrder;)Landroid/media/Exif…