1# Binder IPC from clients into server, and callbacks 2binder_call(hal_tv_hdmi_connection_client, hal_tv_hdmi_connection_server) 3binder_call(hal_tv_hdmi_connection_server, hal_tv_hdmi_connection_client) 4binder_use(hal_tv_hdmi_connection_client) 5binder_use(hal_tv_hdmi_connection_server) 6 7hal_attribute_service(hal_tv_hdmi_connection, hal_tv_hdmi_connection_service) 8