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);
296 // ModuleFlashControl implementation begins
299 ModuleFlashControl::ModuleFlashControl(CameraModule& cameraModule,
304 ModuleFlashControl::~ModuleFlashControl() {
307 status_t ModuleFlashControl::hasFlashUnit(const String8& cameraId, bool *hasFlash) {
333 status_t ModuleFlashControl::setTorchMode(const String8& cameraId, bool enabled) {
340 // ModuleFlashControl implementation ends

Completed in 1387 milliseconds