Lines Matching refs:flash
189 * DESCRIPTION: Attempt to turn on or off the torch mode of the flash unit.
193 * @on : Indicates whether to turn the flash on or off
281 ALOGE("%s : Failed to register callbacks with flash module!", __func__);
380 * DESCRIPTION: Attempt to turn on or off the torch mode of the flash unit.
384 * @on : Indicates whether to turn the flash on or off
396 QCameraFlash& flash = QCameraFlash::getInstance();
408 retVal = flash.initFlash(cameraIdInt);
411 retVal = flash.setFlashMode(cameraIdInt, on);
417 // Flash is already on, so treat this as a success.
423 retVal = flash.setFlashMode(cameraIdInt, on);
426 retVal = flash.deinitFlash(cameraIdInt);
433 // Flash is already off, so treat this as a success.