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

/system/core/libsysutils/src/
H A DSocketClient.cpp9 #define LOG_TAG "SocketClient"
12 #include <sysutils/SocketClient.h>
14 SocketClient::SocketClient(int socket, bool owned) { function in class:SocketClient
18 SocketClient::SocketClient(int socket, bool owned, bool useCmdNum) { function in class:SocketClient
22 void SocketClient::init(int socket, bool owned, bool useCmdNum) {
46 SocketClient::~SocketClient()
53 int SocketClient
[all...]
/system/core/include/sysutils/
H A DSocketClient.h10 class SocketClient { class
33 SocketClient(int sock, bool owned);
34 SocketClient(int sock, bool owned, bool useCmdNum);
35 virtual ~SocketClient();
62 // SocketListener creates a SocketClient (at refcount 1) and calls
65 bool decRef(); // returns true at 0 (but note: SocketClient already deleted)
82 typedef android::sysutils::List<SocketClient *> SocketClientCollection;

Completed in 125 milliseconds