OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SocketClient
(Results
1 - 2
of
2
) sorted by null
/system/core/libsysutils/src/
SocketClient.cpp
8
#define LOG_TAG "
SocketClient
"
11
#include <sysutils/
SocketClient
.h>
13
SocketClient
::
SocketClient
(int socket, bool owned)
36
SocketClient
::~
SocketClient
()
43
int
SocketClient
::sendMsg(int code, const char *msg, bool addErrno) {
66
int
SocketClient
::sendMsg(const char *msg) {
80
int
SocketClient
::sendData(const void* data, int len) {
114
void
SocketClient
::incRef()
[
all
...]
/system/core/include/sysutils/
SocketClient.h
9
class
SocketClient
{
28
SocketClient
(int sock, bool owned);
29
virtual ~
SocketClient
();
45
// SocketListener creates a
SocketClient
(at refcount 1) and calls
48
bool decRef(); // returns true at 0 (but note:
SocketClient
already deleted)
51
typedef android::List<
SocketClient
*> SocketClientCollection;
Completed in 37 milliseconds