Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp2187 bool isCameraTorchSupported = false; in IsTorchSupported() local
2188 …eResult = GetCameraDeviceAbilitySupportValue(CAMERA_ABILITY_SUPPORT_TORCH, isCameraTorchSupported); in IsTorchSupported()
2190 return isCameraTorchSupported; in IsTorchSupported()
2208 isCameraTorchSupported = true; in IsTorchSupported()
2215 CacheCameraDeviceAbilitySupportValue(CAMERA_ABILITY_SUPPORT_TORCH, isCameraTorchSupported); in IsTorchSupported()
2217 return isCameraTorchSupported; in IsTorchSupported()