Searched refs:mIsInputStream (Results 1 – 1 of 1) sorted by relevance
1077 private final boolean mIsInputStream; field in ExifInterface1103 mIsInputStream = false; in ExifInterface()1141 mIsInputStream = false; in ExifInterface()1172 mIsInputStream = true; in ExifInterface()1560 if (mIsInputStream || (mSeekableFileDescriptor == null && mFilename == null)) { in saveAttributes()