Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedTorchState.cpp36 if (mode == TorchMode::kOff && support_torch_strength_control_) { in SetTorchMode()
93 support_torch_strength_control_ = is_torch_strength_control_supported; in InitializeSupportTorchStrengthLevel()
DEmulatedTorchState.h54 bool support_torch_strength_control_ = false; variable