Home
last modified time | relevance | path

Searched defs:ProtoChip (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/tools/netsim/rust/daemon/src/wireless/
H A Dmocked.rs39 fn get(&self) -> ProtoChip { in get()
45 fn patch(&self, _chip: &ProtoChip) {} in patch()
H A Dwireless_adaptor.rs62 fn get(&self) -> ProtoChip; in get()
67 fn patch(&self, chip: &ProtoChip); in patch()
H A Dble_beacon.rs63 fn get(&self) -> ProtoChip { in get()
72 fn patch(&self, chip: &ProtoChip) { in patch()
H A Duwb.rs94 fn get(&self) -> ProtoChip { in get()
106 fn patch(&self, chip: &ProtoChip) { in patch()
H A Dbluetooth.rs106 fn get(&self) -> ProtoChip { in get()
132 fn patch(&self, chip: &ProtoChip) { in patch()
H A Dwifi.rs216 fn get(&self) -> ProtoChip { in get()
226 fn patch(&self, patch: &ProtoChip) { in patch() method
/aosp_15_r20/tools/netsim/rust/daemon/src/devices/
H A Dchip.rs146 pub fn get(&self) -> Result<ProtoChip, String> { in get()