Alex Klyubin | 53656c1 | 2017-04-13 19:05:27 -0700 | [diff] [blame] | 1 | # HwBinder IPC from client to server, and callbacks |
| 2 | binder_call(hal_contexthub_client, hal_contexthub_server) |
| 3 | binder_call(hal_contexthub_server, hal_contexthub_client) |
| 4 | |
Arthur Ishiguro | e1ced2f | 2021-08-10 22:06:43 +0000 | [diff] [blame^] | 5 | add_service(hal_contexthub_server, hal_contexthub_service) |
| 6 | binder_call(hal_contexthub_server, servicemanager) |
| 7 | |
| 8 | allow hal_contexthub_client hal_contexthub_service:service_manager find; |
| 9 | |
Steven Moreland | 9234e00 | 2018-06-06 09:30:18 -0700 | [diff] [blame] | 10 | hal_attribute_hwservice(hal_contexthub, hal_contexthub_hwservice) |