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

<<11121314151617181920>>

  /external/iproute2/include/linux/
if_link.h 154 for IPIP tunnels, when route to endpoint is allowed to change)
  /external/kernel-headers/original/linux/
if_link.h 157 for IPIP tunnels, when route to endpoint is allowed to change)
  /external/libppp/src/
lcp.h 125 #define TY_ENDDISC 19 /* Endpoint discriminator */
  /external/srec/srec/include/
pre_desc.h 205 /* Endpoint data */
  /external/webkit/Source/WebCore/dom/default/
PlatformMessagePortChannel.cpp 124 // Create proxies for each endpoint.
  /external/webkit/Source/WebCore/platform/graphics/gpu/
PODRedBlackTree.h 55 // intervals are stored in the tree sorted by low endpoint. The "<"
56 // operator on the Interval class only compares the low endpoint, but
57 // the "==" operator takes into account the high endpoint as well.
254 // is used to compute the maximum endpoint of the subtree below the
  /external/webkit/Source/WebKit/chromium/src/
PlatformMessagePortChannel.cpp 144 // Create proxies for each endpoint.
  /frameworks/av/services/camera/libcameraservice/camera3/
Camera3StreamInterface.h 140 * Disconnect stream from its non-HAL endpoint. After this,
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.h 83 // by the producer endpoint.
  /frameworks/base/core/jni/
android_hardware_UsbRequest.cpp 53 // construct an endpoint descriptor from the Java object fields
  /frameworks/base/services/java/com/android/server/usb/
UsbHostManager.java 103 and interval for each endpoint */
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLSocketImpl.java 521 public void connect(SocketAddress endpoint) throws IOException {
522 super.connect(endpoint);
532 public void connect(SocketAddress endpoint, int timeout)
534 super.connect(endpoint, timeout);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libresolv-2.7.so 
libresolv.so 
libresolv.so.2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libresolv-2.7.so 
libresolv.so 
libresolv.so.2 
  /prebuilts/misc/android-x86/gdbserver/
gdbserver 
  /system/core/toolbox/
lsusb.c 92 printf(" Endpoint Descriptor\n");
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 454 if (LRQ.endPoint() < MBBEnd) {
455 LI->removeRange(Kill, LRQ.endPoint());
456 if (EndPoints) EndPoints->push_back(LRQ.endPoint());
487 if (LRQ.endPoint() < MBBEnd) {
488 LI->removeRange(MBBStart, LRQ.endPoint());
489 if (EndPoints) EndPoints->push_back(LRQ.endPoint());
794 /// Move def to NewIdx, assert endpoint after NewIdx.
    [all...]
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.cc 698 console_->Printf("Unable to make valid muc endpoint for %s", room.c_str());
736 void CallClient::OnMucJoined(const buzz::Jid& endpoint) {
737 MucMap::iterator elem = mucs_.find(endpoint);
842 void CallClient::OnMucLeft(const buzz::Jid& endpoint, int error) {
845 MucMap::iterator elem = mucs_.find(endpoint);
  /external/libusb/libusb/
io.c 60 * example, when reading data from a endpoint:
64 * or when writing data to an endpoint:
73 * to read data on a bulk or interrupt endpoint and wait for data to arrive.
174 * constraints on packet size defined by endpoint descriptors. The host must
175 * not send data payloads larger than the endpoint's maximum packet size.
184 * When requesting data on a bulk endpoint, libusb requires you to supply a
206 * multiple of the endpoint's packet size: the final packet will either
333 * your application may submit a request for data on an IN endpoint which is
400 * by the bInterval value of the endpoint descriptor.
407 * To perform I/O to an isochronous endpoint, allocate the transfer by callin
    [all...]
  /external/libusb_aah/libusb/
io.c 60 * example, when reading data from a endpoint:
64 * or when writing data to an endpoint:
73 * to read data on a bulk or interrupt endpoint and wait for data to arrive.
174 * constraints on packet size defined by endpoint descriptors. The host must
175 * not send data payloads larger than the endpoint's maximum packet size.
184 * When requesting data on a bulk endpoint, libusb requires you to supply a
206 * multiple of the endpoint's packet size: the final packet will either
333 * your application may submit a request for data on an IN endpoint which is
400 * by the bInterval value of the endpoint descriptor.
407 * To perform I/O to an isochronous endpoint, allocate the transfer by callin
    [all...]
  /external/qemu/hw/
usb-ohci.c 133 /* Bitfields for the first word of an Endpoint Desciptor. */
146 /* Flags in the head field of an Endpoint Desciptor. */
189 /* endpoint descriptor */
836 Returns nonzero to terminate processing of this endpoint. */
931 endpoint. We only allow one active packet per controller.
1034 /* Service an endpoint list. Returns nonzero if active TD were found. */
    [all...]

Completed in 2372 milliseconds

<<11121314151617181920>>