Benjamin Schwartz | e7040ea | 2018-12-10 14:59:57 -0800 | [diff] [blame] | 1 | # HwBinder IPC from client to server, and callbacks |
| 2 | binder_call(hal_power_stats_client, hal_power_stats_server) |
| 3 | binder_call(hal_power_stats_server, hal_power_stats_client) |
| 4 | |
| 5 | hal_attribute_hwservice(hal_power_stats, hal_power_stats_hwservice) |
Benjamin Schwartz | af8b21a | 2020-08-03 14:31:43 -0700 | [diff] [blame^] | 6 | |
| 7 | add_service(hal_power_stats_server, hal_power_stats_service) |
| 8 | binder_call(hal_power_stats_server, servicemanager) |
| 9 | |
| 10 | allow hal_power_stats_client hal_power_stats_service:service_manager find; |