Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Dicamera_service_callback.h73 virtual int32_t OnTorchStatusChange(const TorchStatus status) = 0;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhcamera_service_callback_proxy.h53 int32_t OnTorchStatusChange(const TorchStatus torchStatus) override;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhcamera_service_callback_stub.cpp87 return OnTorchStatusChange((TorchStatus)status); in HandleOnTorchStatusChange()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhcamera_service_callback_proxy.cpp93 int32_t HTorchServiceCallbackProxy::OnTorchStatusChange(const TorchStatus status) in OnTorchStatusChange() function in OHOS::CameraStandard::HTorchServiceCallbackProxy
/ohos5.0/docs/en/application-dev/media/camera/
H A Dnative-camera-torch-use.md95 void OnTorchStatusChange(Camera_Manager *cameraManager, Camera_TorchStatusInfo* torchStatus)
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_manager.h120 virtual void OnTorchStatusChange(const TorchStatusInfo &torchStatusInfo) const = 0;
891 int32_t OnTorchStatusChange(const TorchStatus status) override;
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/input/
H A Dcamera_manager_napi.h89 void OnTorchStatusChange(const TorchStatusInfo &torchStatusInfo) const override;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcamera_manager_impl.cpp97 void OnTorchStatusChange(const TorchStatusInfo &torchStatusInfo) const override in OnTorchStatusChange() function in InnerCameraManagerTorchStatusCallback
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_service.cpp754 it.second->OnTorchStatusChange(status); in OnTorchStatus()
862 callback->OnTorchStatusChange(torchStatus_); in SetTorchCallback()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp1912 int32_t TorchServiceCallback::OnTorchStatusChange(const TorchStatus status) in OnTorchStatusChange() function in OHOS::CameraStandard::TorchServiceCallback
1944 torchListener->OnTorchStatusChange(torchStatusInfo); in OnTorchStatusChange()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/
H A Dcamera_manager_napi.cpp401 void TorchListenerNapi::OnTorchStatusChange(const TorchStatusInfo &torchStatusInfo) const in OnTorchStatusChange() function in OHOS::CameraStandard::TorchListenerNapi
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp220 void OnTorchStatusChange(const TorchStatusInfo &torchStatusInfo) const override in OnTorchStatusChange() function in OHOS::CameraStandard::__anon0f1f2f4b0110::AppCallback
8109 hTorchServiceCallbackProxy->OnTorchStatusChange(TORCH_STATUS_OFF);
8526 hTorchServiceCallbackProxy->OnTorchStatusChange(TORCH_STATUS_OFF);