Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DRpcTransportTls.cpp245 struct SslCaller { struct
246 using RawCaller = FuncCaller<Fn, SSL*, Args...>;
247 struct ResultAndErrorQueue {
251 static inline ResultAndErrorQueue call(Fn fn, SSL* ssl, Args&&... args) { in call()