2017-04-14 04:05:27 +02:00
|
|
|
# HwBinder IPC from client to server, and callbacks
|
|
|
|
binder_call(hal_contexthub_client, hal_contexthub_server)
|
|
|
|
binder_call(hal_contexthub_server, hal_contexthub_client)
|
|
|
|
|
2021-08-11 00:06:43 +02:00
|
|
|
add_service(hal_contexthub_server, hal_contexthub_service)
|
|
|
|
binder_call(hal_contexthub_server, servicemanager)
|
|
|
|
|
|
|
|
allow hal_contexthub_client hal_contexthub_service:service_manager find;
|
|
|
|
|
2018-06-06 18:30:18 +02:00
|
|
|
hal_attribute_hwservice(hal_contexthub, hal_contexthub_hwservice)
|