Dan Cashman | 8058248 | 2017-12-06 09:20:27 -0800 | [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 | |||||
5 | add_hwservice(hal_ir_server, hal_ir_hwservice) | ||||
6 | allow hal_ir_client hal_ir_hwservice:hwservice_manager find; |