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_thermal_client, hal_thermal_server) |
| 3 | binder_call(hal_thermal_server, hal_thermal_client) |
| 4 | |
Steven Moreland | 9234e00 | 2018-06-06 09:30:18 -0700 | [diff] [blame] | 5 | hal_attribute_hwservice(hal_thermal, hal_thermal_hwservice) |
Peiyong Lin | 4a5d0f1 | 2022-09-30 21:12:36 +0000 | [diff] [blame] | 6 | hal_attribute_service(hal_thermal, hal_thermal_service) |
| 7 | |
| 8 | add_service(hal_thermal_server, hal_thermal_service) |
| 9 | binder_call(hal_thermal_server, servicemanager) |
| 10 | binder_call(hal_thermal_client, servicemanager) |