1*e4a36f41SAndroid Build Coastguard Worker# HwBinder IPC from client to server, and callbacks 2*e4a36f41SAndroid Build Coastguard Workerbinder_call(hal_thermal_client, hal_thermal_server) 3*e4a36f41SAndroid Build Coastguard Workerbinder_call(hal_thermal_server, hal_thermal_client) 4*e4a36f41SAndroid Build Coastguard Worker 5*e4a36f41SAndroid Build Coastguard Workerhal_attribute_hwservice(hal_thermal, hal_thermal_hwservice) 6*e4a36f41SAndroid Build Coastguard Workerhal_attribute_service(hal_thermal, hal_thermal_service) 7*e4a36f41SAndroid Build Coastguard Worker 8*e4a36f41SAndroid Build Coastguard Workeradd_service(hal_thermal_server, hal_thermal_service) 9*e4a36f41SAndroid Build Coastguard Workerbinder_call(hal_thermal_server, servicemanager) 10*e4a36f41SAndroid Build Coastguard Workerbinder_call(hal_thermal_client, servicemanager) 11