Alex Klyubin | 53656c1 | 2017-04-13 19:05:27 -0700 | [diff] [blame] | 1 | # HwBinder IPC from client to server, and callbacks |
2 | binder_call(hal_power_client, hal_power_server) | ||||
3 | binder_call(hal_power_server, hal_power_client) | ||||
4 | |||||
5 | add_hwservice(hal_power_server, hal_power_hwservice) | ||||
Steven Moreland | 8fc7981 | 2018-05-30 16:43:17 -0700 | [diff] [blame^] | 6 | hal_attribute_hwservice_client(hal_power, hal_power_hwservice) |