Home
last modified time | relevance | path

Searched refs:NotifyMessage (Results 1 – 25 of 37) sorted by relevance

12

/hardware/google/camera/common/hal/tests/
Dresult_processor_tests.cc55 NotifyFunc notify = NotifyFunc([](const NotifyMessage& /*message*/) {}); in TEST() argument
92 NotifyFunc notify = NotifyFunc([](const NotifyMessage& /*message*/) {}); in TEST() argument
110 NotifyFunc notify = NotifyFunc([](const NotifyMessage& /*message*/) {}); in TEST() argument
140 [&](const NotifyMessage& /*message*/) { message_received = true; }); in TEST() argument
172 NotifyFunc notify = NotifyFunc([&](const NotifyMessage& /*message*/) {}); in TEST() argument
Dcamera_device_session_tests.cc203 void Notify(const NotifyMessage& message) { in Notify()
209 void NotifyBatch(const std::vector<NotifyMessage>& messages) { in NotifyBatch()
308 std::vector<NotifyMessage> received_messages_;
413 .notify = [&](const NotifyMessage& message) { Notify(message); }, in TEST_F()
415 [&](const std::vector<NotifyMessage>& messages) { in TEST_F()
Dresult_dispatcher_tests.cc70 [this](const NotifyMessage& message) { Notify(message); }, in SetUp()
78 void Notify(const NotifyMessage& message) { in Notify()
/hardware/google/camera/common/hal/utils/
Drealtime_process_block.h81 const NotifyMessage& message);
83 void NotifyHwlPipelineBatchMessage(const std::vector<NotifyMessage>& messages);
Drealtime_process_block.cc75 [this](uint32_t pipeline_id, const NotifyMessage& message) { in RealtimeProcessBlock()
80 [this](const std::vector<NotifyMessage>& messages) { in RealtimeProcessBlock()
252 uint32_t /*pipeline_id*/, const NotifyMessage& message) { in NotifyHwlPipelineMessage()
265 const std::vector<NotifyMessage>& messages) { in NotifyHwlPipelineBatchMessage()
Dzsl_result_dispatcher.cc67 [this](const NotifyMessage& message) { NotifyHalMessage(message); }); in Initialize()
110 void ZslResultDispatcher::NotifyHalMessage(const NotifyMessage& message) { in NotifyHalMessage()
Dzsl_result_dispatcher.h89 void NotifyHalMessage(const NotifyMessage& message);
Dmulticam_realtime_process_block.h93 const NotifyMessage& message);
Dhal_utils.h123 void DumpNotify(const NotifyMessage& message, const std::string& title);
Dresult_dispatcher.cc342 NotifyMessage message = {.type = MessageType::kError, .message.error = error}; in AddError()
491 NotifyMessage& message) { in GetPendingShutterNotificationLocked()
512 NotifyMessage message = {}; in NotifyShutters()
526 std::vector<NotifyMessage> messages; in NotifyBatchShutters()
527 NotifyMessage message = {}; in NotifyBatchShutters()
/hardware/google/camera/common/hal/google_camera_hal/
Dbasic_capture_session.h106 void Notify(const NotifyMessage& message);
109 void NotifyBatch(const std::vector<NotifyMessage>& messages);
Dbasic_capture_session.cc251 auto notify_cb = [this](const NotifyMessage& message) { Notify(message); }; in Initialize()
256 auto notify_batch_cb = [this](const std::vector<NotifyMessage>& messages) { in Initialize()
327 void BasicCaptureSession::Notify(const NotifyMessage& message) { in Notify()
340 void BasicCaptureSession::NotifyBatch(const std::vector<NotifyMessage>& messages) { in NotifyBatch()
343 for (const NotifyMessage& message : messages) { in NotifyBatch()
Dcamera_device_session.h240 void Notify(const NotifyMessage& result);
243 void NotifyBatch(const std::vector<NotifyMessage>& results);
312 bool ShouldSendNotifyMessage(const NotifyMessage& message);
Dcapture_session_wrapper_process_block.h92 const NotifyMessage& message);
Dbasic_result_processor.cc145 std::vector<NotifyMessage> notify_messages; in NotifyBatch()
Dzsl_snapshot_capture_session.h144 void NotifyHalMessage(const NotifyMessage& message);
Drealtime_zsl_result_processor.cc160 const NotifyMessage& message = block_message.message; in Notify()
Dcapture_session_wrapper_process_block.cc126 notify_ = NotifyFunc([this](const NotifyMessage& message) { in ConfigureStreams()
/hardware/google/camera/common/hal/hwl_interface/
Dhwl_types.h106 uint32_t /*pipeline_id*/, const NotifyMessage& /*message*/)>;
110 std::function<void(const std::vector<NotifyMessage>& /*messages*/)>;
Dprocess_block.h49 NotifyMessage message;
/hardware/google/camera/devices/EmulatedCamera/hwl/
DGrallocSensorBuffer.h33 using android::google_camera_hal::NotifyMessage;
DGrallocSensorBuffer.cpp32 NotifyMessage msg = { in ~GrallocSensorBuffer()
DEmulatedRequestProcessor.cpp43 using google_camera_hal::NotifyMessage;
221 NotifyMessage msg = { in NotifyFailedRequest()
518 NotifyMessage msg{.type = MessageType::kError, in RequestProcessorLoop()
530 NotifyMessage msg{.type = MessageType::kError, in RequestProcessorLoop()
/hardware/google/camera/common/hal/common/
Dhal_types.h294 struct NotifyMessage { struct
420 using NotifyFunc = std::function<void(const NotifyMessage& /*message*/)>;
424 std::function<void(const std::vector<NotifyMessage>& /*messages*/)>;
/hardware/google/camera/common/hal/aidl_service/
Daidl_camera_device_session.h166 void NotifyHalMessage(const google_camera_hal::NotifyMessage& hal_message);
169 const std::vector<google_camera_hal::NotifyMessage>& hal_messages);

12