Keith Mok | df794b4 | 2023-11-03 20:27:43 +0000 | [diff] [blame^] | 1 | # Binder IPC from client to server, and callbacks |
2 | binder_call(hal_macsec_client, hal_macsec_server) | ||||
3 | binder_call(hal_macsec_server, hal_macsec_client) | ||||
4 | |||||
5 | hal_attribute_service(hal_macsec, hal_macsec_service) | ||||
6 | |||||
7 | binder_use(hal_macsec_server) |