Searched refs:hasFlash (Results 1 – 4 of 4) sorted by relevance
194 bool hasFlash = false; in findFlashUnits() local200 res = mFlashControl->hasFlashUnit(id, &hasFlash); in findFlashUnits()214 mHasFlashlightMap.add(id, hasFlash); in findFlashUnits()344 status_t ProviderFlashControl::hasFlashUnit(const std::string& cameraId, bool *hasFlash) { in hasFlashUnit() argument345 if (!hasFlash) { in hasFlashUnit()348 *hasFlash = mProviderManager->hasFlashUnit(cameraId); in hasFlashUnit()
43 bool *hasFlash) = 0;132 status_t hasFlashUnit(const std::string& cameraId, bool *hasFlash);
380 public boolean hasFlash() { in hasFlash() method in StaticMetadata520 Boolean hasFlash = getValueFromKeyNonNull(key); in getFlashInfoChecked() local523 if (hasFlash == null) { in getFlashInfoChecked()527 return hasFlash; in getFlashInfoChecked()1161 Boolean hasFlash = getValueFromKeyNonNull(flashKey); in getAeAvailableModesChecked() local1162 if (hasFlash == null) { in getAeAvailableModesChecked()1163 hasFlash = false; in getAeAvailableModesChecked()1165 if (hasFlash) { in getAeAvailableModesChecked()
217 if (mStaticInfo.hasFlash()) { in takePictureTestByCamera()