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
308 B
Text
7 lines
308 B
Text
# Binder IPC from clients into server, and callbacks
|
|
binder_call(hal_tv_hdmi_cec_client, hal_tv_hdmi_cec_server)
|
|
binder_call(hal_tv_hdmi_cec_server, hal_tv_hdmi_cec_client)
|
|
binder_use(hal_tv_hdmi_cec_client)
|
|
binder_use(hal_tv_hdmi_cec_server)
|
|
|
|
hal_attribute_service(hal_tv_hdmi_cec, hal_tv_hdmi_cec_service)
|