Alex Klyubin | 7cda44f | 2017-03-21 14:28:53 -0700 | [diff] [blame] | 1 | # HwBinder IPC from client to server |
2 | binder_call(hal_allocator_client, hal_allocator_server) | ||||
Alex Klyubin | 53656c1 | 2017-04-13 19:05:27 -0700 | [diff] [blame] | 3 | |
4 | add_hwservice(hal_allocator_server, hidl_allocator_hwservice) | ||||
5 | allow hal_allocator_client hidl_allocator_hwservice:hwservice_manager find; | ||||
6 | allow hal_allocator_client hidl_memory_hwservice:hwservice_manager find; |