Searched refs:CameraFlashlight (Results 1 – 5 of 5) sorted by relevance
39 CameraFlashlight::CameraFlashlight(CameraModule& cameraModule, in CameraFlashlight() function in android::CameraFlashlight46 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()
53 class CameraFlashlight : public virtual VirtualLightRefBase {55 CameraFlashlight(CameraModule& cameraModule,57 virtual ~CameraFlashlight();
27 CameraFlashlight.cpp \
677 sp<CameraFlashlight> mFlashlight;
205 mFlashlight = new CameraFlashlight(*mModule, *this); in onFirstRef()