HomeSort by relevance Sort by last modified time
    Searched full:endpoint (Results 101 - 125 of 455) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 295 status_t setRetransmitEndpoint(const struct sockaddr_in* endpoint) {
300 if (NULL != endpoint) {
301 data.writeInt32(sizeof(*endpoint));
302 data.write(endpoint, sizeof(*endpoint));
493 struct sockaddr_in endpoint; local
495 if (amt == sizeof(endpoint)) {
496 data.read(&endpoint, sizeof(struct sockaddr_in));
497 reply->writeInt32(setRetransmitEndpoint(&endpoint));
  /system/core/adb/
usb_osx.c 301 UInt8 endpoint; local
337 for (endpoint = 0; endpoint <= interfaceNumEndpoints; endpoint++) {
344 kr = (*interface)->GetPipeProperties(interface, endpoint, &direction,
352 handle->bulkIn = endpoint;
355 handle->bulkOut = endpoint;
460 DBG("ERR: bulkOut endpoint not assigned\n");
503 DBG("ERR: bulkIn endpoint not assigned\n");
  /system/core/fastboot/
usb_osx.c 77 UInt8 endpoint; local
184 for (endpoint = 0; endpoint <= interfaceNumEndpoints; endpoint++) {
191 kr = (*interface)->GetPipeProperties(interface, endpoint,
202 handle->bulkIn = endpoint;
205 handle->bulkOut = endpoint;
480 ERR("bulkIn endpoint not assigned\n");
513 ERR("bulkOut endpoint not assigned\n");
  /external/chromium/net/spdy/
spdy_session_pool.cc 215 IPEndPoint endpoint; local
216 endpoint.FromSockAddr(address->ai_addr, address->ai_addrlen);
219 SpdyAliasMap::const_iterator it = aliases_.find(endpoint);
349 IPEndPoint endpoint; local
350 endpoint.FromSockAddr(address->ai_addr, address->ai_addrlen);
351 aliases_[endpoint] = pair;
  /external/qemu/docs/
CHAR-DEVICES.TXT 157 given CS object, called the endpoint. You can create one with:
160 CharDriverState* qemu_chr_open_buffer( CharDriverState* endpoint );
163 that is sent to it, but cannot be sent to the endpoint yet. On each event loop
164 iteration, the CharBuffer will try to send data to the endpoint until it
171 same on the endpoint. Any endpoint-initiated calls to can_read()/read()
  /frameworks/base/core/java/android/net/
LocalSocketImpl.java 242 * Binds this socket to an endpoint name. May only be called on an instance
245 * @param endpoint endpoint address
248 public void bind(LocalSocketAddress endpoint) throws IOException
254 bindLocal(fd, endpoint.getName(), endpoint.getNamespace().getId());
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp 420 PathPoint endPoint = data.m_end;
422 std::swap(startPoint, endPoint);
425 int q1 = quadrant(endPoint, data.m_center);
429 if (startPoint.m_x == endPoint.m_x || isQuadrantOnBottom(q0) != startPoint.m_x > endPoint.m_x) {
443 inflateRectToContainPoint(r, endPoint.m_x, endPoint.m_y);
682 PathPoint endPoint;
684 endPoint.m_x = p1.m_x + v21.m_x * rate;
685 endPoint.m_y = p1.m_y + v21.m_y * rate
    [all...]
  /external/libusb/libusb/os/
darwin_usb.c 141 /* No pipe found with the correct endpoint address */
142 usbi_warn (HANDLE_CTX(dev_handle), "no pipeRef found with endpoint address 0x%02x.", ep);
910 usbi_err (HANDLE_CTX (dev_handle), "could not build endpoint table");
946 /* clean up endpoint data */
    [all...]
  /development/host/windows/usb/api/
adb_legacy_io_completion.h 39 @param[in] parent_io_obj Parent legacy endpoint that created this
91 /// Gets parent legacy endpoint.
adb_endpoint_object.cpp 19 encapsulates a handle opened to an endpoint on our device.
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.cpp 37 EP_RECORD dev0ep; //Endpoint data structure used during enumeration for uninitialized device
75 /* each device is different and has different number of endpoints. This function plugs endpoint record structure, defined in application, to devtable */
81 /* Control transfer. Sets address, endpoint, fills control packet with necessary data, dispatches control packet, and initiates bulk IN transfer, */
151 /* IN transfer to arbitrary endpoint. Assumes PERADDR is set. Handles multiple packets if necessary. Transfers 'nbytes' bytes. */
163 rcode = dispatchPkt( tokIN, ep, nak_limit ); //IN packet to EP-'endpoint'. Function takes care of NAKS.
199 rcode = dispatchPkt( tokIN, ep, nak_limit ); //IN packet to EP-'endpoint'. Function takes care of NAKS.
227 /* OUT transfer to arbitrary endpoint. Assumes PERADDR is set. Handles multiple packets if necessary. Transfers 'nbytes' bytes. */
417 //until plugged with real device endpoint structure
  /device/moto/stingray/recovery/
masterclear_bp.h 110 /** The Command Protocol Header (Bulk Endpoint/12 byte) - Request Header */
124 /** The Command Protocol Header (Bulk Endpoint/12 byte) - Response Header */
  /external/chromium/net/http/
http_proxy_client_socket.h 43 const HostPortPair& endpoint,
155 // The hostname and port of the endpoint. This is not necessarily the one
  /external/replicaisland/src/com/replica/replicaisland/
SolidSurfaceComponent.java 75 public void addSurface(Vector2 startPoint, Vector2 endPoint, Vector2 normal) {
77 mEndPoints.add(endPoint);
  /external/tcpdump/
dccp.h 17 * @dccph_sport - Relevant port on the endpoint that sent this packet
18 * @dccph_dport - Relevant port on the other endpoint
  /external/webkit/Source/WebCore/platform/graphics/
Path.h 131 void addQuadCurveTo(const FloatPoint& controlPoint, const FloatPoint& endPoint);
132 void addBezierCurveTo(const FloatPoint& controlPoint1, const FloatPoint& controlPoint2, const FloatPoint& endPoint);
  /frameworks/av/media/libaah_rtp/
aah_tx_player.h 67 const struct sockaddr_in* endpoint);
165 AAH_TXSender::Endpoint mEndpoint;
  /libcore/luni/src/main/java/java/util/
NavigableSet.java 175 * @param fromElement low endpoint of the returned set
176 * @param fromInclusive {@code true} if the low endpoint
178 * @param toElement high endpoint of the returned set
179 * @param toInclusive {@code true} if the high endpoint
211 * @param toElement high endpoint of the returned set
212 * @param inclusive {@code true} if the high endpoint
240 * @param fromElement low endpoint of the returned set
241 * @param inclusive {@code true} if the low endpoint
  /bionic/libc/include/sys/
_errdefs.h 132 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
143 __BIONIC_ERRDEF( EISCONN , 106, "Transport endpoint is already connected" )
144 __BIONIC_ERRDEF( ENOTCONN , 107, "Transport endpoint is not connected" )
145 __BIONIC_ERRDEF( ESHUTDOWN , 108, "Cannot send after transport endpoint shutdown" )
  /development/ndk/platforms/android-3/include/sys/
_errdefs.h 131 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
142 __BIONIC_ERRDEF( EISCONN , 106, "Transport endpoint is already connected" )
143 __BIONIC_ERRDEF( ENOTCONN , 107, "Transport endpoint is not connected" )
144 __BIONIC_ERRDEF( ESHUTDOWN , 108, "Cannot send after transport endpoint shutdown" )
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
package.html 24 <p>{@link com.jme3.network.kernel.Endpoint} is a managed connection within a
  /external/kernel-headers/original/linux/usb/
f_mtp.h 66 /* Sends an event to the host via the interrupt endpoint */
  /external/webkit/Source/WebCore/svg/
SVGLinearGradientElement.h 37 void calculateStartEndPoints(const LinearGradientAttributes&, FloatPoint& startPoint, FloatPoint& endPoint);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
_errdefs.h 131 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
142 __BIONIC_ERRDEF( EISCONN , 106, "Transport endpoint is already connected" )
143 __BIONIC_ERRDEF( ENOTCONN , 107, "Transport endpoint is not connected" )
144 __BIONIC_ERRDEF( ESHUTDOWN , 108, "Cannot send after transport endpoint shutdown" )
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
_errdefs.h 131 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
142 __BIONIC_ERRDEF( EISCONN , 106, "Transport endpoint is already connected" )
143 __BIONIC_ERRDEF( ENOTCONN , 107, "Transport endpoint is not connected" )
144 __BIONIC_ERRDEF( ESHUTDOWN , 108, "Cannot send after transport endpoint shutdown" )

Completed in 1636 milliseconds

1 2 3 45 6 7 8 91011>>