/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 | 170 jint endpoint, jbyteArray buffer, jint start, jint length, jint timeout) 183 jint result = usb_device_bulk_transfer(device, endpoint, bufferBytes + start, length, timeout);
|
/frameworks/opt/net/voip/src/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 | 281 * @param fromKey low endpoint of the keys in the returned map 282 * @param fromInclusive {@code true} if the low endpoint 284 * @param toKey high endpoint of the keys in the returned map 285 * @param toInclusive {@code true} if the high endpoint 315 * @param toKey high endpoint of the keys in the returned map 316 * @param inclusive {@code true} if the high endpoint 344 * @param fromKey low endpoint of the keys in the returned map 345 * @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/libusb_aah/libusb/os/ |
windows_usb.h | 133 int (*clear_halt)(struct libusb_device_handle *dev_handle, unsigned char endpoint); 164 int8_t nb_endpoints; // and a set of endpoint addresses (USB_MAXENDPOINTS) 165 uint8_t *endpoint; member in struct:windows_device_priv::__anon10842 193 p->usb_interface[i].endpoint = NULL; 208 safe_free(p->usb_interface[i].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/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.
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
Test.java | 299 int endPoint = stack.indexOf('\n'); 300 if (endPoint != -1) { 301 int nextLine = stack.indexOf('\n', endPoint + 1);
|
/docs/source.android.com/src/accessories/ |
aoa2.jd | 111 control requests on endpoint zero, no new USB interface is needed to provide this support. The 123 than the maximum packet size for endpoint zero, multiple <code>ACCESSORY_SET_HID_REPORT_DESC</code> commands 153 * If the HID descriptor is longer than the endpoint zero max packet size,
|
/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
|
/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/chromium/net/http/ |
http_stream_factory_impl.h | 65 // Called when the Job detects that the endpoint indicated by the
|
/external/chromium/net/spdy/ |
spdy_proxy_client_socket.cc | 27 const HostPortPair& endpoint, 38 endpoint_(endpoint), 72 // for the specified endpoint. Waits for the server to send back 350 // Reset the URL to be the endpoint of the connection
|
/external/jmdns/src/javax/jmdns/impl/constants/ |
DNSRecordType.java | 139 * Endpoint Identifier [Patton]
|
/external/kernel-headers/original/linux/usb/ |
f_accessory.h | 99 * If the HID descriptor is longer than the endpoint zero max packet size,
|
/external/libpcap/ |
atmuni31.h | 64 #define ENDPT_REF 0x54 /* endpoint reference */
|
/external/libusb/libusb/os/ |
linux_usbfs.h | 87 unsigned char endpoint; member in struct:usbfs_urb
|