Lines Matching refs:hasFlash
166 bool hasFlash = false; in findFlashUnits() local
174 res = mFlashControl->hasFlashUnit(id, &hasFlash); in findFlashUnits()
188 mHasFlashlightMap.add(id, hasFlash); in findFlashUnits()
310 status_t ModuleFlashControl::hasFlashUnit(const String8& cameraId, bool *hasFlash) { in hasFlashUnit() argument
311 if (!hasFlash) { in hasFlashUnit()
315 *hasFlash = false; in hasFlashUnit()
330 *hasFlash = true; in hasFlashUnit()
519 bool *hasFlash) { in hasFlashUnit() argument
524 return hasFlashUnitLocked(cameraId, hasFlash); in hasFlashUnit()
529 const String8& cameraId, bool *hasFlash) { in hasFlashUnitLocked() argument
530 if (!hasFlash) { in hasFlashUnitLocked()
548 *hasFlash = true; in hasFlashUnitLocked()
592 bool hasFlash = false; in setTorchMode() local
595 status_t res = hasFlashUnitLocked(cameraId, &hasFlash); in setTorchMode()
604 if (!hasFlash) { in setTorchMode()
681 bool hasFlash = false; in setTorchMode() local
683 res = hasFlashUnitLocked(cameraId, &hasFlash, /*keepDeviceOpen*/true); in setTorchMode()
691 if (!hasFlash) { in setTorchMode()
720 const String8& cameraId, bool *hasFlash) { in hasFlashUnit() argument
723 return hasFlashUnitLocked(cameraId, hasFlash, /*keepDeviceOpen*/false); in hasFlashUnit()
727 const String8& cameraId, bool *hasFlash, bool keepDeviceOpen) { in hasFlashUnitLocked() argument
730 if (!hasFlash) { in hasFlashUnitLocked()
753 *hasFlash = true; in hasFlashUnitLocked()
755 *hasFlash = false; in hasFlashUnitLocked()