Home
last modified time | relevance | path

Searched defs:isTorchSupported (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dcamera_manager.cpp375 bool* isTorchSupported) in OH_CameraManager_IsTorchSupported()
390 Camera_TorchMode torchMode, bool* isTorchSupported) in OH_CameraManager_IsTorchSupportedByTorchMode()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcamera_manager_impl.cpp776 Camera_ErrorCode Camera_Manager::IsTorchSupported(bool* isTorchSupported) in IsTorchSupported()
785 …ode Camera_Manager::IsTorchSupportedByTorchMode(Camera_TorchMode torchMode, bool* isTorchSupported) in IsTorchSupportedByTorchMode()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp3877 bool isTorchSupported = false; variable
3938 bool isTorchSupported = false; variable
H A Dcamera_framework_unittest.cpp5447 bool isTorchSupported = cameraManager->IsTorchSupported(); variable
5478 bool isTorchSupported = cameraManager->IsTorchSupported(); variable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/
H A Dcamera_manager_napi.cpp1643 bool isTorchSupported = CameraManager::GetInstance()->IsTorchSupported(); in IsTorchSupported() local