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

  /external/chromium_org/jingle/glue/
pseudotcp_adapter.h 20 // PseudoTcpAdapter adapts a connectionless net::Socket to a connection-
23 // PseudoTcpAdapter is reference counted, with a reference held by the
25 class PseudoTcpAdapter : public net::StreamSocket, base::NonThreadSafe {
29 PseudoTcpAdapter(net::Socket* socket);
30 virtual ~PseudoTcpAdapter();
87 DISALLOW_COPY_AND_ASSIGN(PseudoTcpAdapter);
pseudotcp_adapter.cc 25 class PseudoTcpAdapter::Core : public cricket::IPseudoTcpNotify,
113 PseudoTcpAdapter::Core::Core(net::Socket* socket)
123 PseudoTcpAdapter::Core::~Core() {
126 int PseudoTcpAdapter::Core::Read(net::IOBuffer* buffer, int buffer_size,
150 int PseudoTcpAdapter::Core::Write(net::IOBuffer* buffer, int buffer_size,
190 int PseudoTcpAdapter::Core::Connect(const net::CompletionCallback& callback) {
209 void PseudoTcpAdapter::Core::Disconnect() {
227 bool PseudoTcpAdapter::Core::IsConnected() const {
231 void PseudoTcpAdapter::Core::OnTcpOpen(PseudoTcp* tcp) {
244 void PseudoTcpAdapter::Core::OnTcpReadable(PseudoTcp* tcp)
    [all...]

Completed in 41 milliseconds