Searched refs:ZslResultDispatcher (Results 1 – 4 of 4) sorted by relevance
31 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::ZslResultDispatcher58 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 …]
37 class ZslResultDispatcher {47 static std::unique_ptr<ZslResultDispatcher> Create(52 virtual ~ZslResultDispatcher() = default;79 ZslResultDispatcher(ProcessCaptureResultFunc process_capture_result,
164 std::unique_ptr<ZslResultDispatcher> result_dispatcher_;
759 result_dispatcher_ = ZslResultDispatcher::Create( in Initialize()