Home
last modified time | relevance | path

Searched refs:Notify (Results 1 – 25 of 63) sorted by relevance

123

/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/
DCallback.h35 virtual Return<void> Notify(const HealthInfo&) = 0;
42 Return<void> Notify(const HealthInfo& info) override { in Notify() function
54 Return<void> Notify(const HealthInfo& info) override { in Notify() function
/hardware/google/interfaces/media/c2/1.0/
DIComponentListener.hal25 * Notify the listener that some works have been completed.
30 * Notify the listener that the component is tripped.
35 * Notify the listener of an error.
64 * Notify the listener that frames are rendered.
/hardware/interfaces/bluetooth/1.0/default/test/
Dh4_protocol_unittest.cc69 ACTION_P2(Notify, mutex, condition) { in ACTION_P2() argument
134 .WillOnce(Notify(&mutex, &done)); in WriteAndExpectInboundAclData()
159 .WillOnce(Notify(&mutex, &done)); in WriteAndExpectInboundScoData()
183 .WillOnce(Notify(&mutex, &done)); in WriteAndExpectInboundEvent()
207 .WillOnce(Notify(&mutex, &done)); in WriteAndExpectInboundIsoData()
Dmct_protocol_unittest.cc62 ACTION_P2(Notify, mutex, condition) { in ACTION_P2() argument
136 .WillOnce(Notify(&mutex, &done)); in WriteAndExpectInboundAclData()
161 .WillOnce(Notify(&mutex, &done)); in WriteAndExpectInboundEvent()
/hardware/interfaces/tv/tuner/1.0/
DIFilterCallback.hal21 * Notify the client that a new filter event happened.
28 * Notify the client a new status of a filter.
DIDvrCallback.hal21 * Notify the client a new status of the demux's record.
28 * Notify the client a new status of the demux's playback.
DIFrontendCallback.hal21 * Notify the client that a new event happened on the frontend.
DILnbCallback.hal21 * Notify the client that a new event happened on the Lnb.
/hardware/google/camera/common/hal/tests/
Dresult_processor_tests.cc83 result_processor->Notify(shutter_message); in SendResultsAndMessages()
84 result_processor->Notify(error_message); in SendResultsAndMessages()
155 result_processor->Notify(ProcessBlockNotifyMessage{}); in TEST()
Dmock_result_processor.h40 MOCK_METHOD1(Notify, void(const ProcessBlockNotifyMessage& message));
/hardware/interfaces/media/c2/1.0/
DIComponentListener.hal25 * Notify the listener that some `Work` items have been completed.
35 * Notify the listener that the component is tripped.
42 * Notify the listener of an error.
82 * Notify the listener that frames have been rendered.
106 * Notify the listener that some input buffers are no longer needed by the
/hardware/google/camera/common/hal/hwl_interface/
Dresult_processor.h61 virtual void Notify(const ProcessBlockNotifyMessage& block_message) = 0;
/hardware/interfaces/sensors/2.0/
DISensorsCallback.hal23 * Notify the framework that new dynamic sensors have been connected.
34 * Notify the framework that previously connected dynamic sensors have been
/hardware/google/camera/common/hal/google_camera_hal/
Dbasic_result_processor.h43 void Notify(const ProcessBlockNotifyMessage& block_message) override;
Drgbird_depth_result_processor.h51 void Notify(const ProcessBlockNotifyMessage& block_message) override;
Ddual_ir_depth_result_processor.h43 void Notify(const ProcessBlockNotifyMessage& block_message) override;
Dsnapshot_result_processor.h48 void Notify(const ProcessBlockNotifyMessage& block_message) override;
Dbasic_result_processor.cc96 void BasicResultProcessor::Notify(const ProcessBlockNotifyMessage& block_message) { in Notify() function in android::google_camera_hal::BasicResultProcessor
Drealtime_zsl_result_processor.h49 void Notify(const ProcessBlockNotifyMessage& block_message) override;
Ddual_ir_result_request_processor.h56 void Notify(const ProcessBlockNotifyMessage& block_message) override;
/hardware/google/camera/common/hal/utils/
Dhdrplus_result_processor.h48 void Notify(const ProcessBlockNotifyMessage& block_message) override;
/hardware/interfaces/health/utils/libhealth2impl/
DBinderHealth.cpp79 auto ret = wrapped->Notify(health_info); in registerCallback()
135 auto ret = (*it)->Notify(health_info); in OnHealthInfoChanged()
/hardware/interfaces/tv/tuner/1.1/
DIFilterCallback.hal25 * Notify the client that a new filter event happened.
/hardware/interfaces/sensors/2.1/
DISensorsCallback.hal24 * Notify the framework that new dynamic sensors have been connected.
/hardware/interfaces/cas/1.0/
DICasListener.hal20 * Notify the listener of a scheme-specific event from the CA system.

123