5a86d5f3f3
Organize the HDMI packages into CEC, EArc and connection under a common hdmi package. Bug: 261729059 Test: atest vts_treble_vintf_framework_test atest vts_treble_vintf_vendor_test Change-Id: Ief5bff996028775ea355b392a4028a091fb83b99
7 lines
316 B
Text
7 lines
316 B
Text
# Binder IPC from clients into server, and callbacks
|
|
binder_call(hal_tv_hdmi_earc_client, hal_tv_hdmi_earc_server)
|
|
binder_call(hal_tv_hdmi_earc_server, hal_tv_hdmi_earc_client)
|
|
binder_use(hal_tv_hdmi_earc_client)
|
|
binder_use(hal_tv_hdmi_earc_server)
|
|
|
|
hal_attribute_service(hal_tv_hdmi_earc, hal_tv_hdmi_earc_service)
|