Searched refs:CameraEventNotify (Results 1 - 7 of 7) sorted by relevance
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerastate/ |
H A D | dcamera_source_capture_state.cpp | 95 int32_t ret = camDev->CameraEventNotify(camEvent); in DoUnregisterTask() 97 DHLOGE("CameraEventNotify failed: %{public}d", ret); in DoUnregisterTask() 242 ret = camDev->CameraEventNotify(camEvent); in DoEventNofityTask() 244 DHLOGE("CameraEventNotify failed, ret: %{public}d", ret); in DoEventNofityTask()
|
H A D | dcamera_source_opened_state.cpp | 96 int32_t ret = camDev->CameraEventNotify(camEvent); in DoUnregisterTask() 98 DHLOGE("CameraEventNotify failed: %{public}d", ret); in DoUnregisterTask() 209 ret = camDev->CameraEventNotify(camEvent); in DoEventNofityTask() 211 DHLOGE("CameraEventNotify failed, ret: %{public}d", ret); in DoEventNofityTask()
|
H A D | dcamera_source_regist_state.cpp | 138 ret = camDev->CameraEventNotify(camEvent); in DoEventNofityTask() 140 DHLOGE("DCameraSourceRegistState DoEventNofityTask CameraEventNotify failed, ret: %{public}d", ret); in DoEventNofityTask()
|
H A D | dcamera_source_config_stream_state.cpp | 104 int32_t ret = camDev->CameraEventNotify(camEvent); in DoUnregisterTask() 106 DHLOGE("CameraEventNotify failed: %{public}d", ret); in DoUnregisterTask() 279 ret = camDev->CameraEventNotify(camEvent); in DoEventNofityTask() 281 DHLOGE("CameraEventNotify failed, ret: %{public}d", ret); in DoEventNofityTask()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/ |
H A D | mock_dcamera_source_dev.h | 78 int32_t CameraEventNotify(std::shared_ptr<DCameraEvent>& events) in CameraEventNotify() function in OHOS::DistributedHardware::MockDCameraSourceDev
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/ |
H A D | dcamera_source_dev.h | 95 virtual int32_t CameraEventNotify(std::shared_ptr<DCameraEvent>& events);
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/ |
H A D | dcamera_source_dev.cpp | 701 int32_t DCameraSourceDev::CameraEventNotify(std::shared_ptr<DCameraEvent>& events) in CameraEventNotify() function in OHOS::DistributedHardware::DCameraSourceDev 703 DHLOGI("DCameraSourceDev Execute CameraEventNotify devId %{public}s dhId %{public}s", in CameraEventNotify() 707 DHLOGE("DCameraSourceDev Execute CameraEventNotify DCameraNotify failed, ret: %{public}d, devId: %{public}s " in CameraEventNotify() 773 CameraEventNotify(events); in NotifyHalResult()
|
Completed in 8 milliseconds