Searched refs:createULong (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | ExifInterface.java | 760 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/ |
D | hiddenapi-max-target-o.txt | 25743 Landroid/media/ExifInterface$ExifAttribute;->createULong(JLjava/nio/ByteOrder;)Landroid/media/ExifI… 25744 Landroid/media/ExifInterface$ExifAttribute;->createULong([JLjava/nio/ByteOrder;)Landroid/media/Exif…
|