HomeSort by relevance Sort by last modified time
    Searched refs:Peer (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebCore/websockets/
WorkerThreadableWebSocketChannel.h 76 // Generated by the bridge. The Peer and its bridge should have identical
78 class Peer : public WebSocketChannelClient, public Noncopyable {
80 static Peer* create(RefPtr<ThreadableWebSocketChannelClientWrapper> clientWrapper, WorkerLoaderProxy& loaderProxy, ScriptExecutionContext* context, const String& taskMode, const KURL& url, const String& protocol)
82 return new Peer(clientWrapper, loaderProxy, context, taskMode, url, protocol);
84 ~Peer();
97 Peer(RefPtr<ThreadableWebSocketChannelClientWrapper>, WorkerLoaderProxy&, ScriptExecutionContext*, const String& taskMode, const KURL&, const String& protocol);
105 // Bridge for Peer. Running on the worker thread.
120 static void setWebSocketChannel(ScriptExecutionContext*, Bridge* thisPtr, Peer*, RefPtr<ThreadableWebSocketChannelClientWrapper>);
122 // Executed on the main thread to create a Peer for this bridge.
135 Peer* m_peer
    [all...]
WorkerThreadableWebSocketChannel.cpp 97 WorkerThreadableWebSocketChannel::Peer::Peer(RefPtr<ThreadableWebSocketChannelClientWrapper> clientWrapper, WorkerLoaderProxy& loaderProxy, ScriptExecutionContext* context, const String& taskMode, const KURL& url, const String& protocol)
106 WorkerThreadableWebSocketChannel::Peer::~Peer()
113 void WorkerThreadableWebSocketChannel::Peer::connect()
127 void WorkerThreadableWebSocketChannel::Peer::send(const String& message)
142 void WorkerThreadableWebSocketChannel::Peer::bufferedAmount()
151 void WorkerThreadableWebSocketChannel::Peer::close()
160 void WorkerThreadableWebSocketChannel::Peer::disconnect()
175 void WorkerThreadableWebSocketChannel::Peer::didConnect(
218 Peer* peer = Peer::create(clientWrapper, thisPtr->m_loaderProxy, context, taskMode, url, protocol); local
329 Peer* peer = m_peer; local
    [all...]
  /system/core/libcutils/
mq.c 63 /** Request for a connection to another peer. */
66 /** A connection to another peer. */
88 // TODO: Use custom headers for master->peer, peer->master, peer->peer.
100 /** A packet which will be sent to a peer. */
107 /** Connection to peer. Used with CONNECTION. */
124 /** Represents a remote peer. */
127 /** Local peer state. You typically have one peer per process. *
191 Peer* peer; member in struct:PeerProxy
304 Peer* peer = peerProxy->peer; local
315 Peer* peer = peerProxy->peer; local
783 Peer* peer = masterProxy->peer; local
895 Peer* peer = masterProxy->peer; local
1094 Peer* peer = calloc(1, sizeof(Peer)); local
1134 Peer* peer = localPeer; local
1202 Peer* peer = localPeer; local
    [all...]
  /development/tools/jdwpspy/
Net.c 33 typedef struct Peer {
41 } Peer;
55 Peer dbg;
56 Peer vm;
418 static bool haveFullPacket(Peer* pPeer)
438 static void consumeBytes(Peer* pPeer, int count)
524 static bool handlePacket(Peer* pDst, Peer* pSrc)
553 static bool handleIncoming(Peer* pWritePeer, Peer* pReadPeer
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 110 ATTRIBUTE Ascend-IPX-Peer-Mode 216 integer
174 VALUE Ascend-IPX-Peer-Mode IPX-Peer-Router 0
175 VALUE Ascend-IPX-Peer-Mode IPX-Peer-Dialin 1
  /external/iproute2/doc/
ip-cref.tex 285 \item \verb|broadcast LLADDRESS|, \verb|brd LLADDRESS| or \verb|peer LLADDRESS|
287 --- change the link layer broadcast address or the peer address when
406 attached to each end. All packets sent to this link will reach the peer
407 and all packets received by us came from this single peer.
464 (or the peer address for pointopoint links) is a
471 NBMA links have no well-defined broadcast or peer address,
584 \item \verb|peer ADDRESS|
588 encoding the network prefix length. If a peer address is specified,
590 with the peer rather than with the local address.
    [all...]

Completed in 58 milliseconds