1cef6a94eb
...to reflect that the HAL operates on storage devices, not filesystem. Bug: 111655771 Test: compiles Change-Id: Ibb0572cb1878359e5944aa6711331f0c7993ba6e Merged-In: Ibb0572cb1878359e5944aa6711331f0c7993ba6e
5 lines
259 B
Text
5 lines
259 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)
|
|
|
|
hal_attribute_hwservice(hal_health_storage, hal_health_storage_hwservice)
|