7 lines
285 B
Plaintext
7 lines
285 B
Plaintext
# HwBinder IPC from client to server, and callbacks
|
|
binder_call(hal_display_client, hal_display_server)
|
|
binder_call(hal_display_server, hal_display_client)
|
|
|
|
add_hwservice(hal_display_server, hal_display_hwservice)
|
|
allow hal_display_client hal_display_hwservice:hwservice_manager find;
|