Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/
Dresult_dispatcher.cc30 std::unique_ptr<ResultDispatcher> ResultDispatcher::Create( in Create()
34 auto dispatcher = std::unique_ptr<ResultDispatcher>(new ResultDispatcher( in Create()
44 ResultDispatcher::ResultDispatcher( in ResultDispatcher() function in android::google_camera_hal::ResultDispatcher
55 ResultDispatcher::~ResultDispatcher() { in ~ResultDispatcher()
66 void ResultDispatcher::RemovePendingRequest(uint32_t frame_number) { in RemovePendingRequest()
72 status_t ResultDispatcher::AddPendingRequest( in AddPendingRequest()
88 status_t ResultDispatcher::AddPendingRequestLocked( in AddPendingRequestLocked()
128 status_t ResultDispatcher::AddPendingShutterLocked(uint32_t frame_number) { in AddPendingShutterLocked()
140 status_t ResultDispatcher::AddPendingFinalResultMetadataLocked( in AddPendingFinalResultMetadataLocked()
154 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();
69 ResultDispatcher(uint32_t partial_result_count,
/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.cc482 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_;