Lines Matching refs:ARpcServer
41 struct ARpcServer {}; struct
84 ARpcServer* ARpcServer_newVsock(AIBinder* service, unsigned int cid, unsigned int port) { in ARpcServer_newVsock()
111 return createObjectHandle<ARpcServer>(server); in ARpcServer_newVsock()
114 ARpcServer* ARpcServer_newBoundSocket(AIBinder* service, int socketFd) { in ARpcServer_newBoundSocket()
127 return createObjectHandle<ARpcServer>(server); in ARpcServer_newBoundSocket()
130 ARpcServer* ARpcServer_newUnixDomainBootstrap(AIBinder* service, int bootstrapFd) { in ARpcServer_newUnixDomainBootstrap()
144 return createObjectHandle<ARpcServer>(server); in ARpcServer_newUnixDomainBootstrap()
147 ARpcServer* ARpcServer_newInet(AIBinder* service, const char* address, unsigned int port) { in ARpcServer_newInet()
155 return createObjectHandle<ARpcServer>(server); in ARpcServer_newInet()
160 ARpcServer* handle, const ARpcSession_FileDescriptorTransportMode modes[], in ARpcServer_setSupportedFileDescriptorTransportModes()
170 void ARpcServer_setMaxThreads(ARpcServer* handle, size_t threads) { in ARpcServer_setMaxThreads()
174 void ARpcServer_start(ARpcServer* handle) { in ARpcServer_start()
178 void ARpcServer_join(ARpcServer* handle) { in ARpcServer_join()
182 bool ARpcServer_shutdown(ARpcServer* handle) { in ARpcServer_shutdown()
186 void ARpcServer_free(ARpcServer* handle) { in ARpcServer_free()