Home
last modified time | relevance | path

Searched refs:CameraFlashlight (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
DCameraFlashlight.cpp39 CameraFlashlight::CameraFlashlight(CameraModule& cameraModule, in CameraFlashlight() function in android::CameraFlashlight
46 CameraFlashlight::~CameraFlashlight() { in ~CameraFlashlight()
49 status_t CameraFlashlight::createFlashlightControl(const String8& cameraId) { in createFlashlightControl()
100 status_t CameraFlashlight::setTorchMode(const String8& cameraId, bool enabled) { in setTorchMode()
157 status_t CameraFlashlight::findFlashUnits() { in findFlashUnits()
195 bool CameraFlashlight::hasFlashUnit(const String8& cameraId) { in hasFlashUnit()
200 bool CameraFlashlight::hasFlashUnitLocked(const String8& cameraId) { in hasFlashUnitLocked()
217 status_t CameraFlashlight::prepareDeviceOpen(const String8& cameraId) { in prepareDeviceOpen()
255 status_t CameraFlashlight::deviceClosed(const String8& cameraId) { in deviceClosed()
DCameraFlashlight.h53 class CameraFlashlight : public virtual VirtualLightRefBase {
55 CameraFlashlight(CameraModule& cameraModule,
57 virtual ~CameraFlashlight();
DAndroid.mk27 CameraFlashlight.cpp \
DCameraService.h677 sp<CameraFlashlight> mFlashlight;
DCameraService.cpp205 mFlashlight = new CameraFlashlight(*mModule, *this); in onFirstRef()