Searched defs:ProxyConnection (Results 1 - 3 of 3) sorted by relevance

/external/qemu/proxy/
H A Dproxy_int.h52 typedef struct ProxyConnection ProxyConnection; typedef in typeref:struct:ProxyConnection
56 typedef void (*ProxyConnectionFreeFunc) ( ProxyConnection* conn );
59 typedef void (*ProxyConnectionSelectFunc) ( ProxyConnection* conn,
63 typedef void (*ProxyConnectionPollFunc) ( ProxyConnection* conn,
67 /* root ProxyConnection object */
68 struct ProxyConnection { struct
71 ProxyConnection* next;
72 ProxyConnection* prev;
96 proxy_connection_init( ProxyConnection* con
[all...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dport.h410 // ProxyConnection defers all the interesting work to the port
411 class ProxyConnection : public Connection { class in namespace:cricket
413 ProxyConnection(Port* port, size_t index, const Candidate& candidate);
H A Dport.cc874 ProxyConnection::ProxyConnection(Port* port, size_t index, function in class:cricket::ProxyConnection
879 int ProxyConnection::Send(const void* data, size_t size) {

Completed in 1841 milliseconds