2017-04-14 04:05:27 +02:00
|
|
|
# HwBinder IPC from client to server, and callbacks
|
|
|
|
binder_call(hal_thermal_client, hal_thermal_server)
|
|
|
|
binder_call(hal_thermal_server, hal_thermal_client)
|
|
|
|
|
2018-06-06 18:30:18 +02:00
|
|
|
hal_attribute_hwservice(hal_thermal, hal_thermal_hwservice)
|
2022-09-30 23:12:36 +02:00
|
|
|
hal_attribute_service(hal_thermal, hal_thermal_service)
|
|
|
|
|
|
|
|
add_service(hal_thermal_server, hal_thermal_service)
|
|
|
|
binder_call(hal_thermal_server, servicemanager)
|
|
|
|
binder_call(hal_thermal_client, servicemanager)
|