Home | History | Annotate | Download | only in public
      1 # HwBinder IPC from clients into server, and callbacks
      2 binder_call(hal_tv_input_client, hal_tv_input_server)
      3 binder_call(hal_tv_input_server, hal_tv_input_client)
      4 
      5 add_hwservice(hal_tv_input_server, hal_tv_input_hwservice)
      6 allow hal_tv_input_client hal_tv_input_hwservice:hwservice_manager find;
      7