Searched defs:SocketConnection (Results 1 – 1 of 1) sorted by relevance
230 class SocketConnection { class233 SocketConnection(int socket, const ucred& cred) : socket_(socket), cred_(cred) {} in SocketConnection() function in android::init::SocketConnection