Home
last modified time | relevance | path

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

/system/core/init/
Dproperty_service.cpp247 class SocketConnection { class
249 SocketConnection(int socket, const ucred& cred) : socket_(socket), cred_(cred) {} in SocketConnection() function in android::init::SocketConnection
378 DISALLOW_IMPLICIT_CONSTRUCTORS(SocketConnection);
382 SocketConnection* socket, std::string* error) { in SendControlMessage()
474 SocketConnection* socket, std::string* error) { in HandlePropertySet()
534 SocketConnection socket(s, cr); in handle_property_set_fd()