• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# allow binder connection from client to server
2binder_call(hal_remotelyprovisionedcomponent_avf_client, hal_remotelyprovisionedcomponent_avf_server)
3
4# allow client to find the service, allow server to register the service
5hal_attribute_service(hal_remotelyprovisionedcomponent_avf, hal_remotelyprovisionedcomponent_avf_service)
6
7# allow binder communication from server to service_manager
8binder_use(hal_remotelyprovisionedcomponent_avf_server)
9