Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraFlashlight.h112 class ProviderFlashControl : public FlashControlBase {
114 ProviderFlashControl(sp<CameraProviderManager> providerManager);
115 virtual ~ProviderFlashControl();
DCameraFlashlight.cpp60 mFlashControl = new ProviderFlashControl(mProviderManager); in createFlashlightControl()
289 ProviderFlashControl::ProviderFlashControl(sp<CameraProviderManager> providerManager) : in ProviderFlashControl() function in android::ProviderFlashControl
293 ProviderFlashControl::~ProviderFlashControl() { in ~ProviderFlashControl()
296 status_t ProviderFlashControl::hasFlashUnit(const String8& cameraId, bool *hasFlash) { in hasFlashUnit()
304 status_t ProviderFlashControl::setTorchMode(const String8& cameraId, bool enabled) { in setTorchMode()