1# HwBinder IPC from client to server, and callbacks 2binder_call(mtk_hal_fm_client, mtk_hal_fm_server) 3binder_call(mtk_hal_fm_server, mtk_hal_fm_client) 4 5add_hwservice(mtk_hal_fm_server, mtk_hal_fm_hwservice) 6allow mtk_hal_fm_client mtk_hal_fm_hwservice:hwservice_manager find; 7 8vndbinder_use(mtk_hal_fm)