HomeSort by relevance Sort by last modified time
    Searched defs:ClientSocket (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/socket/
client_socket.h 17 class ClientSocket : public Socket {
19 virtual ~ClientSocket() {}
92 // ClientSocket should forward any potential settings to their underlying
  /cts/suite/audio_quality/lib/include/
ClientSocket.h 21 class ClientSocket {
23 ClientSocket();
24 virtual ~ClientSocket();
  /cts/suite/audio_quality/lib/src/
ClientSocket.cpp 26 #include "ClientSocket.h"
28 ClientSocket::ClientSocket()
35 ClientSocket::~ClientSocket()
40 bool ClientSocket::init(const char* hostIp, int port, bool enableTimeout)
42 LOGD("ClientSocket::init");
76 bool ClientSocket::readData(char* data, int len, int timeoutInMs)
139 bool ClientSocket::sendData(const char* data, int len)
158 void ClientSocket::release(
    [all...]

Completed in 2006 milliseconds