/external/chromium/net/http/ |
http_proxy_client_socket_pool.h | 46 HostPortPair endpoint, 60 const HostPortPair& endpoint() const { return endpoint_; } function in class:net::HttpProxySocketParams
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
callclient.h | 143 void OnMucJoined(const buzz::Jid& endpoint); 145 void OnMucLeft(const buzz::Jid& endpoint, int error);
|
/external/chromium/third_party/libjingle/source/talk/session/tunnel/ |
securetunnelsessionclient.h | 151 // This is the stream representing the usable tunnel endpoint. It's 155 // stream endpoint is returned early, but we need to keep a handle
|
/external/kernel-headers/original/linux/ |
usbdevice_fs.h | 97 unsigned char endpoint; member in struct:usbdevfs_urb 131 unsigned char endpoint; member in struct:usbdevfs_urb32
|
/external/libusb-compat/libusb/ |
usb.h | 104 /* Endpoint descriptor */ 142 struct usb_endpoint_descriptor *endpoint; member in struct:usb_interface_descriptor
|
/frameworks/av/services/audioflinger/ |
FastMixer.h | 112 // newest open (excluded) endpoint = lower 16 bits of bounds, modulo N 113 // oldest closed (included) endpoint = upper 16 bits of bounds, modulo N
|
/frameworks/base/core/java/android/hardware/usb/ |
UsbDevice.java | 35 * and use {@link UsbRequest} to send and receive data on an endpoint. 36 * {@link UsbDeviceConnection#controlTransfer} is used for control requests on endpoint zero.
|
/frameworks/base/core/jni/ |
android_hardware_UsbDeviceConnection.cpp | 173 jint endpoint, jbyteArray buffer, jint length, jint timeout) 190 jint result = usb_device_bulk_transfer(device, endpoint, bufferBytes, length, timeout);
|
/frameworks/base/voip/java/android/net/rtp/ |
AudioStream.java | 26 * represents a remote endpoint which consists of a network mapping and a 28 * represents a local endpoint which mixes all the AudioStreams and optionally
|
/libcore/luni/src/main/java/java/util/ |
NavigableMap.java | 282 * @param fromKey low endpoint of the keys in the returned map 283 * @param fromInclusive {@code true} if the low endpoint 285 * @param toKey high endpoint of the keys in the returned map 286 * @param toInclusive {@code true} if the high endpoint 316 * @param toKey high endpoint of the keys in the returned map 317 * @param inclusive {@code true} if the high endpoint 345 * @param fromKey low endpoint of the keys in the returned map 346 * @param inclusive {@code true} if the low endpoint
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
dccp.h | 10 * @dccph_sport - Relevant port on the endpoint that sent this packet 11 * @dccph_dport - Relevant port on the other endpoint
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
dccp.h | 10 * @dccph_sport - Relevant port on the endpoint that sent this packet 11 * @dccph_dport - Relevant port on the other endpoint
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
dccp.h | 10 * @dccph_sport - Relevant port on the endpoint that sent this packet 11 * @dccph_dport - Relevant port on the other endpoint
|
/external/openssh/ |
PROTOCOL | 59 message to allow an endpoint to signal its peer that it will send no 61 an endpoint to request that its peer should cease sending data to it 62 while still keeping the channel open for the endpoint to send data to 66 otherwise need to be discarded and it allows an endpoint to signal local 72 an endpoint when the local output of a session channel is closed or
|
/external/qemu/hw/ |
usb-hub.c | 145 /* one endpoint (status change endpoint) */ 147 0x05, /* u8 ep_bDescriptorType; Endpoint */ 148 0x81, /* u8 ep_bEndpointAddress; IN Endpoint 1 */ 256 /* status change endpoint size based on number
|
/external/skia/third_party/glu/libtess/ |
alg-outline | 135 rightmost left endpoint of the upper or lower edge of the containing 150 convenient to add an edge to the leftmost right endpoint of either 163 between the rightmost left endpoint of {e1,e2}, and the leftmost right 164 endpoint of {e1,e2}. 171 share a common endpoint.
|
/external/iproute2/doc/ |
ip-tunnels.tex | 90 packets to another endpoint is not hidden. If you dislike this, or if you 117 \item {\bf In 2.0} you set remote tunnel endpoint address with 121 the interfaces, namely it sets not tunnel endpoint, 124 rather than via Internet. Actual tunnel endpoint address \verb|A| 173 \verb|remote <D>| sets remote endpoint of the tunnel to IP 214 address pointing to desired endpoint. F.e.\ 245 not be able to escape to another device, when route to endpoint changes.
|
/external/chromium/chrome/browser/ui/cocoa/ |
browser_frame_view.mm | 273 NSPoint endPoint = startPoint; 274 endPoint.y -= kBrowserFrameViewPaintHeight; 275 [gradient drawFromPoint:startPoint toPoint:endPoint options:0];
|
/external/libmtp/src/ |
device-flags.h | 76 * multiple of 64 bytes (the USB 1.1 endpoint size). Instead, 78 * if the size is an integer multiple of USB 1.1 endpoint size 84 * endpoint size is due to the fact that the device will "gear
|
/frameworks/base/docs/html/tools/adk/ |
aoa2.jd | 135 control requests on endpoint zero, no new USB interface is needed to provide this support. The 148 than the maximum packet size for endpoint zero, multiple ACCESSORY_SET_HID_REPORT_DESC commands are 181 * If the HID descriptor is longer than the endpoint zero max packet size,
|
/cts/suite/audio_quality/test_description/processing/ |
gen_random.py | 48 #freq = np.linspace(0.0, samplingRate, num=len(fftData), endpoint=False)
|
/cts/tests/tests/gesture/src/android/gesture/cts/ |
GestureStrokeTest.java | 74 // bound the path by the endpoint
|
/development/host/windows/usb/adb_winapi_test/ |
adb_winapi_test.cpp | 282 // Get default bulk read endpoint info
296 // Get default bulk write endpoint info
343 // Get default read endpoint
352 // Get default write endpoint
|
/development/host/windows/usb/winusb/ |
adb_winusb_endpoint_object.cpp | 19 encapsulates a handle opened to a WinUsb endpoint on our device.
|
/external/bluetooth/bluez/audio/ |
a2dp.h | 141 struct media_endpoint *endpoint, int *err);
|