Searched refs:ProviderFlashControl (Results 1 – 2 of 2) sorted by relevance
112 class ProviderFlashControl : public FlashControlBase {114 ProviderFlashControl(sp<CameraProviderManager> providerManager);115 virtual ~ProviderFlashControl();
60 mFlashControl = new ProviderFlashControl(mProviderManager); in createFlashlightControl()289 ProviderFlashControl::ProviderFlashControl(sp<CameraProviderManager> providerManager) : in ProviderFlashControl() function in android::ProviderFlashControl293 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()