Searched defs:WirelessAdaptorImpl (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/tools/netsim/rust/daemon/src/wireless/ |
H A D | wireless_adaptor.rs | 24 pub type WirelessAdaptorImpl = Box<dyn WirelessAdaptor + Send + Sync>; typedef 76 pub fn new(create_param: &CreateParam, chip_id: ChipIdentifier) -> WirelessAdaptorImpl { in new()
|
H A D | mocked.rs | 61 pub fn new(create_params: &CreateParams, _chip_id: ChipIdentifier) -> WirelessAdaptorImpl { in new()
|
H A D | ble_beacon.rs | 92 pub fn new(params: &CreateParams, chip_id: ChipIdentifier) -> WirelessAdaptorImpl { in new()
|
H A D | uwb.rs | 137 pub fn new(_create_params: &CreateParams, chip_id: ChipIdentifier) -> WirelessAdaptorImpl { in new()
|
H A D | bluetooth.rs | 175 pub fn new(create_params: &CreateParams, chip_id: ChipIdentifier) -> WirelessAdaptorImpl { in new()
|
H A D | wifi.rs | 252 pub fn new(_params: &CreateParams, chip_id: ChipIdentifier) -> WirelessAdaptorImpl { in new()
|
/aosp_15_r20/tools/netsim/rust/daemon/src/devices/ |
H A D | chip.rs | 120 wireless_adaptor: WirelessAdaptorImpl, in new() 195 wireless_adaptor: WirelessAdaptorImpl, in new() 207 wireless_adaptor: WirelessAdaptorImpl, in new_chip()
|
H A D | device.rs | 201 wireless_adaptor: WirelessAdaptorImpl, in add_chip()
|