Home
last modified time | relevance | path

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

/system/core/init/
Dproperty_service.cpp256 class SocketConnection { class
258 SocketConnection(int socket, const ucred& cred) : socket_(socket), cred_(cred) {} in SocketConnection() function in android::init::SocketConnection
387 DISALLOW_IMPLICIT_CONSTRUCTORS(SocketConnection);
391 SocketConnection* socket, std::string* error) { in SendControlMessage()
483 SocketConnection* socket, std::string* error) { in HandlePropertySet()
543 SocketConnection socket(s, cr); in handle_property_set_fd()