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

  /device/moto/shamu/camera/QCamera2/
QCamera2Hal.cpp 52 set_torch_mode: qcamera::QCamera2Factory::set_torch_mode,
QCamera2Factory.h 55 static int set_torch_mode(const char* camera_id, bool on);
QCamera2Factory.cpp 187 * FUNCTION : set_torch_mode
198 int QCamera2Factory::set_torch_mode(const char* camera_id, bool on) function in class:qcamera::QCamera2Factory
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2Hal.cpp 51 set_torch_mode: NULL,
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Hal.cpp 51 set_torch_mode: NULL,
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCamera2Hal.cpp 51 .set_torch_mode = NULL,
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Hal.cpp 52 .set_torch_mode = NULL,
  /hardware/qcom/camera/QCamera2/
QCamera2Hal.cpp 52 set_torch_mode: NULL,
  /hardware/libhardware/include/hardware/
camera_common.h 500 * device is present. The framework will not call set_torch_mode() to turn on
514 * flash unit is unavailable to use by set_torch_mode().
519 * framework will not call set_torch_mode() for the disconnected camera
529 * turned on by calling set_torch_mode() anymore due to this open() call.
538 * on by calling set_torch_mode() again because of enough resources freed
541 * Note that the framework calling set_torch_mode() successfully must trigger
551 * turned on by calling set_torch_mode(). If the torch mode is on, it
558 * set_torch_mode(). This may happen in the following
561 * 2. After set_torch_mode() is called to turn off the torch mode.
570 * set_torch_mode(). This can happen only after set_torch_mode() is calle
877 int (*set_torch_mode)(const char* camera_id, bool enabled); member in struct:camera_module
    [all...]
  /hardware/libhardware/modules/usbcamera/
CameraHAL.cpp 149 set_torch_mode : NULL,
  /hardware/libhardware/modules/camera/
CameraHAL.cpp 188 set_torch_mode : NULL,
  /frameworks/av/services/camera/libcameraservice/common/
CameraModule.cpp 247 return mModule->set_torch_mode(camera_id, enable);
  /hardware/libhardware/tests/hardware/
struct-offset.cpp 216 CHECK_MEMBER_AT(camera_module_t, set_torch_mode, 148, 288);

Completed in 436 milliseconds