Searched refs:createULong (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | ExifInterface.java | 638 public static ExifAttribute createULong(long[] values, ByteOrder byteOrder) { in createULong() method in ExifInterface.ExifAttribute 648 public static ExifAttribute createULong(long value, ByteOrder byteOrder) { in createULong() method in ExifInterface.ExifAttribute 649 return createULong(new long[] {value}, byteOrder); in createULong() 1662 ExifAttribute.createULong(longArray, mExifByteOrder)); in setAttribute() 2591 mAttributes[imageType].put(TAG_IMAGE_LENGTH, ExifAttribute.createULong( in getJpegAttributes() 2593 mAttributes[imageType].put(TAG_IMAGE_WIDTH, ExifAttribute.createULong( in getJpegAttributes() 3096 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility() 3100 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility() 3108 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility() 3243 ExifAttribute.createULong(mOrfThumbnailOffset, mExifByteOrder); in readImageFileDirectory() [all …]
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 9418 HSPLandroid/media/ExifInterface$ExifAttribute;->createULong([JLjava/nio/ByteOrder;)Landroid/media/E…
|
D | hiddenapi-greylist-max-o.txt | 35872 Landroid/media/ExifInterface$ExifAttribute;->createULong(JLjava/nio/ByteOrder;)Landroid/media/ExifI… 35873 Landroid/media/ExifInterface$ExifAttribute;->createULong([JLjava/nio/ByteOrder;)Landroid/media/Exif…
|