Searched defs:iso (Results 1 – 12 of 12) sorted by relevance
237 int iso = (int) (getIso() * scaleFactor); in touchScreen() local239 mCameraOps.setIso(Math.max(mCameraOps.getIsoMin(), iso)); in touchScreen() local263 public void setIso(int iso) { in setIso()
238 int iso = (int) (getIso() * scaleFactor); in touchScreen() local240 mCameraOps.setIso(Math.max(mCameraOps.getIsoMin(), iso)); in touchScreen() local264 public void setIso(int iso) { in setIso()
657 public void setIso(int iso) { in setIso()
186 String iso = tm.getSimCountryIso().toUpperCase(Locale.US); in getSimCountries() local
116 public final String iso; field in ExifInterfaceTest.ExpectedValue
251 public final String iso; field in ExifInterfaceTest.ExpectedValue
2874 String iso = ""; in pollStateDone() local2883 tm.setNetworkCountryIsoForPhone(mPhone.getPhoneId(), iso); in pollStateDone() local3629 String iso = ((TelephonyManager) mPhone.getContext(). in setTimeFromNITZString() local
343 String iso = ""; in setIsoCountryProperty() local
60 MccEntry(int mnc, String iso, int smallestDigitsMCC) { in MccEntry()
5935 public void setSimCountryIso(String iso) { in setSimCountryIso()5945 public void setSimCountryIsoForPhone(int phoneId, String iso) { in setSimCountryIsoForPhone()6265 public void setNetworkCountryIso(String iso) { in setNetworkCountryIso()6277 public void setNetworkCountryIsoForPhone(int phoneId, String iso) { in setNetworkCountryIsoForPhone()
2081 int iso = exif.getAttributeInt(ExifInterface.TAG_ISO, /*defaultValue*/-1); in verifyJpegExifExtraTags() local
1373 uint16_t iso = static_cast<uint16_t>(tempIso); in DngCreator_setup() local