Home
last modified time | relevance | path

Searched refs:EndpointState (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/devices/src/usb/xhci/
Ddevice_slot.rs10 DeviceSlotState, EndpointContext, EndpointState, EvaluateContextCommandTrb,
335 == EndpointState::Running in ring_doorbell()
484 device_context.endpoint_context[0].set_endpoint_state(EndpointState::Running); in set_address()
711 .set_endpoint_state(EndpointState::Running); in add_one_endpoint()
719 ctx.endpoint_context[endpoint_index].set_endpoint_state(EndpointState::Disabled); in drop_one_endpoint()
Dxhci_abi.rs96 pub enum EndpointState { enum
837 endpoint_state: EndpointState,
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.h268 struct EndpointState { struct
315 std::map<std::string /*eds_service_name*/, EndpointState> endpoint_map_;
Dxds_client.cc217 EndpointState& state = ads_calld_->xds_client()->endpoint_map_[name_]; in OnTimerLocked()
1062 EndpointState& endpoint_state = in AcceptCdsUpdate()
1090 EndpointState& endpoint_state = in AcceptEdsUpdate()
1937 EndpointState& endpoint_state = endpoint_map_[eds_service_name_str]; in WatchEndpointData()
1958 EndpointState& endpoint_state = endpoint_map_[eds_service_name_str]; in CancelEndpointDataWatch()
2112 const EndpointState& endpoint_state = p.second; in NotifyOnErrorLocked()