Home
last modified time | relevance | path

Searched refs:ZslResultDispatcher (Results 1 – 4 of 4) sorted by relevance

/hardware/google/camera/common/hal/utils/
Dzsl_result_dispatcher.cc31 std::unique_ptr<ZslResultDispatcher> ZslResultDispatcher::Create( in Create()
35 auto dispatcher = std::unique_ptr<ZslResultDispatcher>( in Create()
36 new ZslResultDispatcher(process_capture_result, notify)); in Create()
51 ZslResultDispatcher::ZslResultDispatcher( in ZslResultDispatcher() function in android::google_camera_hal::ZslResultDispatcher
57 status_t ZslResultDispatcher::Initialize(uint32_t partial_result_count) { in Initialize()
85 void ZslResultDispatcher::ProcessCaptureResult( in ProcessCaptureResult()
91 bool ZslResultDispatcher::IsZslFrame(uint32_t frame_number) { in IsZslFrame()
103 void ZslResultDispatcher::NotifyHalMessage(const NotifyMessage& message) { in NotifyHalMessage()
108 status_t ZslResultDispatcher::AddPendingRequest( in AddPendingRequest()
130 status_t ZslResultDispatcher::AddResult(std::unique_ptr<CaptureResult> result) { in AddResult()
[all …]
Dzsl_result_dispatcher.h37 class ZslResultDispatcher {
46 static std::unique_ptr<ZslResultDispatcher> Create(
50 virtual ~ZslResultDispatcher() = default;
76 ZslResultDispatcher(ProcessCaptureResultFunc process_capture_result,
/hardware/google/camera/common/hal/google_camera_hal/
Dzsl_snapshot_capture_session.h160 std::unique_ptr<ZslResultDispatcher> result_dispatcher_;
Dzsl_snapshot_capture_session.cc616 result_dispatcher_ = ZslResultDispatcher::Create( in Initialize()