Home
last modified time | relevance | path

Searched refs:ModuleFlashControl (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
DCameraFlashlight.h105 class ModuleFlashControl : public FlashControlBase {
107 ModuleFlashControl(CameraModule& cameraModule,
109 virtual ~ModuleFlashControl();
DCameraFlashlight.cpp59 mFlashControl = new ModuleFlashControl(*mCameraModule, *mCallbacks); in createFlashlightControl()
301 ModuleFlashControl::ModuleFlashControl(CameraModule& cameraModule, in ModuleFlashControl() function in android::ModuleFlashControl
307 ModuleFlashControl::~ModuleFlashControl() { in ~ModuleFlashControl()
310 status_t ModuleFlashControl::hasFlashUnit(const String8& cameraId, bool *hasFlash) { in hasFlashUnit()
336 status_t ModuleFlashControl::setTorchMode(const String8& cameraId, bool enabled) { in setTorchMode()