Home
last modified time | relevance | path

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

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