Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp1923 cameraManager->UpdateTorchMode(TORCH_MODE_OFF); in OnTorchStatusChange()
1928 cameraManager->UpdateTorchMode(TORCH_MODE_ON); in OnTorchStatusChange()
1933 cameraManager->UpdateTorchMode(TORCH_MODE_OFF); in OnTorchStatusChange()
2250 UpdateTorchMode(mode); in SetTorchMode()
2255 void CameraManager::UpdateTorchMode(TorchMode mode) in UpdateTorchMode() function in OHOS::CameraStandard::CameraManager
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_manager.h663 void UpdateTorchMode(TorchMode mode);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp5392 cameraManager->UpdateTorchMode(mode1);
5393 cameraManager->UpdateTorchMode(mode2);