1*e4a36f41SAndroid Build Coastguard Worker# HwBinder IPC from client to server, and callbacks 2*e4a36f41SAndroid Build Coastguard Workerbinder_call(hal_power_stats_client, hal_power_stats_server) 3*e4a36f41SAndroid Build Coastguard Workerbinder_call(hal_power_stats_server, hal_power_stats_client) 4*e4a36f41SAndroid Build Coastguard Worker 5*e4a36f41SAndroid Build Coastguard Workerhal_attribute_hwservice(hal_power_stats, hal_power_stats_hwservice) 6*e4a36f41SAndroid Build Coastguard Workerhal_attribute_service(hal_power_stats, hal_power_stats_service) 7*e4a36f41SAndroid Build Coastguard Worker 8*e4a36f41SAndroid Build Coastguard Workerbinder_call(hal_power_stats_server, servicemanager) 9*e4a36f41SAndroid Build Coastguard Workerbinder_call(hal_power_stats_client, servicemanager) 10