Home | History | Annotate | Download | only in camera

Lines Matching defs:tempStream

1042             FileOutputStream tempStream = null;
1046 tempStream = mActivity.openFileOutput(sTempCropFilename, 0);
1047 tempStream.write(data);
1048 tempStream.close();
1059 CameraUtil.closeSilently(tempStream);