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

/system/core/include/sysutils/
H A DSocketClient.h11 class SocketClient { class
34 SocketClient(int sock, bool owned);
35 SocketClient(int sock, bool owned, bool useCmdNum);
36 virtual ~SocketClient();
68 // SocketListener creates a SocketClient (at refcount 1) and calls
71 bool decRef(); // returns true at 0 (but note: SocketClient already deleted)
87 typedef android::sysutils::List<SocketClient *> SocketClientCollection;
/system/core/libsysutils/src/
H A DSocketClient.cpp11 #define LOG_TAG "SocketClient"
14 #include <sysutils/SocketClient.h>
16 SocketClient::SocketClient(int socket, bool owned) { function in class:SocketClient
20 SocketClient::SocketClient(int socket, bool owned, bool useCmdNum) { function in class:SocketClient
24 void SocketClient::init(int socket, bool owned, bool useCmdNum) {
48 SocketClient::~SocketClient() {
54 int SocketClient
[all...]

Completed in 89 milliseconds