HomeSort by relevance Sort by last modified time
    Searched full:endpoint (Results 26 - 50 of 512) sorted by null

12 3 4 5 6 7 8 91011>>

  /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...]
  /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/libusb_aah/libusb/
sync.c 157 unsigned char endpoint, unsigned char *buffer, int length,
167 libusb_fill_bulk_transfer(transfer, dev_handle, endpoint, buffer, length,
220 * the direction bits of the endpoint address.
238 * \param endpoint the address of a valid endpoint to communicate with
240 * (depending on endpoint)
252 * \returns LIBUSB_ERROR_PIPE if the endpoint halted
259 unsigned char endpoint, unsigned char *data, int length, int *transferred,
262 return do_sync_bulk_transfer(dev_handle, endpoint, data, length,
268 * 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/libnfc-nci/src/udrv/include/
uusb.h 158 typedef void (*tUUSB_RX_START_CB ) (tUUSB_EP_ID EndPoint,
162 typedef void (*tUUSB_RX_COMPLETE_CB ) (tUUSB_EP_ID EndPoint,
166 typedef void (*tUUSB_TX_COMPLETE_CB ) (tUUSB_EP_ID EndPoint,
239 tUUSB_EP_ID EndPoint,
256 BT_API extern tUUSB_STATUS UUSB_SetEndPointState (tUUSB_EP_ID EndPoint,
269 BT_API extern tUUSB_STATUS UUSB_WriteEndPoint (tUUSB_EP_ID EndPoint,
  /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);
  /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...]
KernelAdapter.java 39 import com.jme3.network.kernel.Endpoint;
53 * to the supplied message dispatcher and new endpoint
77 private Map<Endpoint, MessageProtocol> messageBuffers = new ConcurrentHashMap<Endpoint,MessageProtocol>();
104 public void broadcast( Filter<? super Endpoint> filter, ByteBuffer data, boolean reliable,
118 protected void reportError( Endpoint p, Object context, Exception e )
122 log.log( Level.SEVERE, "Unhandled error, endpoint:" + p + ", context:" + context, e );
124 // In lieu of other options, at least close the endpoint
128 protected HostedConnection getConnection( Endpoint p )
133 protected void connectionClosed( Endpoint p
    [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 94 * Connects this socket to an endpoint. May only be called on an instance
97 * @param endpoint endpoint address
101 public void connect(LocalSocketAddress endpoint) throws IOException {
108 impl.connect(endpoint, 0);
115 * Binds this socket to an endpoint name. May only be called on an instance
118 * @param bindpoint endpoint address
252 public void connect(LocalSocketAddress endpoint, int timeout)
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
Kernel.java 50 * more easily process the envelopes and endpoint events.
68 * kernel that match the specified endpoint filter..
75 public void broadcast( Filter<? super Endpoint> filter, ByteBuffer data, boolean reliable,
90 * Removes and returnsn one endpoint event from the event queue or
91 * null if there are no endpoint events.
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
UdpEndpoint.java 35 import com.jme3.network.kernel.Endpoint;
46 * Endpoint implementation that encapsulates the
53 public class UdpEndpoint implements Endpoint
94 throw new KernelException( "Error closing endpoint for socket:" + socket, e );
118 throw new KernelException( "Endpoint is not connected:" + this );

Completed in 1115 milliseconds

12 3 4 5 6 7 8 91011>>