Shubang | c76e158 | 2017-03-29 15:03:59 -0700 | [diff] [blame] | 1 | # HwBinder IPC from clients into server, and callbacks |
| 2 | binder_call(hal_tv_input_client, hal_tv_input_server) |
| 3 | binder_call(hal_tv_input_server, hal_tv_input_client) |
Alex Klyubin | 53656c1 | 2017-04-13 19:05:27 -0700 | [diff] [blame] | 4 | |
Steven Moreland | 9234e00 | 2018-06-06 09:30:18 -0700 | [diff] [blame] | 5 | hal_attribute_hwservice(hal_tv_input, hal_tv_input_hwservice) |
Yixiao Luo | e83ae79 | 2022-08-17 19:05:25 -0700 | [diff] [blame^] | 6 | hal_attribute_service(hal_tv_input, hal_tv_input_service) |
| 7 | |
| 8 | binder_call(hal_tv_input_server, servicemanager) |
| 9 | binder_call(hal_tv_input_client, servicemanager) |