1*e4a36f41SAndroid Build Coastguard Worker# HwBinder IPC from clients into server, and callbacks 2*e4a36f41SAndroid Build Coastguard Workerbinder_call(hal_tv_input_client, hal_tv_input_server) 3*e4a36f41SAndroid Build Coastguard Workerbinder_call(hal_tv_input_server, hal_tv_input_client) 4*e4a36f41SAndroid Build Coastguard Worker 5*e4a36f41SAndroid Build Coastguard Workerhal_attribute_hwservice(hal_tv_input, hal_tv_input_hwservice) 6*e4a36f41SAndroid Build Coastguard Workerhal_attribute_service(hal_tv_input, hal_tv_input_service) 7*e4a36f41SAndroid Build Coastguard Worker 8*e4a36f41SAndroid Build Coastguard Workerbinder_call(hal_tv_input_server, servicemanager) 9*e4a36f41SAndroid Build Coastguard Workerbinder_call(hal_tv_input_client, servicemanager) 10