Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DRpcTransportTls.cpp245 struct SslCaller { struct
272 inline typename SslCaller<Fn, Args...>::ResultAndErrorQueue call(Fn fn, Args&&... args) { in call()
273 return SslCaller<Fn, Args...>::call(fn, mSsl.get(), std::forward<Args>(args)...); in call()