Home
last modified time | relevance | path

Searched defs:hub (Results 1 – 25 of 83) sorted by relevance

1234

/aosp_15_r20/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DIContextHubWrapper.java565 ContextHubWrapperAidl(android.hardware.contexthub.IContextHub hub) { in ContextHubWrapperAidl()
576 private synchronized void setHub(android.hardware.contexthub.IContextHub hub) { in setHub()
602 android.hardware.contexthub.IContextHub hub = getHub(); in getContextHubs() local
620 android.hardware.contexthub.IContextHub hub = getHub(); in getHubs() local
662 android.hardware.contexthub.IContextHub hub = getHub(); in getEndpoints() local
688 android.hardware.contexthub.IContextHub hub = getHub(); in registerEndpointCallback() local
702 android.hardware.contexthub.IContextHub hub = getHub(); in registerEndpoint() local
711 android.hardware.contexthub.IContextHub hub = getHub(); in requestSessionIdRange() local
725 android.hardware.contexthub.IContextHub hub = getHub(); in openEndpointSession() local
734 android.hardware.contexthub.IContextHub hub = getHub(); in closeEndpointSession() local
[all …]
/aosp_15_r20/system/chre/host/hal_generic/common/
H A Dcontext_hub_v4_impl.cc80 std::shared_ptr<HostHub> hub = in registerEndpoint() local
95 std::shared_ptr<HostHub> hub = in unregisterEndpoint() local
110 std::shared_ptr<HostHub> hub = in registerEndpointCallback() local
118 std::shared_ptr<HostHub> hub = in requestSessionIdRange() local
138 std::shared_ptr<HostHub> hub = in openEndpointSession() local
162 std::shared_ptr<HostHub> hub = in sendMessageToEndpoint() local
183 std::shared_ptr<HostHub> hub = in sendMessageDeliveryStatusToEndpoint() local
203 std::shared_ptr<HostHub> hub = in closeEndpointSession() local
217 std::shared_ptr<HostHub> hub = in endpointSessionOpenComplete() local
287 HubInfo hub; in onRegisterMessageHub() local
[all …]
H A Dmessage_hub_manager.cc281 std::shared_ptr<HostHub> hub(new HostHub(*this, pid)); in getHostHubByPid() local
342 for (auto &hub : hubs) fn(*hub); in forEachHostHub() local
369 for (const auto &hub : hubs) mIdToEmbeddedHub[hub.hubId].info = hub; in initEmbeddedHubsAndEndpoints() local
373 void MessageHubManager::addEmbeddedHub(const HubInfo &hub) { in addEmbeddedHub()
416 std::shared_ptr<HostHub> hub = manager->getHostHubByPid(cookieData->pid); in onClientDeath() local
H A Dmessage_hub_manager.h360 Session(std::weak_ptr<HostHub> hub, std::weak_ptr<EndpointInfo> local, in Session()
381 std::shared_ptr<HostHub> hub; member
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/usb/
H A Dgeneric_hub.c38 generic_hub_t *const hub = GEN_HUB(dev); in generic_hub_destroy() local
65 generic_hub_t *const hub = GEN_HUB(dev); in generic_hub_debounce() local
117 generic_hub_t *const hub = GEN_HUB(dev); in generic_hub_resetport() local
140 generic_hub_t *const hub = GEN_HUB(dev); in generic_hub_detach_dev() local
151 generic_hub_t *const hub = GEN_HUB(dev); in generic_hub_attach_dev() local
194 generic_hub_t *const hub = GEN_HUB(dev); in generic_hub_scanport() local
216 generic_hub_t *const hub = GEN_HUB(dev); in generic_hub_poll() local
253 generic_hub_t *const hub = GEN_HUB(dev); in generic_hub_init() local
/aosp_15_r20/external/google-cloud-java/java-networkconnectivity/proto-google-cloud-networkconnectivity-v1alpha1/src/main/java/com/google/cloud/networkconnectivity/v1alpha1/
H A DHubName.java36 private final String hub; field in HubName
65 public static HubName of(String project, String hub) { in of()
69 public static String format(String project, String hub) { in format()
160 private String hub; field in HubName.Builder
177 public Builder setHub(String hub) { in setHub()
/aosp_15_r20/external/google-cloud-java/java-networkconnectivity/proto-google-cloud-networkconnectivity-v1/src/main/java/com/google/cloud/networkconnectivity/v1/
H A DHubName.java36 private final String hub; field in HubName
65 public static HubName of(String project, String hub) { in of()
69 public static String format(String project, String hub) { in format()
160 private String hub; field in HubName.Builder
177 public Builder setHub(String hub) { in setHub()
/aosp_15_r20/system/chre/host/common/
H A Dhal_client.cc164 [&hostEndpointInfo](const std::shared_ptr<IContextHub> &hub) { in connectEndpoint()
184 [&hostEndpointId](const std::shared_ptr<IContextHub> &hub) { in disconnectEndpoint()
205 return callIfConnected([&](const std::shared_ptr<IContextHub> &hub) { in sendMessage()
219 [&endpointInfo](const std::shared_ptr<IContextHub> &hub) { in tryReconnectEndpoints()
/aosp_15_r20/external/google-cloud-java/java-networkconnectivity/google-cloud-networkconnectivity/src/test/java/com/google/cloud/networkconnectivity/v1alpha1/
H A DHubServiceClientTest.java291 Hub hub = Hub.newBuilder().build(); in createHubTest() local
317 Hub hub = Hub.newBuilder().build(); in createHubExceptionTest() local
350 Hub hub = Hub.newBuilder().build(); in createHubTest2() local
376 Hub hub = Hub.newBuilder().build(); in createHubExceptionTest2() local
408 Hub hub = Hub.newBuilder().build(); in updateHubTest() local
432 Hub hub = Hub.newBuilder().build(); in updateHubExceptionTest() local
/aosp_15_r20/external/google-cloud-java/java-networkconnectivity/google-cloud-networkconnectivity/src/test/java/com/google/cloud/networkconnectivity/v1/
H A DHubServiceClientTest.java291 Hub hub = Hub.newBuilder().build(); in createHubTest() local
317 Hub hub = Hub.newBuilder().build(); in createHubExceptionTest() local
350 Hub hub = Hub.newBuilder().build(); in createHubTest2() local
376 Hub hub = Hub.newBuilder().build(); in createHubExceptionTest2() local
408 Hub hub = Hub.newBuilder().build(); in updateHubTest() local
432 Hub hub = Hub.newBuilder().build(); in updateHubExceptionTest() local
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/utils/
H A Dfind_usb_devices.py330 def GetPhysicalPortToNodeMap(hub, hub_type): argument
343 def GetPhysicalPortToBusDeviceMap(hub, hub_type): argument
359 def GetPhysicalPortToSerialMap(hub, hub_type): argument
/aosp_15_r20/device/google/contexthub/contexthubhal/test/
Dmain.cpp73 explicit Client(const context_hub_t *hub, CHub *parent) { in Client()
101 CHub *hub = static_cast<CHub*>(cookie); in contextHubCallback() local
182 CHub *hub = CHub::instantiate(); in NanoClient() local
/aosp_15_r20/external/google-cloud-java/java-networkconnectivity/google-cloud-networkconnectivity/src/main/java/com/google/cloud/networkconnectivity/v1/
H A DHubServiceClient.java471 LocationName parent, Hub hub, String hubId) { in createHubAsync()
507 String parent, Hub hub, String hubId) { in createHubAsync()
633 Hub hub, FieldMask updateMask) { in updateHubAsync()
/aosp_15_r20/external/google-cloud-java/java-networkconnectivity/google-cloud-networkconnectivity/src/main/java/com/google/cloud/networkconnectivity/v1alpha1/
H A DHubServiceClient.java473 LocationName parent, Hub hub, String hubId) { in createHubAsync()
509 String parent, Hub hub, String hubId) { in createHubAsync()
635 Hub hub, FieldMask updateMask) { in updateHubAsync()
/aosp_15_r20/external/googleapis/google/cloud/networkconnectivity/v1alpha1/
H A Dhub.proto318 Hub hub = 3 [(google.api.field_behavior) = REQUIRED]; field
346 Hub hub = 2 [(google.api.field_behavior) = REQUIRED]; field
/aosp_15_r20/external/google-cloud-java/java-networkconnectivity/proto-google-cloud-networkconnectivity-v1alpha1/src/main/proto/google/cloud/networkconnectivity/v1alpha1/
H A Dhub.proto318 Hub hub = 3 [(google.api.field_behavior) = REQUIRED]; field
346 Hub hub = 2 [(google.api.field_behavior) = REQUIRED]; field
/aosp_15_r20/external/google-cloud-java/java-networkconnectivity/proto-google-cloud-networkconnectivity-v1/src/main/proto/google/cloud/networkconnectivity/v1/
H A Dhub.proto388 Hub hub = 3 [(google.api.field_behavior) = REQUIRED]; field
420 Hub hub = 2 [(google.api.field_behavior) = REQUIRED]; field
/aosp_15_r20/hardware/interfaces/contexthub/aidl/default/
H A DContextHub.cpp68 ContextHubInfo hub = {}; in getContextHubs() local
194 ContextHubInfo hub = {}; in getHubs() local
/aosp_15_r20/external/crosvm/devices/src/usb/xhci/
H A Ddevice_slot.rs115 hub: Arc<UsbHub>, field
175 let hub = self.hub.clone(); in stop_all_and_reset() localVariable
287 hub: Arc<UsbHub>, field
/aosp_15_r20/external/google-cloud-java/java-networkconnectivity/samples/snippets/generated/com/google/cloud/networkconnectivity/v1alpha1/hubservice/updatehub/
H A DSyncUpdateHubHubFieldmask.java37 Hub hub = Hub.newBuilder().build(); in syncUpdateHubHubFieldmask() local
/aosp_15_r20/external/google-cloud-java/java-networkconnectivity/samples/snippets/generated/com/google/cloud/networkconnectivity/v1/hubservice/updatehub/
H A DSyncUpdateHubHubFieldmask.java37 Hub hub = Hub.newBuilder().build(); in syncUpdateHubHubFieldmask() local
/aosp_15_r20/external/google-cloud-java/java-networkconnectivity/samples/snippets/generated/com/google/cloud/networkconnectivity/v1alpha1/hubservice/createhub/
H A DSyncCreateHubStringHubString.java38 Hub hub = Hub.newBuilder().build(); in syncCreateHubStringHubString() local
H A DSyncCreateHubLocationnameHubString.java38 Hub hub = Hub.newBuilder().build(); in syncCreateHubLocationnameHubString() local
/aosp_15_r20/external/google-cloud-java/java-networkconnectivity/samples/snippets/generated/com/google/cloud/networkconnectivity/v1/hubservice/createhub/
H A DSyncCreateHubStringHubString.java38 Hub hub = Hub.newBuilder().build(); in syncCreateHubStringHubString() local
/aosp_15_r20/hardware/interfaces/contexthub/common/vts/
H A DVtsHalContexthubUtilsHidl.h53 for (const V1_0::ContextHub& hub : hubs) { in getHalAndHubIdList() local

1234