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

  /frameworks/av/services/camera/libcameraservice/
CameraFlashlight.h 105 class ModuleFlashControl : public FlashControlBase {
107 ModuleFlashControl(CameraModule& cameraModule,
109 virtual ~ModuleFlashControl();
CameraFlashlight.cpp 59 mFlashControl = new ModuleFlashControl(*mCameraModule, *mCallbacks);
298 // ModuleFlashControl implementation begins
301 ModuleFlashControl::ModuleFlashControl(CameraModule& cameraModule,
307 ModuleFlashControl::~ModuleFlashControl() {
310 status_t ModuleFlashControl::hasFlashUnit(const String8& cameraId, bool *hasFlash) {
336 status_t ModuleFlashControl::setTorchMode(const String8& cameraId, bool enabled) {
343 // ModuleFlashControl implementation ends

Completed in 62 milliseconds