Home
last modified time | relevance | path

Searched refs:torchStatus (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhcamera_service_callback_proxy.h53 int32_t OnTorchStatusChange(const TorchStatus torchStatus) override;
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_host_manager.cpp601 TorchStatus torchStatus = TORCH_STATUS_OFF; in OnFlashlightStatus_V1_2() local
604 torchStatus = TORCH_STATUS_OFF; in OnFlashlightStatus_V1_2()
609 torchStatus = TORCH_STATUS_ON; in OnFlashlightStatus_V1_2()
614 torchStatus = TORCH_STATUS_UNAVAILABLE; in OnFlashlightStatus_V1_2()
622 statusCallback->OnTorchStatus(torchStatus); in OnFlashlightStatus_V1_2()

Completed in 3 milliseconds