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_telephony_client, hal_telephony_server) | ||||
3 | binder_call(hal_telephony_server, hal_telephony_client) | ||||
4 | |||||
5 | add_hwservice(hal_telephony_server, hal_telephony_hwservice) | ||||
6 | allow hal_telephony_client hal_telephony_hwservice:hwservice_manager find; | ||||
7 |