Andrew Scull | 64f35fa | 2018-01-10 16:11:46 +0000 | [diff] [blame] | 1 | # HwBinder IPC from client to server |
2 | binder_call(hal_authsecret_client, hal_authsecret_server) | ||||
3 | |||||
Steven Moreland | 9234e00 | 2018-06-06 09:30:18 -0700 | [diff] [blame] | 4 | hal_attribute_hwservice(hal_authsecret, hal_authsecret_hwservice) |
ChengYou Ho | f4f75d0 | 2020-12-24 21:00:43 +0800 | [diff] [blame^] | 5 | hal_attribute_service(hal_authsecret, hal_authsecret_service) |
6 | |||||
7 | binder_call(hal_authsecret_server, servicemanager) |