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 | |
Steven Moreland | 9099638 | 2018-06-11 14:36:12 -0700 | [diff] [blame] | 4 | hal_attribute_hwservice(hal_allocator, hidl_allocator_hwservice) |
Alex Klyubin | 53656c1 | 2017-04-13 19:05:27 -0700 | [diff] [blame] | 5 | allow hal_allocator_client hidl_memory_hwservice:hwservice_manager find; |
Tri Vo | 90cf5a7 | 2018-10-18 12:39:35 -0700 | [diff] [blame^] | 6 | allow hal_allocator_client same_process_hal_file:file { execute read open getattr map }; |