HomeSort by relevance Sort by last modified time
    Searched refs:ProviderFlashControl (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/camera/libcameraservice/
CameraFlashlight.h 115 class ProviderFlashControl : public FlashControlBase {
117 ProviderFlashControl(sp<CameraProviderManager> providerManager);
118 virtual ~ProviderFlashControl();
CameraFlashlight.cpp 58 mFlashControl = new ProviderFlashControl(mProviderManager);
288 ProviderFlashControl::ProviderFlashControl(sp<CameraProviderManager> providerManager) :
292 ProviderFlashControl::~ProviderFlashControl() {
295 status_t ProviderFlashControl::hasFlashUnit(const String8& cameraId, bool *hasFlash) {
303 status_t ProviderFlashControl::setTorchMode(const String8& cameraId, bool enabled) {
309 // ProviderFlashControl implementation ends

Completed in 76 milliseconds