Home
last modified time | relevance | path

Searched refs:notify_ (Results 1 – 25 of 29) sorted by relevance

12

/hardware/google/camera/common/hal/google_camera_hal/
Ddual_ir_depth_result_processor.cc57 notify_ = notify; in SetResultCallback()
121 if (notify_ == nullptr) { in Notify()
134 notify_(message); in Notify()
Dbasic_result_processor.cc62 notify_ = notify; in SetResultCallback()
124 if (notify_ == nullptr) { in Notify()
129 notify_(block_message.message); in Notify()
Drgbird_depth_result_processor.cc57 notify_ = notify; in SetResultCallback()
130 if (notify_ == nullptr) { in Notify()
143 notify_(message); in Notify()
Dsnapshot_result_processor.cc60 notify_ = notify; in SetResultCallback()
125 if (notify_ == nullptr) { in Notify()
130 notify_(block_message.message); in Notify()
Drealtime_zsl_result_processor.cc66 notify_ = notify; in SetResultCallback()
262 if (notify_ == nullptr) { in Notify()
273 notify_(message); in Notify()
Ddual_ir_depth_result_processor.h59 NotifyFunc notify_; variable
Dbasic_result_processor.h62 NotifyFunc notify_; variable
Drgbird_depth_result_processor.h68 NotifyFunc notify_; variable
Dsnapshot_result_processor.h63 NotifyFunc notify_; variable
Ddual_ir_result_request_processor.cc75 notify_ = notify; in SetResultCallback()
298 if (notify_ == nullptr) { in Notify()
314 notify_(block_message.message); in Notify()
Dcapture_session_wrapper_process_block.cc126 notify_ = NotifyFunc([this](const NotifyMessage& message) { in ConfigureStreams()
136 camera_device_session_hwl_, hal_config_, process_capture_result_, notify_); in ConfigureStreams()
Drealtime_zsl_result_processor.h71 NotifyFunc notify_; variable
Dcapture_session_wrapper_process_block.h106 NotifyFunc notify_; variable
Ddual_ir_result_request_processor.h129 NotifyFunc notify_; variable
Drgbird_result_request_processor.cc77 notify_ = notify; in SetResultCallback()
694 if (notify_ == nullptr) { in Notify()
707 notify_(block_message.message); in Notify()
823 if (notify_ == nullptr) { in FlushPendingRequests()
854 notify_(message); in FlushPendingRequests()
Dhdrplus_capture_session.h151 NotifyFunc notify_; variable
Drgbird_result_request_processor.h140 NotifyFunc notify_; variable
Dzsl_snapshot_capture_session.h169 NotifyFunc notify_; variable
Dhdrplus_capture_session.cc500 notify_ = NotifyFunc( in Initialize()
509 notify_, &realtime_process_block, in Initialize()
522 notify_, &hdrplus_process_block, in Initialize()
Drealtime_zsl_result_request_processor.cc307 if (notify_ == nullptr) { in Notify()
361 notify_(message); in Notify()
/hardware/google/camera/common/hal/utils/
Dhdrplus_result_processor.cc60 notify_ = notify; in SetResultCallback()
126 if (notify_ == nullptr) { in Notify()
131 notify_(block_message.message); in Notify()
Dzsl_result_dispatcher.cc65 notify_ = NotifyFunc( in Initialize()
70 /*process_batch_capture_result=*/nullptr, notify_, in Initialize()
79 /*process_batch_capture_result=*/nullptr, notify_, in Initialize()
Dhdrplus_result_processor.h63 NotifyFunc notify_; variable
Dzsl_result_dispatcher.h106 NotifyFunc notify_; variable
Dresult_dispatcher.h239 NotifyFunc notify_; variable

12