Searched refs:ZslResultDispatcher (Results 1 – 4 of 4) sorted by relevance
31 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::ZslResultDispatcher57 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 …]
37 class ZslResultDispatcher {46 static std::unique_ptr<ZslResultDispatcher> Create(50 virtual ~ZslResultDispatcher() = default;76 ZslResultDispatcher(ProcessCaptureResultFunc process_capture_result,
160 std::unique_ptr<ZslResultDispatcher> result_dispatcher_;
616 result_dispatcher_ = ZslResultDispatcher::Create( in Initialize()