Pavel Maltsev | 43e172a | 2018-04-10 14:07:14 -0700 | [diff] [blame] | 1 | # HwBinder IPC from client to server, and callbacks |
| 2 | binder_call(hal_audiocontrol_client, hal_audiocontrol_server) |
| 3 | binder_call(hal_audiocontrol_server, hal_audiocontrol_client) |
| 4 | |
Steven Moreland | 9234e00 | 2018-06-06 09:30:18 -0700 | [diff] [blame] | 5 | hal_attribute_hwservice(hal_audiocontrol, hal_audiocontrol_hwservice) |
Steven Moreland | 42a02d7 | 2020-12-23 01:26:58 +0000 | [diff] [blame] | 6 | hal_attribute_service(hal_audiocontrol, hal_audiocontrol_service) |
Hayden Gomes | bf08517 | 2020-10-23 13:30:14 -0700 | [diff] [blame] | 7 | |
Hayden Gomes | bf08517 | 2020-10-23 13:30:14 -0700 | [diff] [blame] | 8 | binder_call(hal_audiocontrol_server, servicemanager) |