Home
last modified time | relevance | path

Searched refs:endpoint (Results 1 – 14 of 14) sorted by relevance

/system/core/fastboot/
Dusb_osx.cpp194 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()
Dusb_linux.cpp434 urb[i].endpoint = handle_->ep_out; in Write()
/system/chre/apps/test/common/chre_api_test/rpc/
Dchre_api_test.proto46 // 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/
Dusbhost.h51 int endpoint; member
243 int endpoint,
/system/core/libusbhost/
Dusbhost.c666 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/
DREADME15 secure input device. But since the endpoint is currently in the HAL
/system/chre/platform/shared/idl/
Dhost_messages.fbs27 /// 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/
Dchre_stress_test.proto29 // should use this message to update its host endpoint tracking when sending
/system/chre/chpp/
DREADME.md19endpoint is considered a peer, meaning there are no role differences. However, within the applicat…
82endpoint is requesting initialization of the CHPP protocol. The first packet sent after bootup alw…
/system/sepolicy/microdroid/system/public/
Dte_macros96 # 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/
Dte_macros96 # 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.
Dfile.te598 # PDX endpoint types
/system/chre/build/
Dnanopb.mk278 COMMON_SRCS += $(PIGWEED_DIR)/pw_rpc/endpoint.cc
/system/chre/doc/
Dnanoapp_developer_guide.md161 communication, and save the host endpoint ID in the nanoapp to use when sending