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

  /external/qemu/proxy/
proxy_int.h 52 typedef struct ProxyConnection 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 {
71 ProxyConnection* next;
72 ProxyConnection* prev;
96 proxy_connection_init( ProxyConnection* conn
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
ServiceProxy.java 56 private final ServiceConnection mConnection = new ProxyConnection();
99 private class ProxyConnection implements ServiceConnection {
  /frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
ProxyServer.java 57 private class ProxyConnection implements Runnable {
60 private ProxyConnection(Socket connection) {
203 ProxyConnection parser = new ProxyConnection(socket);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port.cc     [all...]
port.h 581 // ProxyConnection defers all the interesting work to the port
582 class ProxyConnection : public Connection {
584 ProxyConnection(Port* port, size_t index, const Candidate& candidate);

Completed in 806 milliseconds