/external/tcpdump/win32/Include/ |
errno.h | 100 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ 111 #define EISCONN 106 /* Transport endpoint is already connected */ 112 #define ENOTCONN 107 /* Transport endpoint is not connected */ 113 #define ESHUTDOWN 108 /* Cannot send after transport endpoint shutdown */
|
/frameworks/av/media/mtp/ |
MtpRequestPacket.cpp | 49 // write our buffer to the given endpoint (host mode)
|
MtpRequestPacket.h | 39 // write our buffer to the given endpoint
|
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/ |
accessorychat.c | 35 int endpoint = (int)(uintptr_t)arg; local 41 ret = usb_device_bulk_transfer(sDevice, endpoint, buffer, sizeof(buffer), 1000); 55 int endpoint = (int)(uintptr_t)arg; local 63 ret = usb_device_bulk_transfer(sDevice, endpoint, line, strlen(line), 1000);
|
/libcore/luni/src/main/java/java/net/ |
SocketAddress.java | 24 * socket-endpoint representing classes. The class has to be implemented
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/ |
errno.h | 68 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ 79 #define EISCONN 106 /* Transport endpoint is already connected */ 80 #define ENOTCONN 107 /* Transport endpoint is not connected */ 81 #define ESHUTDOWN 108 /* Cannot send after transport endpoint shutdown */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/ |
errno.h | 68 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ 79 #define EISCONN 106 /* Transport endpoint is already connected */ 80 #define ENOTCONN 107 /* Transport endpoint is not connected */ 81 #define ESHUTDOWN 108 /* Cannot send after transport endpoint shutdown */
|
/device/google/accessory/arduino/USB_Host_Shield/ |
Usb.h | 96 /* Endpoint information structure */
97 /* bToggle of endpoint 0 initialized to 0xff */
100 byte epAddr; //copy from endpoint descriptor. Bit 7 indicates direction ( ignored for control endpoints )
101 byte Attr; // Endpoint transfer type.
110 EP_RECORD* epinfo; //device endpoint information
120 /* each entry contains pointer to endpoint structure */
123 //EP_RECORD dev0ep; //Endpoint data structure used during enumeration for uninitialized device
|
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
|
/external/chromium_org/media/audio/win/ |
audio_low_latency_input_win.h | 51 // interface to control the master volume level of an audio endpoint device. 157 // Length of the audio endpoint buffer. 163 // Contains the unique name of the selected endpoint device. 181 // An IMMDevice interface which represents an audio endpoint device. 199 // from a capture endpoint buffer.
|
/external/chromium_org/net/base/ |
net_util_win.cc | 157 IPEndPoint endpoint; 158 if (endpoint.FromSockAddr(address->Address.lpSockaddr, 174 IPNumberMatchesPrefix(endpoint.address(), 197 endpoint.address(), 206 endpoint.address(), net_prefix));
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
rpcdcep.h | 87 unsigned char *Endpoint; 160 RPCRTAPI RPC_STATUS RPC_ENTRY I_RpcServerUseProtseqEp2A(RPC_CSTR NetworkAddress,RPC_CSTR Protseq,unsigned int MaxCalls,RPC_CSTR Endpoint,void *SecurityDescriptor,void *Policy); 161 RPCRTAPI RPC_STATUS RPC_ENTRY I_RpcServerUseProtseqEp2W(RPC_WSTR NetworkAddress,RPC_WSTR Protseq,unsigned int MaxCalls,RPC_WSTR Endpoint,void *SecurityDescriptor,void *Policy); 215 RPCRTAPI RPC_STATUS RPC_ENTRY I_RpcServerUnregisterEndpointA(RPC_CSTR Protseq,RPC_CSTR Endpoint); 216 RPCRTAPI RPC_STATUS RPC_ENTRY I_RpcServerUnregisterEndpointW(RPC_WSTR Protseq,RPC_WSTR Endpoint);
|
/external/chromium_org/mojo/system/ |
channel.cc | 130 // Note: If it failed, quite possibly the endpoint info was removed from that 170 DVLOG(2) << "Ignoring run message pipe endpoint for zombie endpoint " 196 "Failed to send message to run remote message pipe endpoint (local ID " 261 "Failed to send message to remove remote message pipe endpoint (local " 350 DVLOG(2) << "Ignoring downstream message for zombie endpoint (local ID = " 370 // TODO(vtl): This might be a "non-error", e.g., if the destination endpoint 467 "Failed to send message to remove remote message pipe endpoint ack " 498 // (endpoint), and notify it that the remote is (effectively) closed.
|
/system/core/adb/ |
usb_osx.c | 309 UInt8 endpoint; local 345 for (endpoint = 0; endpoint <= interfaceNumEndpoints; endpoint++) { 352 kr = (*interface)->GetPipeProperties(interface, endpoint, &direction, 360 handle->bulkIn = endpoint; 363 handle->bulkOut = endpoint; 468 DBG("ERR: bulkOut endpoint not assigned\n"); 511 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; 493 ERR("bulkIn endpoint not assigned\n"); 526 ERR("bulkOut endpoint not assigned\n");
|
/external/chromium_org/net/socket/ |
socks_client_socket.cc | 321 const IPEndPoint& endpoint = addresses_.front(); local 328 CHECK_EQ(ADDRESS_FAMILY_IPV4, endpoint.GetFamily()); 329 CHECK_LE(endpoint.address().size(), sizeof(request.ip)); 330 memcpy(&request.ip, &endpoint.address()[0], endpoint.address().size()); 332 DVLOG(1) << "Resolved Host is : " << endpoint.ToStringWithoutPort();
|
/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 | 294 * Binds this socket to an endpoint name. May only be called on an instance 297 * @param endpoint endpoint address 300 public void bind(LocalSocketAddress endpoint) throws IOException 306 bindLocal(fd, endpoint.getName(), endpoint.getNamespace().getId());
|
/frameworks/base/core/java/com/android/internal/util/ |
Preconditions.java | 162 * @param lower the lower endpoint of the inclusive range 163 * @param upper the upper endpoint of the inclusive range 191 * @param lower the lower endpoint of the inclusive range 192 * @param upper the upper endpoint of the inclusive range 297 * @param lower the lower endpoint of the inclusive range 298 * @param upper the upper endpoint of the inclusive range
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
windows_usb.c | 63 static int winusbx_clear_halt(int sub_api, struct libusb_device_handle *dev_handle, unsigned char endpoint); 78 static int hid_clear_halt(int sub_api, struct libusb_device_handle *dev_handle, unsigned char endpoint); 93 static int composite_clear_halt(int sub_api, struct libusb_device_handle *dev_handle, unsigned char endpoint); 667 safe_free(priv->usb_interface[iface].endpoint); 674 priv->usb_interface[iface].endpoint = (uint8_t*) malloc(if_desc->bNumEndpoints); 675 if (priv->usb_interface[iface].endpoint == NULL) { 681 priv->usb_interface[iface].endpoint[i] = if_desc->endpoint[i].bEndpointAddress; 682 usbi_dbg("(re)assigned endpoint %02X to interface %d", priv->usb_interface[iface].endpoint[i], iface) [all...] |
/external/chromium_org/extensions/browser/api/usb/ |
usb_api.cc | 96 const char kErrorConvertTransferType[] = "Invalid endpoint type."; 233 *output = UsbDeviceHandle::ENDPOINT; 772 scoped_refptr<const UsbEndpointDescriptor> endpoint = local 781 if (!ConvertTransferTypeSafely(endpoint->GetTransferType(), &type) || 782 !ConvertDirectionSafely(endpoint->GetDirection(), &direction) || 784 endpoint->GetSynchronizationType(), &synchronization) || 785 !ConvertUsageTypeSafely(endpoint->GetUsageType(), &usage)) { 791 endpoint_desc->address = endpoint->GetAddress(); 794 endpoint_desc->maximum_packet_size = endpoint->GetMaximumPacketSize(); 800 *polling_interval = endpoint->GetPollingInterval() [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.
|
/external/bluetooth/bluedroid/stack/include/ |
mca_api.h | 283 ** Description Create a data endpoint. If the MDEP is created successfully, 284 ** the MDEP ID is returned in *p_dep. After a data endpoint is 286 ** endpoint and an endpoint on a peer device. 297 ** Description Delete a data endpoint. This function is called when 298 ** the implementation is no longer using a data endpoint. 299 ** If this function is called when the endpoint is connected 300 ** the connection is closed and the data endpoint
|
/external/chromium_org/google_apis/gcm/engine/ |
connection_factory.h | 47 // Listener interface to be notified of endpoint connection events. 89 // Whether or not the MCS endpoint is currently reachable with an active
|