Searched refs:HdfDeathRecipient (Results 1 – 14 of 14) sorted by relevance
/drivers/hdf_core/interfaces/inner_api/ipc/ |
D | hdf_remote_service.h | 61 struct HdfDeathRecipient { struct 63 void (*OnRemoteDied)(struct HdfDeathRecipient *, struct HdfRemoteService *); argument 104 void HdfRemoteServiceAddDeathRecipient(struct HdfRemoteService *service, struct HdfDeathRecipient *… 112 …ServiceRemoveDeathRecipient(struct HdfRemoteService *service, struct HdfDeathRecipient *recipient);
|
/drivers/peripheral/codec/hal/include/ |
D | codec_component_manager_service.h | 43 struct HdfDeathRecipient recipient; 48 void CleanRemoteServiceResource(struct HdfDeathRecipient *deathRecipient, struct HdfRemoteService *…
|
/drivers/hdf_core/adapter/uhdf2/ipc/include/ |
D | hdf_remote_adapter_if.h | 38 void HdfRemoteAdapterAddDeathRecipient(struct HdfRemoteService *service, struct HdfDeathRecipient *… 40 …rRemoveDeathRecipient(struct HdfRemoteService *service, const struct HdfDeathRecipient *recipient);
|
D | hdf_remote_adapter.h | 43 HdfDeathNotifier(struct HdfRemoteService *service, struct HdfDeathRecipient *recipient); 48 struct HdfDeathRecipient *recipient_;
|
/drivers/hdf_core/adapter/uhdf2/ipc/src/ |
D | hdf_remote_service.c | 20 struct HdfRemoteService *service, struct HdfDeathRecipient *recipient) in HdfRemoteServiceAddDeathRecipient() 26 struct HdfRemoteService *service, struct HdfDeathRecipient *recipient) in HdfRemoteServiceRemoveDeathRecipient()
|
D | hdf_remote_adapter.cpp | 72 HdfDeathNotifier::HdfDeathNotifier(struct HdfRemoteService *service, struct HdfDeathRecipient *reci… 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/ |
D | devhost_service_proxy.h | 29 struct HdfDeathRecipient recipient;
|
D | devsvc_manager_stub.h | 34 struct HdfDeathRecipient recipient;
|
/drivers/hdf_core/adapter/uhdf2/host/include/ |
D | devsvc_manager_proxy.h | 28 struct HdfDeathRecipient recipient;
|
/drivers/hdf_core/adapter/uhdf2/manager/src/ |
D | devhost_service_proxy.c | 70 void DevHostServiceProxyOnRemoteDied(struct HdfDeathRecipient *recipient, struct HdfRemoteService *… in DevHostServiceProxyOnRemoteDied() 85 struct HdfDeathRecipient, recipient, struct DevHostServiceProxy, recipient); in DevHostServiceProxyOnRemoteDied()
|
D | devsvc_manager_stub.c | 533 void DevSvcManagerOnServiceDied(struct HdfDeathRecipient *recipient, struct HdfRemoteService *remot… in DevSvcManagerOnServiceDied() 536 … HDF_SLIST_CONTAINER_OF(struct HdfDeathRecipient, recipient, struct DevSvcManagerStub, recipient); in DevSvcManagerOnServiceDied()
|
/drivers/peripheral/codec/hal/src/ |
D | codec_component_manager_service.c | 31 static void OnRemoteServiceDied(struct HdfDeathRecipient *deathRecipient, struct HdfRemoteService *… in OnRemoteServiceDied() 228 void CleanRemoteServiceResource(struct HdfDeathRecipient *deathRecipient, struct HdfRemoteService *… in CleanRemoteServiceResource()
|
/drivers/hdf_core/adapter/uhdf2/host/src/ |
D | devsvc_manager_proxy.c | 211 static void DevSvcManagerProxyOnRemoteDied(struct HdfDeathRecipient *recipient, struct HdfRemoteSer… in DevSvcManagerProxyOnRemoteDied()
|
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/ |
D | devhost_test.cpp | 124 struct HdfDeathRecipient recipient;
|