Home | History | Annotate | Download | only in src

Lines Matching defs:SocketClient

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() {
120 bool SocketClient::decRef() {
127 SLOGE("SocketClient refcount went negative!");