blob: 1eb10a15aadd60e02de697a7a05c5babbeb2a470 [file] [log] [blame]
Alex Klyubin53656c12017-04-13 19:05:27 -07001# HwBinder IPC from client to server, and callbacks
2binder_call(hal_power_client, hal_power_server)
3binder_call(hal_power_server, hal_power_client)
4
Steven Moreland9234e002018-06-06 09:30:18 -07005hal_attribute_hwservice(hal_power, hal_power_hwservice)
Steven Moreland82f79002020-09-10 22:57:51 +00006hal_attribute_service(hal_power, hal_power_service)
Wei Wang32b24c02020-01-10 11:42:33 -08007
Wei Wang32b24c02020-01-10 11:42:33 -08008binder_call(hal_power_server, servicemanager)
Wei Wange55f2312020-02-10 16:08:12 -08009binder_call(hal_power_client, servicemanager)
Inseob Kim179c2c92024-05-23 16:12:32 +090010
11# power HAL sets dex2oat performance tuning properties
12set_prop(hal_power_server, dalvik_dynamic_config_prop)