Searched refs:endpoint (Results 1 – 14 of 14) sorted by relevance
/system/core/fastboot/ |
D | usb_osx.cpp | 194 for (UInt8 endpoint = 1; endpoint <= interfaceNumEndpoints; ++endpoint) { in try_interfaces() local 201 ->GetEndpointProperties(interface, 0, endpoint, in try_interfaces() 215 kr = (*interface)->GetPipeProperties(interface, endpoint, in try_interfaces() 226 handle->bulkIn = endpoint; in try_interfaces() 229 handle->bulkOut = endpoint; in try_interfaces() 237 ERR("could not get pipe properties for endpoint %u (%08x)\n", endpoint, kr); in try_interfaces()
|
D | usb_linux.cpp | 434 urb[i].endpoint = handle_->ep_out; in Write()
|
/system/chre/apps/test/common/chre_api_test/rpc/ |
D | chre_api_test.proto | 46 // Configures the nanoapp to receive host endpoint information for a host 47 // endpoint id. 51 // Gets the host endpoint info for a given host endpoint id. 165 // Data provided in host endpoint notification 250 // Retrieving subscribed disconnected host endpoint notification
|
/system/core/libusbhost/include/usbhost/ |
D | usbhost.h | 51 int endpoint; member 243 int endpoint,
|
/system/core/libusbhost/ |
D | usbhost.c | 666 int endpoint, in usb_device_bulk_transfer() argument 674 ctrl.ep = endpoint; in usb_device_bulk_transfer() 702 urb->endpoint = ep_desc->bEndpointAddress; in usb_request_new() 713 req->endpoint = urb->endpoint; in usb_request_new()
|
/system/core/trusty/confirmationui/ |
D | README | 15 secure input device. But since the endpoint is currently in the HAL
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 27 /// Identifies the host-side endpoint on the host that sent or should receive 29 /// elsewhere that indicates that the endpoint is unspecified. 425 // Message sent whenever a host endpoint has connected with the Context Hub. 428 /// The host-side endpoint that has connected to the framework. 431 /// The type of host endpoint, which should be any of the CHRE_HOST_ENDPOINT_TYPE_* 435 /// The (optional) package name associated with the host endpoint. 442 // Message sent whenever a host endpoint has disconnected from the Context Hub. 444 /// The host-side endpoint that has disconnected from the framework.
|
/system/chre/apps/test/common/proto/ |
D | chre_stress_test.proto | 29 // should use this message to update its host endpoint tracking when sending
|
/system/chre/chpp/ |
D | README.md | 19 …endpoint is considered a peer, meaning there are no role differences. However, within the applicat… 82 …endpoint is requesting initialization of the CHPP protocol. The first packet sent after bootup alw…
|
/system/sepolicy/microdroid/system/public/ |
D | te_macros | 96 # Define types for endpoint and channel sockets. 112 # Allow the init process to create the initial endpoint socket. 114 # Allow the server domain to use the endpoint socket and accept connections on it. 129 # Allow client to open the service endpoint file. 132 # Allow the client to connect to endpoint socket.
|
/system/sepolicy/public/ |
D | te_macros | 96 # Define types for endpoint and channel sockets. 112 # Allow the init process to create the initial endpoint socket. 114 # Allow the server domain to use the endpoint socket and accept connections on it. 129 # Allow client to open the service endpoint file. 132 # Allow the client to connect to endpoint socket.
|
D | file.te | 598 # PDX endpoint types
|
/system/chre/build/ |
D | nanopb.mk | 278 COMMON_SRCS += $(PIGWEED_DIR)/pw_rpc/endpoint.cc
|
/system/chre/doc/ |
D | nanoapp_developer_guide.md | 161 communication, and save the host endpoint ID in the nanoapp to use when sending
|