OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProxyConnection
(Results
1 - 7
of
7
) 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
54
private final ServiceConnection mConnection = new
ProxyConnection
();
98
private class
ProxyConnection
implements ServiceConnection {
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
ProxyServer.java
59
private class
ProxyConnection
implements Runnable {
62
private
ProxyConnection
(Socket connection) {
205
ProxyConnection
parser = new
ProxyConnection
(socket);
/external/chromium/third_party/libjingle/source/talk/p2p/base/
port.cc
874
ProxyConnection
::
ProxyConnection
(Port* port, size_t index,
879
int
ProxyConnection
::Send(const void* data, size_t size) {
port.h
410
//
ProxyConnection
defers all the interesting work to the port
411
class
ProxyConnection
: public Connection {
413
ProxyConnection
(Port* port, size_t index, const Candidate& candidate);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port.cc
[
all
...]
port.h
592
//
ProxyConnection
defers all the interesting work to the port
593
class
ProxyConnection
: public Connection {
595
ProxyConnection
(Port* port, size_t index, const Candidate& candidate);
Completed in 596 milliseconds