blob: 3962cc8cc0e4808c0155b1eccdfc6d5c4710bdbf [file] [log] [blame]
Pavel Maltsev43e172a2018-04-10 14:07:14 -07001# HwBinder IPC from client to server, and callbacks
2binder_call(hal_audiocontrol_client, hal_audiocontrol_server)
3binder_call(hal_audiocontrol_server, hal_audiocontrol_client)
4
Steven Moreland9234e002018-06-06 09:30:18 -07005hal_attribute_hwservice(hal_audiocontrol, hal_audiocontrol_hwservice)
Hayden Gomesbf085172020-10-23 13:30:14 -07006
7add_service(hal_audiocontrol_server, hal_audiocontrol_service)
8binder_call(hal_audiocontrol_server, servicemanager)
9
10allow hal_audiocontrol_client hal_audiocontrol_service:service_manager find;