6 lines
241 B
Text
6 lines
241 B
Text
|
# HwBinder IPC from client to server, and callbacks
|
||
|
binder_call(hal_power_stats_client, hal_power_stats_server)
|
||
|
binder_call(hal_power_stats_server, hal_power_stats_client)
|
||
|
|
||
|
hal_attribute_hwservice(hal_power_stats, hal_power_stats_hwservice)
|