HomeSort by relevance Sort by last modified time
    Searched defs:set_torch_mode (Results 1 - 5 of 5) sorted by null

  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraFactory.cpp 255 int EmulatedCameraFactory::set_torch_mode(const char* camera_id, bool enabled) { function in class:android::EmulatedCameraFactory
  /device/google/marlin/camera/QCamera2/
QCamera2Factory.cpp 254 * FUNCTION : set_torch_mode
265 int QCamera2Factory::set_torch_mode(const char* camera_id, bool on) function in class:qcamera::QCamera2Factory
  /hardware/libhardware/modules/camera/3_4/
v4l2_camera_hal.cpp 203 static int set_torch_mode(const char* camera_id, bool enabled) { function in namespace:v4l2_camera_hal
236 .set_torch_mode = v4l2_camera_hal::set_torch_mode,
  /hardware/qcom/camera/msm8998/QCamera2/
QCamera2Factory.cpp 281 * FUNCTION : set_torch_mode
292 int QCamera2Factory::set_torch_mode(const char* camera_id, bool on) function in class:qcamera::QCamera2Factory
  /hardware/libhardware/include/hardware/
camera_common.h 502 * device is present. The framework will not call set_torch_mode() to turn on
516 * flash unit is unavailable to use by set_torch_mode().
521 * framework will not call set_torch_mode() for the disconnected camera
531 * turned on by calling set_torch_mode() anymore due to this open() call.
540 * on by calling set_torch_mode() again because of enough resources freed
543 * Note that the framework calling set_torch_mode() successfully must trigger
553 * turned on by calling set_torch_mode(). If the torch mode is on, it
560 * set_torch_mode(). This may happen in the following
563 * 2. After set_torch_mode() is called to turn off the torch mode.
572 * set_torch_mode(). This can happen only after set_torch_mode() is calle
879 int (*set_torch_mode)(const char* camera_id, bool enabled); member in struct:camera_module
    [all...]

Completed in 118 milliseconds