Searched defs:SocketConnection (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dproperty_service.cpp270 class SocketConnection { class in namespace:android::init
272 SocketConnection(int socket, const ucred& cred) : socket_(socket), cred_(cred) {} function in class:android::init::SocketConnection
274 ~SocketConnection() { close(socket_); }
393 DISALLOW_IMPLICIT_CONSTRUCTORS(SocketConnection);
497 SocketConnection socket(s, cr);

Completed in 66 milliseconds