4a5d0f13c4
Bug: b/205762943 Test: build and boot Change-Id: I301b85dafbf8fbb1c4be388aa0291e22f4717c99
10 lines
423 B
Text
10 lines
423 B
Text
# HwBinder IPC from client to server, and callbacks
|
|
binder_call(hal_thermal_client, hal_thermal_server)
|
|
binder_call(hal_thermal_server, hal_thermal_client)
|
|
|
|
hal_attribute_hwservice(hal_thermal, hal_thermal_hwservice)
|
|
hal_attribute_service(hal_thermal, hal_thermal_service)
|
|
|
|
add_service(hal_thermal_server, hal_thermal_service)
|
|
binder_call(hal_thermal_server, servicemanager)
|
|
binder_call(hal_thermal_client, servicemanager)
|