Home
last modified time | relevance | path

Searched refs:ResultDispatcher (Results 1 – 9 of 9) sorted by relevance

/hardware/google/camera/common/hal/utils/
Dresult_dispatcher.cc31 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::ResultDispatcher
66 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 …]
Dresult_dispatcher.h35 class ResultDispatcher {
41 static std::unique_ptr<ResultDispatcher> Create(
45 virtual ~ResultDispatcher();
68 ResultDispatcher(uint32_t partial_result_count,
Dzsl_result_dispatcher.cc67 std::unique_ptr<ResultDispatcher>(new ResultDispatcher( in Initialize()
75 std::unique_ptr<ResultDispatcher>(new ResultDispatcher( in Initialize()
Dzsl_result_dispatcher.h91 std::unique_ptr<ResultDispatcher> normal_result_dispatcher_;
92 std::unique_ptr<ResultDispatcher> zsl_result_dispatcher_;
/hardware/google/camera/common/hal/google_camera_hal/
Dhdrplus_capture_session.h143 std::unique_ptr<ResultDispatcher> result_dispatcher_;
Drgbird_capture_session.h215 std::unique_ptr<ResultDispatcher> result_dispatcher_;
Dhdrplus_capture_session.cc484 ResultDispatcher::Create(kPartialResult, process_capture_result, notify); in Initialize()
Drgbird_capture_session.cc990 ResultDispatcher::Create(kPartialResult, process_capture_result, notify); in Initialize()
/hardware/google/camera/common/hal/tests/
Dresult_dispatcher_tests.cc62 result_dispatcher_ = ResultDispatcher::Create( in SetUp()
293 std::unique_ptr<ResultDispatcher> result_dispatcher_;