Lines Matching refs:flash
192 * DESCRIPTION: Attempt to turn on or off the torch mode of the flash unit.
196 * @on : Indicates whether to turn the flash on or off
284 ALOGE("%s : Failed to register callbacks with flash module!", __func__);
431 * DESCRIPTION: Attempt to turn on or off the torch mode of the flash unit.
435 * @on : Indicates whether to turn the flash on or off
447 QCameraFlash& flash = QCameraFlash::getInstance();
459 retVal = flash.initFlash(cameraIdInt);
462 retVal = flash.setFlashMode(cameraIdInt, on);
468 // Flash is already on, so treat this as a success.
474 retVal = flash.setFlashMode(cameraIdInt, on);
477 retVal = flash.deinitFlash(cameraIdInt);
484 // Flash is already off, so treat this as a success.