Home
last modified time | relevance | path

Searched refs:OnPhotoResult (Results 1 - 8 of 8) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/callback/
H A Ddcamera_sink_output_result_callback.cpp27 void DCameraSinkOutputResultCallback::OnPhotoResult(std::shared_ptr<DataBuffer>& buffer) in OnPhotoResult() function in OHOS::DistributedHardware::DCameraSinkOutputResultCallback
31 DHLOGE("DCameraSinkOutputResultCallback::OnPhotoResult output is null"); in OnPhotoResult()
34 output->OnPhotoResult(buffer); in OnPhotoResult()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/callback/
H A Ddcamera_sink_output_result_callback.h30 void OnPhotoResult(std::shared_ptr<DataBuffer>& buffer) override;
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/include/
H A Dicamera_operator.h48 virtual void OnPhotoResult(std::shared_ptr<DataBuffer>& buffer) = 0;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/
H A Ddcamera_sink_output.h43 void OnPhotoResult(std::shared_ptr<DataBuffer>& buffer);
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/listener/
H A Ddcamera_photo_surface_listener.cpp76 callback_->OnPhotoResult(dataBuffer); in OnBufferAvailable()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_output.cpp194 void DCameraSinkOutput::OnPhotoResult(std::shared_ptr<DataBuffer>& buffer) in OnPhotoResult() function in OHOS::DistributedHardware::DCameraSinkOutput
197 DHLOGE("OnPhotoResult %{public}s has no snapshot data process", GetAnonyString(dhId_).c_str()); in OnPhotoResult()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_sink_output_test.cpp148 callback->OnPhotoResult(dataBuffer); in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/
H A Ddcamera_client_test.cpp62 void OnPhotoResult(std::shared_ptr<DataBuffer>& buffer) override
64 DHLOGI("DCameraClientTestResultCallback::OnPhotoResult");

Completed in 4 milliseconds