Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcamera_manager_impl.h86 … Camera_ErrorCode IsTorchSupportedByTorchMode(Camera_TorchMode torchMode, bool* isTorchSupported);
H A Dcamera_manager_impl.cpp785 Camera_ErrorCode Camera_Manager::IsTorchSupportedByTorchMode(Camera_TorchMode torchMode, bool* isTo… in IsTorchSupportedByTorchMode() function in Camera_Manager
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dcamera_manager.cpp397 return cameraManager->IsTorchSupportedByTorchMode(torchMode, isTorchSupported); in OH_CameraManager_IsTorchSupportedByTorchMode()