/frameworks/base/voip/java/android/net/rtp/ |
package.html | 12 <li>{@link android.net.rtp.AudioStream} specifies a remote endpoint and consists of network mapping 15 <li>{@link android.net.rtp.AudioGroup} represents the local endpoint for one or more {@link 21 <p>The simplest usage involves a single remote endpoint and local endpoint. For more complex usages,
|
/external/guava/guava/src/com/google/common/collect/ |
BoundType.java | 21 * Indicates whether an endpoint of some range is contained in the range itself ("closed") or not 31 * The endpoint value <i>is not</i> considered part of the set ("exclusive"). 36 * The endpoint value <i>is</i> considered part of the set ("inclusive").
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/ |
UdpKernel.java | 123 public void broadcast( Filter<? super Endpoint> filter, ByteBuffer data, boolean reliable, 147 protected Endpoint getEndpoint( SocketAddress address, boolean create ) 169 log.log( Level.INFO, "Closing endpoint:{0}.", p ); 187 // So the tricky part here is figuring out the endpoint and 192 Endpoint p = getEndpoint( packet.getSocketAddress(), true ); 202 protected void enqueueWrite( Endpoint endpoint, DatagramPacket packet ) 204 writer.execute( new MessageWriter(endpoint, packet) ); 209 private Endpoint endpoint; field in class:UdpKernel.MessageWriter [all...] |
/external/chromium/net/http/ |
http_stream_factory.cc | 89 HostPortPair* endpoint) { 90 if (host_mapping_rules().RewriteHost(endpoint)) { 92 const std::string port_str = base::IntToString(endpoint->port()); 95 replacements.SetHost(endpoint->host().c_str(), 96 url_parse::Component(0, endpoint->host().size())); 111 bool HttpStreamFactory::HasSpdyExclusion(const HostPortPair& endpoint) { 118 if (it->Equals(endpoint))
|
http_proxy_utils.h | 22 const HostPortPair& endpoint,
|
http_proxy_utils.cc | 18 const HostPortPair& endpoint, 25 "CONNECT %s HTTP/1.1\r\n", endpoint.ToString().c_str());
|
/external/qemu/ |
charpipe.c | 257 ** the data that is sent to a given endpoint CharDriverState 261 ** by the endpoint will be passed to the CharBuffer's corresponding 269 CharDriverState* endpoint; /* NULL if closed */ member in struct:CharBuffer 285 cbuf->endpoint = NULL; 287 if (cbuf->endpoint != NULL) { 288 qemu_chr_close(cbuf->endpoint); 289 cbuf->endpoint = NULL; 297 CharDriverState* peer = cbuf->endpoint; 348 CharDriverState* peer = cbuf->endpoint; 391 qemu_chr_add_handlers( cbuf->endpoint, [all...] |
/development/host/windows/usb/api/ |
adb_legacy_endpoint_object.h | 21 encapsulates a handle opened to an endpoint on our device controlled by
28 /** Encapsulates a handle opened to an endpoint on our device controlled by
36 @param[in] endpoint_id Endpoint ID (endpoint address) on the device.
37 @param[in] endpoint_index Zero-based endpoint index in the interface's
102 /** \brief Opens endpoint and creates a handle to this object
104 @param item_path[in] Path to the endpoint on our USB device.
123 We override this method in order to close handle to the endpoint opened
132 /// Gets handle to the endpoint opened on our USB device.
138 /// Handle to the endpoint opened on our USB device. [all...] |
adb_endpoint_object.h | 21 encapsulates a handle opened to an endpoint on our device.
26 /** Class AdbEndpointObject encapsulates a handle opened to an endpoint on
39 @param[in] endpoint_id Endpoint ID (endpoint address) on the device.
40 @param[in] endpoint_index Zero-based endpoint index in the interface's
105 /** \brief Gets information about this endpoint.
107 @param[out] info Upon successful completion will have endpoint information.
195 /// Gets this endpoint ID
200 /// Gets this endpoint index on the interface
215 /// This endpoint id [all...] |
adb_interface.h | 76 /** \brief Gets information about an endpoint on this interface.
78 @param[in] endpoint_index Zero-based endpoint index. There are two
82 @param[out] info Upon successful completion will have endpoint information.
89 /** \brief Opens an endpoint on this interface.
91 @param[in] endpoint_index Zero-based endpoint index. There are two
96 this parameter has no effect on the way endpoint is opened. It's
99 this parameter has no effect on the way endpoint is opened. It's
101 @return Handle to the opened endpoint object or NULL on failure.
|
/frameworks/base/core/java/android/hardware/usb/ |
UsbConstants.java | 63 * Control endpoint type (endpoint zero) 68 * Isochronous endpoint type (currently not supported) 73 * Bulk endpoint type 78 * Interrupt endpoint type 85 * Bitmask used for encoding the request type for a control request on endpoint zero. 89 * Used to specify that an endpoint zero control request is a standard request. 93 * Used to specify that an endpoint zero control request is a class specific request. 97 * Used to specify that an endpoint zero control request is a vendor specific request. 101 * Reserved endpoint zero control request type (currently unused) [all...] |
UsbDeviceConnection.java | 105 * Performs a control transaction on endpoint zero for this device. 129 * Performs a bulk transaction on the given endpoint. 130 * The direction of the transfer is determined by the direction of the endpoint 132 * @param endpoint the endpoint for this transaction 139 public int bulkTransfer(UsbEndpoint endpoint, byte[] buffer, int length, int timeout) { 140 return native_bulk_request(endpoint.getAddress(), buffer, length, timeout); 179 private native int native_bulk_request(int endpoint, byte[] buffer, int length, int timeout);
|
/external/libusb/libusb/ |
libusb.h | 123 /** Endpoint descriptor. See libusb_endpoint_descriptor. */ 151 * Endpoint direction. Values for bit 7 of the 152 * \ref libusb_endpoint_descriptor::bEndpointAddress "endpoint address" scheme. 165 * Endpoint transfer type. Values for bits 0:1 of the 166 * \ref libusb_endpoint_descriptor::bmAttributes "endpoint attributes" field. 169 /** Control endpoint */ 172 /** Isochronous endpoint */ 175 /** Bulk endpoint */ 178 /** Interrupt endpoint */ 219 /** Set then report an endpoint's synchronization frame * 442 const struct libusb_endpoint_descriptor *endpoint; member in struct:libusb_interface_descriptor 724 unsigned char endpoint; member in struct:libusb_transfer [all...] |
sync.c | 154 unsigned char endpoint, unsigned char *buffer, int length, 164 libusb_fill_bulk_transfer(transfer, dev_handle, endpoint, buffer, length, 217 * the direction bits of the endpoint address. 235 * \param endpoint the address of a valid endpoint to communicate with 237 * (depending on endpoint) 249 * \returns LIBUSB_ERROR_PIPE if the endpoint halted 256 unsigned char endpoint, unsigned char *data, int length, int *transferred, 259 return do_sync_bulk_transfer(dev_handle, endpoint, data, length, 265 * from the direction bits of the endpoint address [all...] |
/external/kernel-headers/original/linux/usb/ |
ch9.h | 46 * This bit flag is used in endpoint descriptors' bEndpointAddress field. 361 /* USB_DT_ENDPOINT: Endpoint descriptor */ 403 #define USB_ENDPOINT_USAGE_IMPLICIT_FB 0x20 /* Implicit feedback Data endpoint */ 408 * usb_endpoint_num - get the endpoint's number 409 * @epd: endpoint to be checked 419 * usb_endpoint_type - get the endpoint's transfer type 420 * @epd: endpoint to be checked 431 * usb_endpoint_dir_in - check if the endpoint has IN direction 432 * @epd: endpoint to be checked 434 * Returns true if the endpoint is of type IN, otherwise it returns false [all...] |
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGResourceLinearGradient.cpp | 54 FloatPoint endPoint; 55 linearGradientElement->calculateStartEndPoints(m_attributes, startPoint, endPoint); 57 gradientData->gradient = Gradient::create(startPoint, endPoint);
|
/cts/tests/tests/webkitsecurity/assets/ |
editable-non-editable-crash.html | 12 <div contenteditable="true"><table style="border: 1px solid #aaa" id="base"><tr><td id="extent" contenteditable="false">This tests for a Mail crasher that happened when a selection was created with one endpoint in non-editable content and the other in editable content.</td></tr></table></div>
|
/external/chromium/net/base/ |
ip_endpoint_unittest.cc | 46 IPEndPoint endpoint; local 47 EXPECT_EQ(0, endpoint.port()); 50 IPEndPoint endpoint(tests[index].ip_address, 80); 51 EXPECT_EQ(80, endpoint.port()); 52 EXPECT_EQ(tests[index].ip_address, endpoint.address()); 152 IPEndPoint endpoint; 153 EXPECT_EQ(0, endpoint.port()); 157 IPEndPoint endpoint(tests[index].ip_address, port); 158 const std::string result = endpoint.ToString();
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/ |
DefaultServer.java | 36 import com.jme3.network.kernel.Endpoint; 78 private Map<Endpoint,HostedConnection> endpointConnections 79 = new ConcurrentHashMap<Endpoint,HostedConnection>(); 307 protected void registerClient( KernelAdapter ka, Endpoint p, ClientRegistrationMessage m ) 322 log.log( Level.FINE, "Registering client for endpoint, pass 1:{0}.", p ); 324 log.log( Level.FINE, "Refining client registration for endpoint:{0}.", p ); 360 for( Endpoint cp : c.channels ) { 393 protected HostedConnection getConnection( Endpoint endpoint ) 395 return endpointConnections.get(endpoint); [all...] |
/development/host/windows/usb/winusb/ |
adb_winusb_endpoint_object.h | 21 encapsulates a handle opened to a WinUsb endpoint on our device.
27 /** Class AdbWinUsbEndpointObject encapsulates a handle opened to an endpoint on
35 @param[in] endpoint_id Endpoint ID (endpoint address) on the device.
36 @param[in] endpoint_index Zero-based endpoint index in the interface's
130 global per endpoint (pipe). I.e. once set, it will be used against
131 all read / write operations performed on this endpoint, untill
137 there is no conflict in setting per-endpoint timeouts.
|
/external/chromium/chrome/browser/automation/ |
chrome_frame_automation_provider.h | 5 // This implements a browser-side endpoint for ChromeFrame UI automation 6 // activity. The client-side endpoint is implemented by
|
/external/chromium/chrome/browser/chromeos/login/ |
client_login_response_handler.h | 21 // endpoint. The cookies that are sent back in the response body are 23 // is then sent to the IssueAuthToken endpoint.
|
/external/libusb-compat/ |
NEWS | 12 * Further improvements to match libusb-0.1 endpoint addressing behaviour 21 * Match libusb-0.1 endpoint addressing behaviour
|
/external/srec/tools/grxmlcompile/ |
sub_grph.cpp | 369 void SubGraph::RemoveRuleStarts (int startPoint, int endPoint) 371 if (startPoint == -1 && endPoint == -1) { 373 endPoint= lastId; 382 ProcessBegins (startPoint, endPoint, BEGINRULE_LABEL, nodeList, 0, visitList, numVertex); 390 void SubGraph::RemoveRuleEnds (int startPoint, int endPoint) 392 if (startPoint == -1 && endPoint == -1) { 394 endPoint= lastId; 403 ProcessEnds (endPoint, startPoint, ENDRULE_LABEL, nodeList, 0, visitList, numVertex); 411 void SubGraph::RemoveNulls (int startPoint, int endPoint) 413 if (startPoint == -1 && endPoint == -1) [all...] |
/frameworks/base/core/java/android/net/ |
LocalSocket.java | 84 * Connects this socket to an endpoint. May only be called on an instance 87 * @param endpoint endpoint address 91 public void connect(LocalSocketAddress endpoint) throws IOException { 98 impl.connect(endpoint, 0); 105 * Binds this socket to an endpoint name. May only be called on an instance 108 * @param bindpoint endpoint address 241 public void connect(LocalSocketAddress endpoint, int timeout)
|