Searched refs:ResultDispatcher (Results 1 – 9 of 9) sorted by relevance
31 std::unique_ptr<ResultDispatcher> ResultDispatcher::Create( in Create()35 auto dispatcher = std::unique_ptr<ResultDispatcher>(new ResultDispatcher( in Create()45 ResultDispatcher::ResultDispatcher( in ResultDispatcher() function in android::google_camera_hal::ResultDispatcher66 ResultDispatcher::~ResultDispatcher() { in ~ResultDispatcher()77 void ResultDispatcher::RemovePendingRequest(uint32_t frame_number) { in RemovePendingRequest()83 status_t ResultDispatcher::AddPendingRequest( in AddPendingRequest()99 status_t ResultDispatcher::AddPendingRequestLocked( in AddPendingRequestLocked()139 status_t ResultDispatcher::AddPendingShutterLocked(uint32_t frame_number) { in AddPendingShutterLocked()151 status_t ResultDispatcher::AddPendingFinalResultMetadataLocked( in AddPendingFinalResultMetadataLocked()165 status_t ResultDispatcher::AddPendingBufferLocked(uint32_t frame_number, in AddPendingBufferLocked()[all …]
35 class ResultDispatcher {41 static std::unique_ptr<ResultDispatcher> Create(45 virtual ~ResultDispatcher();68 ResultDispatcher(uint32_t partial_result_count,
67 std::unique_ptr<ResultDispatcher>(new ResultDispatcher( in Initialize()75 std::unique_ptr<ResultDispatcher>(new ResultDispatcher( in Initialize()
91 std::unique_ptr<ResultDispatcher> normal_result_dispatcher_;92 std::unique_ptr<ResultDispatcher> zsl_result_dispatcher_;
143 std::unique_ptr<ResultDispatcher> result_dispatcher_;
215 std::unique_ptr<ResultDispatcher> result_dispatcher_;
484 ResultDispatcher::Create(kPartialResult, process_capture_result, notify); in Initialize()
990 ResultDispatcher::Create(kPartialResult, process_capture_result, notify); in Initialize()
62 result_dispatcher_ = ResultDispatcher::Create( in SetUp()293 std::unique_ptr<ResultDispatcher> result_dispatcher_;