Home
last modified time | relevance | path

Searched defs:endpoint (Results 1 – 15 of 15) sorted by relevance

/system/chre/core/
Dhost_message_hub_manager.cc85 [this](const MessageHubInfo &hub, const EndpointInfo &endpoint) { in reset()
95 [this](const MessageHubInfo &hub, const EndpointInfo &endpoint) { in reset()
274 Endpoint *endpoint = nullptr; in addEndpoint() local
299 Endpoint *endpoint = nullptr; in removeEndpoint() local
369 for (const auto &endpoint : mEndpoints) in forEachEndpoint() local
376 for (const auto &endpoint : mEndpoints) in getEndpointInfo() local
384 for (const auto &endpoint : mEndpoints) { in getEndpointForService() local
396 for (const auto &endpoint : mEndpoints) { in doesEndpointHaveService() local
411 for (const auto &endpoint : mEndpoints) { in forEachService() local
441 std::optional<EndpointInfo> endpoint = in onEndpointRegistered() local
[all …]
Dchre_message_hub_manager.cc196 std::optional<Endpoint> endpoint = in configureReadyEvents() local
258 std::optional<Endpoint> endpoint = in openDefaultSessionAsync() local
929 std::optional<EndpointId> endpoint = getEndpointForService(serviceDescriptor); in doesEndpointHaveService() local
990 UniquePtr<Endpoint> endpoint = MakeUnique<Endpoint>(messageHubId, endpointId); in onEndpointRegistered() local
/system/chre/test/simulation/
Dhost_message_hub_test.cc107 for (const auto &endpoint : kEndpoints) { in HostMessageHubTest() local
124 for (const auto &endpoint : mEmbeddedEndpoints) in SetUp() local
129 for (const auto &endpoint : mEmbeddedEndpoints) in SetUp() local
136 for (const auto &endpoint : mEmbeddedEndpoints) { in SetUp() local
146 for (const auto &endpoint : mEmbeddedEndpoints) { in SetUp() local
159 for (const auto &endpoint : mEmbeddedEndpoints) { in SetUp() local
209 const std::pair<EndpointInfo, std::vector<ServiceInfo>> &endpoint, in expectOnEmbeddedEndpoint()
265 for (const auto &endpoint : mEmbeddedEndpoints) in TEST_F() local
384 const ServiceInfo &service) { in TEST_F()
434 EndpointInfo endpoint(0x1 + i, nullptr, 0, EndpointType::GENERIC, 0); in TEST_F() local
[all …]
Dchre_message_hub_test.cc1399 const ServiceInfo &service) { in TEST_F()
1491 std::optional<Endpoint> endpoint = in TEST_F() local
/system/chre/host/hal_generic/common/
Dcontext_hub_v4_impl.cc55 for (const auto &endpoint : hub.getEndpoints()) { in init() local
138 ScopedAStatus HostHubInterface::registerEndpoint(const EndpointInfo &endpoint) { in registerEndpoint()
159 const EndpointInfo &endpoint) { in unregisterEndpoint()
389 EndpointInfo endpoint; in onRegisterEndpoint() local
398 EndpointId endpoint; in onAddServiceToEndpoint() local
405 EndpointId endpoint; in onEndpointReady() local
414 EndpointId endpoint; in onUnregisterEndpoint() local
Dhost_protocol_host_v4.cc57 for (const auto &endpoint : endpoints) in encodeGetMessageHubsAndEndpointsResponse() local
161 for (const auto &endpoint : msg.endpoints) in decodeGetMessageHubsAndEndpointsResponse() local
340 AidlEndpointInfo HostProtocolHostV4::fbsEndpointInfoToAidl( in fbsEndpointInfoToAidl()
364 AidlEndpointId HostProtocolHostV4::fbsEndpointIdToAidl( in fbsEndpointIdToAidl()
Dmessage_hub_manager.cc437 void MessageHubManager::addEmbeddedEndpoint(const EndpointInfo &endpoint) { in addEmbeddedEndpoint()
446 void MessageHubManager::addEmbeddedEndpointService(const EndpointId &endpoint, in addEmbeddedEndpointService()
554 const EndpointInfo &endpoint) { in addEmbeddedEndpointLocked()
/system/core/libusbhost/include/usbhost/
Dusbhost.h51 int endpoint; member
/system/chre/platform/shared/
Dhost_protocol_chre.cc321 EndpointInfo endpoint(fbsEndpoint->id()->id(), in decodeMessageFromHost() local
690 const EndpointInfo &endpoint) { in encodeRegisterEndpoint()
701 ChreFlatBufferBuilder &builder, MessageHubId hub, EndpointId endpoint, in encodeAddServiceToEndpoint()
715 EndpointId endpoint) { in encodeEndpointReady()
723 EndpointId endpoint) { in encodeUnregisterEndpoint()
/system/chre/java/test/endpoint/src/com/google/android/chre/test/endpoint/
DContextHubEchoEndpointExecutor.java559 HubEndpoint endpoint = builder.build(); in registerDefaultEndpoint() local
570 private void openSessionOrFail(HubEndpoint endpoint, HubEndpointInfo target) { in openSessionOrFail()
578 private void openSessionOrFailNoDescriptor(HubEndpoint endpoint, HubEndpointInfo target) { in openSessionOrFailNoDescriptor()
/system/core/fastboot/
Dusb_osx.cpp194 for (UInt8 endpoint = 1; endpoint <= interfaceNumEndpoints; ++endpoint) { in try_interfaces() local
/system/chre/util/tests/
Dmessage_router_test.cc478 std::optional<Endpoint> endpoint = router.getEndpointForService( in TEST_F() local
513 const ServiceInfo &service) { in TEST_F()
534 std::optional<Endpoint> endpoint = router.getEndpointForService( in TEST_F() local
/system/core/libusbhost/
Dusbhost.c666 int endpoint, in usb_device_bulk_transfer()
/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h86166 struct endpoint { struct
86167 union {
86172 union {
86257 struct endpoint endpoint; member
88851 struct usb_host_endpoint *endpoint; member
89934 unsigned char endpoint; member
89953 unsigned char endpoint; member
90393 struct usb_ep endpoint; member
100828 struct fwnode_handle *endpoint; member
119194 int endpoint; member
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h95902 struct endpoint { struct
95903 union {
95908 union {
95993 struct endpoint endpoint; member
98587 struct usb_host_endpoint *endpoint; member
99664 unsigned char endpoint; member
99683 unsigned char endpoint; member
100123 struct usb_ep endpoint; member
110686 struct fwnode_handle *endpoint; member
125624 int endpoint; member
[all …]