/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/ |
D | Callback.h | 35 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/ |
D | IComponentListener.hal | 25 * 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/ |
D | h4_protocol_unittest.cc | 69 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() 205 .WillOnce(Notify(&mutex, &done)); in WriteAndExpectInboundIsoData()
|
D | mct_protocol_unittest.cc | 62 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/ |
D | IFilterCallback.hal | 21 * Notify the client that a new filter event happened. 28 * Notify the client a new status of a filter.
|
D | IDvrCallback.hal | 21 * Notify the client a new status of the demux's record. 28 * Notify the client a new status of the demux's playback.
|
D | IFrontendCallback.hal | 21 * Notify the client that a new event happened on the frontend.
|
D | ILnbCallback.hal | 21 * Notify the client that a new event happened on the Lnb.
|
/hardware/google/camera/common/hal/tests/ |
D | result_processor_tests.cc | 83 result_processor->Notify(shutter_message); in SendResultsAndMessages() 84 result_processor->Notify(error_message); in SendResultsAndMessages() 155 result_processor->Notify(ProcessBlockNotifyMessage{}); in TEST()
|
D | mock_result_processor.h | 40 MOCK_METHOD1(Notify, void(const ProcessBlockNotifyMessage& message));
|
/hardware/interfaces/media/c2/1.0/ |
D | IComponentListener.hal | 25 * 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/google_camera_hal/ |
D | result_processor.h | 61 virtual void Notify(const ProcessBlockNotifyMessage& block_message) = 0;
|
D | basic_result_processor.h | 43 void Notify(const ProcessBlockNotifyMessage& block_message) override;
|
D | rgbird_depth_result_processor.h | 51 void Notify(const ProcessBlockNotifyMessage& block_message) override;
|
D | dual_ir_depth_result_processor.h | 43 void Notify(const ProcessBlockNotifyMessage& block_message) override;
|
D | hdrplus_result_processor.h | 48 void Notify(const ProcessBlockNotifyMessage& block_message) override;
|
D | realtime_zsl_result_processor.h | 48 void Notify(const ProcessBlockNotifyMessage& block_message) override;
|
D | basic_result_processor.cc | 96 void BasicResultProcessor::Notify(const ProcessBlockNotifyMessage& block_message) { in Notify() function in android::google_camera_hal::BasicResultProcessor
|
D | dual_ir_result_request_processor.h | 56 void Notify(const ProcessBlockNotifyMessage& block_message) override;
|
D | dual_ir_depth_result_processor.cc | 115 void DualIrDepthResultProcessor::Notify( in Notify() function in android::google_camera_hal::DualIrDepthResultProcessor
|
/hardware/interfaces/sensors/2.0/ |
D | ISensorsCallback.hal | 23 * Notify the framework that new dynamic sensors have been connected. 34 * Notify the framework that previously connected dynamic sensors have been
|
/hardware/interfaces/health/utils/libhealth2impl/ |
D | BinderHealth.cpp | 79 auto ret = wrapped->Notify(health_info); in registerCallback() 135 auto ret = (*it)->Notify(health_info); in OnHealthInfoChanged()
|
/hardware/interfaces/cas/1.0/ |
D | ICasListener.hal | 20 * Notify the listener of a scheme-specific event from the CA system.
|
/hardware/interfaces/sensors/2.1/ |
D | ISensorsCallback.hal | 24 * Notify the framework that new dynamic sensors have been connected.
|
/hardware/interfaces/cas/1.1/ |
D | ICasListener.hal | 23 * Notify the listener of a scheme-specific session event from CA system.
|