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()83 status_t ResultDispatcher::AddPendingRequest( in AddPendingRequest()99 status_t ResultDispatcher::AddPendingRequestLocked( in AddPendingRequestLocked()294 void ResultDispatcher::NotifyResultMetadata( in NotifyResultMetadata()334 status_t ResultDispatcher::AddResultMetadata( in AddResultMetadata()418 void ResultDispatcher::PrintTimeoutMessages() { in PrintTimeoutMessages()459 void ResultDispatcher::NotifyShutters() { in NotifyShutters()[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_;
62 result_dispatcher_ = ResultDispatcher::Create( in SetUp()293 std::unique_ptr<ResultDispatcher> 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()