blob: b345189a9072a54cba24689d516b80366f71d624 [file] [log] [blame]
Shubangc76e1582017-03-29 15:03:59 -07001# HwBinder IPC from clients into server, and callbacks
2binder_call(hal_tv_input_client, hal_tv_input_server)
3binder_call(hal_tv_input_server, hal_tv_input_client)
Alex Klyubin53656c12017-04-13 19:05:27 -07004
Steven Moreland9234e002018-06-06 09:30:18 -07005hal_attribute_hwservice(hal_tv_input, hal_tv_input_hwservice)
Yixiao Luoe83ae792022-08-17 19:05:25 -07006hal_attribute_service(hal_tv_input, hal_tv_input_service)
7
8binder_call(hal_tv_input_server, servicemanager)
9binder_call(hal_tv_input_client, servicemanager)