Home
last modified time | relevance | path

Searched defs:WirelessAdaptorImpl (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/tools/netsim/rust/daemon/src/wireless/
H A Dwireless_adaptor.rs24 pub type WirelessAdaptorImpl = Box<dyn WirelessAdaptor + Send + Sync>; typedef
76 pub fn new(create_param: &CreateParam, chip_id: ChipIdentifier) -> WirelessAdaptorImpl { in new()
H A Dmocked.rs61 pub fn new(create_params: &CreateParams, _chip_id: ChipIdentifier) -> WirelessAdaptorImpl { in new()
H A Dble_beacon.rs92 pub fn new(params: &CreateParams, chip_id: ChipIdentifier) -> WirelessAdaptorImpl { in new()
H A Duwb.rs137 pub fn new(_create_params: &CreateParams, chip_id: ChipIdentifier) -> WirelessAdaptorImpl { in new()
H A Dbluetooth.rs175 pub fn new(create_params: &CreateParams, chip_id: ChipIdentifier) -> WirelessAdaptorImpl { in new()
H A Dwifi.rs252 pub fn new(_params: &CreateParams, chip_id: ChipIdentifier) -> WirelessAdaptorImpl { in new()
/aosp_15_r20/tools/netsim/rust/daemon/src/devices/
H A Dchip.rs120 wireless_adaptor: WirelessAdaptorImpl, in new()
195 wireless_adaptor: WirelessAdaptorImpl, in new()
207 wireless_adaptor: WirelessAdaptorImpl, in new_chip()
H A Ddevice.rs201 wireless_adaptor: WirelessAdaptorImpl, in add_chip()