Home
last modified time | relevance | path

Searched refs:HdfDeathRecipient (Results 1 – 14 of 14) sorted by relevance

/drivers/hdf_core/interfaces/inner_api/ipc/
Dhdf_remote_service.h61 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/
Dcodec_component_manager_service.h43 struct HdfDeathRecipient recipient;
48 void CleanRemoteServiceResource(struct HdfDeathRecipient *deathRecipient, struct HdfRemoteService *…
/drivers/hdf_core/adapter/uhdf2/ipc/include/
Dhdf_remote_adapter_if.h38 void HdfRemoteAdapterAddDeathRecipient(struct HdfRemoteService *service, struct HdfDeathRecipient *…
40 …rRemoveDeathRecipient(struct HdfRemoteService *service, const struct HdfDeathRecipient *recipient);
Dhdf_remote_adapter.h43 HdfDeathNotifier(struct HdfRemoteService *service, struct HdfDeathRecipient *recipient);
48 struct HdfDeathRecipient *recipient_;
/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 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/
Ddevhost_service_proxy.h29 struct HdfDeathRecipient recipient;
Ddevsvc_manager_stub.h34 struct HdfDeathRecipient recipient;
/drivers/hdf_core/adapter/uhdf2/host/include/
Ddevsvc_manager_proxy.h28 struct HdfDeathRecipient recipient;
/drivers/hdf_core/adapter/uhdf2/manager/src/
Ddevhost_service_proxy.c70 void DevHostServiceProxyOnRemoteDied(struct HdfDeathRecipient *recipient, struct HdfRemoteService *… in DevHostServiceProxyOnRemoteDied()
85 struct HdfDeathRecipient, recipient, struct DevHostServiceProxy, recipient); in DevHostServiceProxyOnRemoteDied()
Ddevsvc_manager_stub.c533 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/
Dcodec_component_manager_service.c31 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/
Ddevsvc_manager_proxy.c211 static void DevSvcManagerProxyOnRemoteDied(struct HdfDeathRecipient *recipient, struct HdfRemoteSer… in DevSvcManagerProxyOnRemoteDied()
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/
Ddevhost_test.cpp124 struct HdfDeathRecipient recipient;