Searched refs:handleToStrongPointer (Results 1 – 1 of 1) sorted by relevance
61 static sp<T> handleToStrongPointer(A* handle) { in handleToStrongPointer() function162 auto server = handleToStrongPointer<RpcServer>(handle); in ARpcServer_setSupportedFileDescriptorTransportModes()171 handleToStrongPointer<RpcServer>(handle)->setMaxThreads(threads); in ARpcServer_setMaxThreads()175 handleToStrongPointer<RpcServer>(handle)->start(); in ARpcServer_start()179 handleToStrongPointer<RpcServer>(handle)->join(); in ARpcServer_join()183 return handleToStrongPointer<RpcServer>(handle)->shutdown(); in ARpcServer_shutdown()204 auto session = handleToStrongPointer<RpcSession>(handle); in ARpcSession_setupVsockClient()216 auto session = handleToStrongPointer<RpcSession>(handle); in ARpcSession_setupUnixDomainClient()226 auto session = handleToStrongPointer<RpcSession>(handle); in ARpcSession_setupUnixDomainBootstrapClient()242 auto session = handleToStrongPointer<RpcSession>(handle); in ARpcSession_setupInet()[all …]