1*e4a36f41SAndroid Build Coastguard Worker# HwBinder IPC from client to server, and callbacks 2*e4a36f41SAndroid Build Coastguard Workerbinder_call(hal_contexthub_client, hal_contexthub_server) 3*e4a36f41SAndroid Build Coastguard Workerbinder_call(hal_contexthub_server, hal_contexthub_client) 4*e4a36f41SAndroid Build Coastguard Worker 5*e4a36f41SAndroid Build Coastguard Workeradd_service(hal_contexthub_server, hal_contexthub_service) 6*e4a36f41SAndroid Build Coastguard Workerbinder_call(hal_contexthub_server, servicemanager) 7*e4a36f41SAndroid Build Coastguard Worker 8*e4a36f41SAndroid Build Coastguard Workerallow hal_contexthub_client hal_contexthub_service:service_manager find; 9*e4a36f41SAndroid Build Coastguard Worker 10*e4a36f41SAndroid Build Coastguard Workerhal_attribute_hwservice(hal_contexthub, hal_contexthub_hwservice) 11