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_ir_client, hal_ir_server) | ||||
3 | binder_call(hal_ir_server, hal_ir_client) | ||||
4 | |||||
Devin Moore | 978b9e5 | 2021-11-09 21:01:09 +0000 | [diff] [blame^] | 5 | hal_attribute_service(hal_ir, hal_ir_service) |
6 | binder_call(hal_ir_server, servicemanager) | ||||
7 | |||||
Steven Moreland | 9234e00 | 2018-06-06 09:30:18 -0700 | [diff] [blame] | 8 | hal_attribute_hwservice(hal_ir, hal_ir_hwservice) |