Home
last modified time | relevance | path

Searched refs:tipc_hset (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/binder/trusty/include_mock/lib/tipc/
Dtipc.h22 struct tipc_hset;
24 struct tipc_hset* tipc_hset_create(void) { in tipc_hset_create()
27 int tipc_run_event_loop(struct tipc_hset*) { in tipc_run_event_loop() argument
Dtipc_srv.h48 static inline int tipc_add_service(struct tipc_hset*, const struct tipc_port*, uint32_t, uint32_t, in tipc_add_service() argument
/frameworks/native/libs/binder/tests/
DbinderRpcTestServiceTrusty.cpp60 tipc_hset* hset = tipc_hset_create(); in main()
/frameworks/native/libs/binder/trusty/include/binder/
DRpcServerTrusty.h57 tipc_hset* handleSet, std::string&& portName, std::shared_ptr<const PortAcl>&& portAcl,
/frameworks/native/libs/binder/trusty/
DRpcServerTrusty.cpp35 tipc_hset* handleSet, std::string&& portName, std::shared_ptr<const PortAcl>&& portAcl, in make()