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

  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
Endpoint.java 38 * An abstract endpoint in a Kernel that can be used for
44 public interface Endpoint
47 * Returns an ID that is unique for this endpoint within its
53 * Returns the transport specific remote address of this endpoint
54 * as a string. This may or may not be unique per endpoint depending
60 * Returns the kernel to which this endpoint belongs.
65 * Returns true if this endpoint is currently connected.
71 * by this endpoint.
76 * Closes this endpoint without flushing any of its
82 * Closes this endpoint, optionally flushing any queue
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
VideoStreamsView.java 59 public static enum Endpoint { LOCAL, REMOTE };
62 private EnumMap<Endpoint, Rect> rects =
63 new EnumMap<Endpoint, Rect>(Endpoint.class);
72 private EnumMap<Endpoint, I420Frame> framesToRender =
73 new EnumMap<Endpoint, I420Frame>(Endpoint.class);
84 public void queueFrame(final Endpoint stream, I420Frame frame) {
113 localFrame = framesToRender.remove(Endpoint.LOCAL);
114 remoteFrame = framesToRender.remove(Endpoint.REMOTE)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel_unittest.cc 153 NAT_SYMMETRIC, // NAT, endpoint-dependent bindings
200 struct Endpoint {
201 Endpoint() : signaling_delay_(0), role_(cricket::ICEROLE_UNKNOWN),
277 // In BUNDLE each endpoint must share common ICE credentials.
297 int endpoint,
304 "test content name", component, NULL, GetAllocator(endpoint));
313 channel->SetIceProtocolType(GetEndpoint(endpoint)->protocol_type());
320 channel->SetIceRole(GetEndpoint(endpoint)->ice_role());
321 channel->SetIceTiebreaker(GetEndpoint(endpoint)->GetIceTiebreaker());
358 Endpoint* GetEndpoint(int endpoint)
    [all...]

Completed in 347 milliseconds