Searched refs:rewriteExif (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java995 public boolean rewriteExif(String filename, Collection<ExifTag> tags) method in class:ExifInterface
1029 ret = rewriteExif(buf, tags);
1050 public boolean rewriteExif(ByteBuffer buf, Collection<ExifTag> tags) throws IOException { method in class:ExifInterface
1073 * @see #rewriteExif
1079 if (!rewriteExif(filename, tags)) {
1109 * @see #rewriteExif
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java1010 public boolean rewriteExif(String filename, Collection<ExifTag> tags) method in class:ExifInterface
1044 ret = rewriteExif(buf, tags);
1068 public boolean rewriteExif(ByteBuffer buf, Collection<ExifTag> tags) throws IOException { method in class:ExifInterface
1091 * @see #rewriteExif
1097 if (!rewriteExif(filename, tags)) {
1130 * @see #rewriteExif
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifInterface.java1010 public boolean rewriteExif(String filename, Collection<ExifTag> tags) method in class:ExifInterface
1044 ret = rewriteExif(buf, tags);
1068 public boolean rewriteExif(ByteBuffer buf, Collection<ExifTag> tags) throws IOException { method in class:ExifInterface
1091 * @see #rewriteExif
1097 if (!rewriteExif(filename, tags)) {
1130 * @see #rewriteExif

Completed in 647 milliseconds