Home
last modified time | relevance | path

Searched defs:recipient (Results 1 – 17 of 17) sorted by relevance

/drivers/peripheral/display/composer/test/unittest/
Dhdi_death_test.cpp44 sptr<IRemoteObject::DeathRecipient> recipient = new ComposerDiedRecipient(); variable
56 sptr<IRemoteObject::DeathRecipient> recipient = new ComposerDiedRecipient(); variable
/drivers/peripheral/display/buffer/test/unittest/
Ddeath_test.cpp44 sptr<IRemoteObject::DeathRecipient> recipient = new BufferDiedRecipient(); variable
56 sptr<IRemoteObject::DeathRecipient> recipient = new BufferDiedRecipient(); variable
/drivers/hdf_core/adapter/uhdf2/ipc/src/
Dhdf_remote_service.c20 struct HdfRemoteService *service, struct HdfDeathRecipient *recipient) in HdfRemoteServiceAddDeathRecipient()
26 struct HdfRemoteService *service, struct HdfDeathRecipient *recipient) in HdfRemoteServiceRemoveDeathRecipient()
Dhdf_remote_adapter.cpp72 …thNotifier::HdfDeathNotifier(struct HdfRemoteService *service, struct HdfDeathRecipient *recipient) in HdfDeathNotifier()
159 struct HdfRemoteService *service, struct HdfDeathRecipient *recipient) in HdfRemoteAdapterAddDeathRecipient()
177 struct HdfRemoteService *service, const struct HdfDeathRecipient *recipient) in HdfRemoteAdapterRemoveDeathRecipient()
/drivers/hdf_core/adapter/uhdf2/manager/include/
Ddevhost_service_proxy.h29 struct HdfDeathRecipient recipient; member
Ddevsvc_manager_stub.h34 struct HdfDeathRecipient recipient; member
/drivers/peripheral/codec/hal/include/
Dcodec_component_manager_service.h43 struct HdfDeathRecipient recipient; member
/drivers/hdf_core/adapter/uhdf2/host/include/
Ddevsvc_manager_proxy.h28 struct HdfDeathRecipient recipient; member
/drivers/hdf_core/adapter/uhdf2/manager/src/
Ddevhost_service_proxy.c70 void DevHostServiceProxyOnRemoteDied(struct HdfDeathRecipient *recipient, struct HdfRemoteService *… in DevHostServiceProxyOnRemoteDied()
Ddevsvc_manager_stub.c533 void DevSvcManagerOnServiceDied(struct HdfDeathRecipient *recipient, struct HdfRemoteService *remot… in DevSvcManagerOnServiceDied()
/drivers/peripheral/display/hdi_service/gralloc/client/
Ddisplay_gralloc_client.cpp63 const sptr<IRemoteObject::DeathRecipient> recipient = new GrallocDeathRecipient(func, data); in RegAllocatorDeathCallback() local
/drivers/interface/display/buffer/v1_0/hdi_impl/
Ddisplay_buffer_hdi_impl.cpp102 bool DisplayBufferHdiImpl::AddDeathRecipient(const sptr<IRemoteObject::DeathRecipient>& recipient) in AddDeathRecipient()
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/
Ddevhost_test.cpp124 struct HdfDeathRecipient recipient; variable
/drivers/hdf_core/adapter/uhdf2/host/src/
Ddevsvc_manager_proxy.c211 static void DevSvcManagerProxyOnRemoteDied(struct HdfDeathRecipient *recipient, struct HdfRemoteSer… in DevSvcManagerProxyOnRemoteDied()
/drivers/peripheral/location/agnss/hdi_service/
Dagnss_interface_impl.cpp255 auto recipient = iter->second; in RemoveAgnssDeathRecipient() local
/drivers/peripheral/location/gnss/hdi_service/
Dgnss_interface_impl.cpp307 auto recipient = iter->second; in RemoveGnssDeathRecipient() local
/drivers/interface/display/composer/v1_0/hdi_impl/
Ddisplay_composer_hdi_impl.h90 virtual bool AddDeathRecipient(const sptr<IRemoteObject::DeathRecipient>& recipient) override in AddDeathRecipient()