blob: f458db67fe4cc20eb290c58af6d69cc9a960360a [file] [log] [blame]
Benjamin Schwartze7040ea2018-12-10 14:59:57 -08001# HwBinder IPC from client to server, and callbacks
2binder_call(hal_power_stats_client, hal_power_stats_server)
3binder_call(hal_power_stats_server, hal_power_stats_client)
4
5hal_attribute_hwservice(hal_power_stats, hal_power_stats_hwservice)
Steven Morelandbc2624a2020-12-23 01:28:36 +00006hal_attribute_service(hal_power_stats, hal_power_stats_service)
Benjamin Schwartzaf8b21a2020-08-03 14:31:43 -07007
Benjamin Schwartzaf8b21a2020-08-03 14:31:43 -07008binder_call(hal_power_stats_server, servicemanager)