Home
last modified time | relevance | path

Searched refs:flash (Results 1 – 15 of 15) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/
DQCamera2Factory.cpp620 QCameraFlash& flash = QCameraFlash::getInstance(); in QCamera2Factory() local
632 retVal = flash.initFlash(cameraIdInt); in QCamera2Factory()
635 retVal = flash.setFlashMode(cameraIdInt, on); in QCamera2Factory()
647 retVal = flash.setFlashMode(cameraIdInt, on); in QCamera2Factory()
650 retVal = flash.deinitFlash(cameraIdInt); in QCamera2Factory()
/hardware/interfaces/camera/device/3.2/
DICameraDevice.hal88 * Turn on or off the torch mode of the flash unit associated with this
93 * An active camera session has a higher priority accessing the flash
104 * When the client calls setTorchMode() to turn on the torch mode of a flash
108 * of those flash unit(s) has become TORCH_MODE_STATUS_AVAILABLE_OFF.
110 * @param torchMode The new mode to set the device flash unit to.
116 * The flash unit cannot be operated due to an unexpected internal
131 * This camera device does not have a flash unit. This can
132 * be returned if and only if android.flash.info.available is
Dtypes.hal147 * android.flash.mode (TORCH mode only, automatic flash for still
688 * Standard camera high-quality still capture with 3A and flash on auto.
/hardware/interfaces/camera/common/1.0/
Dtypes.hal73 * Possible states that the flash unit on a closed camera device can be set to
77 OFF = 0, // Turn off the flash
78 ON = 1 // Turn on the flash to torch mode
184 * android.flash.info.available is reported as true via
195 * has a flash unit. The camera provider HAL does not need to invoke
196 * ICameraProviderCallback::TorchModeStatusChange() unless the flash unit
205 * separately to inform that the flash unit has become NOT_AVAILABLE.
209 * ICameraProviderCallback::TorchModeStatusChange() for all flash units
213 * for all flash units that have become unavailable.
217 * for all flash units that have now entered the AVAILABLE_OFF state and
[all …]
/hardware/interfaces/camera/provider/2.4/
DICameraProviderCallback.hal54 * mode of the flash unit associated with a specific camera device has
57 * android.flash.info.available is reported as true via the
DICameraProvider.hal131 * Note that not every camera device has a flash unit, so even this API
133 * does not have a flash unit. In such case, the returned status will be
/hardware/interfaces/camera/device/1.0/
DICameraDevice.hal84 * Turn on or off the torch mode of the flash unit associated with a given
89 * The camera device has a higher priority accessing the flash unit. When
101 * flash unit, if HAL cannot keep multiple torch modes on simultaneously,
104 * mode state of that flash unit has become TORCH_MODE_STATUS_AVAILABLE_OFF.
106 * @param torchMode The new mode to set the device flash unit to.
112 * The flash unit cannot be operated due to an unexpected internal
127 * This camera device does not have a flash unit. This must
128 * be returned if and only if parameter key flash-mode-values is not present.
/hardware/interfaces/camera/provider/
DREADME.md9 It also allows for direct control of the flash unit of camera devices that have
/hardware/interfaces/camera/metadata/3.2/
Dtypes.hal555 /** android.flash.firingPower [dynamic, byte, system]
557 * <p>Power for flash firing/torch</p>
561 /** android.flash.firingTime [dynamic, int64, system]
563 * <p>Firing time of flash relative to start of
568 /** android.flash.mode [dynamic, enum, public]
570 * <p>The desired mode for for the camera device's flash control.</p>
574 /** android.flash.colorTemperature [static, byte, system]
577 * flash</p>
581 /** android.flash.maxEnergy [static, byte, system]
583 * <p>Max energy output of the flash for a full
[all …]
/hardware/interfaces/health/storage/1.0/
DIStorage.hal23 * devices, including flash memory.
/hardware/interfaces/camera/common/1.0/default/include/
DExif.h119 virtual bool setFlash(uint16_t flash) = 0;
/hardware/interfaces/camera/common/1.0/default/
DExif.cpp125 virtual bool setFlash(uint16_t flash);
485 bool ExifUtilsImpl::setFlash(uint16_t flash) { in setFlash() argument
486 SET_SHORT(EXIF_IFD_EXIF, EXIF_TAG_FLASH, flash); in setFlash()
/hardware/interfaces/light/2.0/
Dtypes.hal123 * To flash the light at a given rate, set flashMode to LIGHT_FLASH_TIMED,
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_app.c1680 int setFlash(mm_camera_test_obj_t *test_obj, cam_flash_mode_t flash) in setFlash() argument
1691 CAM_INTF_PARM_LED_MODE, flash)) { in setFlash()
1703 LOGE("Flash set to: %d", (int)flash); in setFlash()
2202 cam_flash_mode_t flash = *(( int * )in_data); in mm_camera_lib_send_command() local
2203 rc = setFlash(&handle->test_obj, flash); in mm_camera_lib_send_command()
/hardware/libhardware/modules/camera/3_4/
DREADME.md156 flash torch mode, hotplugging/unplugging.