blob: 13fed00d146a62792c60258f16149a9940cb309e [file] [log] [blame]
Alex Klyubin53656c12017-04-13 19:05:27 -07001# HwBinder IPC from client to server, and callbacks
2binder_call(hal_thermal_client, hal_thermal_server)
3binder_call(hal_thermal_server, hal_thermal_client)
4
Steven Moreland9234e002018-06-06 09:30:18 -07005hal_attribute_hwservice(hal_thermal, hal_thermal_hwservice)
Peiyong Lin4a5d0f12022-09-30 21:12:36 +00006hal_attribute_service(hal_thermal, hal_thermal_service)
7
8add_service(hal_thermal_server, hal_thermal_service)
9binder_call(hal_thermal_server, servicemanager)
10binder_call(hal_thermal_client, servicemanager)