06e4b8417a
Test: adb shell sm idle-maint run Bug: 177470478 Change-Id: Id7ee5af64e8d21eafd041c9e8fa1382f65a3958b
8 lines
368 B
Text
8 lines
368 B
Text
# HwBinder IPC from client to server, and callbacks
|
|
binder_call(hal_health_storage_client, hal_health_storage_server)
|
|
binder_call(hal_health_storage_server, hal_health_storage_client)
|
|
|
|
binder_use(hal_health_storage_server)
|
|
|
|
hal_attribute_hwservice(hal_health_storage, hal_health_storage_hwservice)
|
|
hal_attribute_service(hal_health_storage, hal_health_storage_service)
|