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()
36 auto dispatcher = std::unique_ptr<ZslResultDispatcher>( in Create()
37 new ZslResultDispatcher(process_capture_result, notify)); in Create()
52 ZslResultDispatcher::ZslResultDispatcher( in ZslResultDispatcher() function in android::google_camera_hal::ZslResultDispatcher
58 status_t ZslResultDispatcher::Initialize( in Initialize()
89 void ZslResultDispatcher::ProcessCaptureResult( in ProcessCaptureResult()
95 bool ZslResultDispatcher::IsZslFrame(uint32_t frame_number) { in IsZslFrame()
107 void ZslResultDispatcher::NotifyHalMessage(const NotifyMessage& message) { in NotifyHalMessage()
112 status_t ZslResultDispatcher::AddPendingRequest( in AddPendingRequest()
134 status_t ZslResultDispatcher::AddResult(std::unique_ptr<CaptureResult> result) { in AddResult()
[all …]
Dzsl_result_dispatcher.h37 class ZslResultDispatcher {
47 static std::unique_ptr<ZslResultDispatcher> Create(
52 virtual ~ZslResultDispatcher() = default;
79 ZslResultDispatcher(ProcessCaptureResultFunc process_capture_result,
/hardware/google/camera/common/hal/google_camera_hal/
Dzsl_snapshot_capture_session.h164 std::unique_ptr<ZslResultDispatcher> result_dispatcher_;
Dzsl_snapshot_capture_session.cc759 result_dispatcher_ = ZslResultDispatcher::Create( in Initialize()