Home
last modified time | relevance | path

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

/aosp_15_r20/tools/netsim/rust/daemon/src/devices/
H A Ddevices_handler.rs1071 struct TestChipParameters { struct
1072 device_guid: String,
1073 device_name: String,
1074 chip_kind: ProtoChipKind,
1075 chip_name: String,
1076 chip_manufacturer: String,
1077 chip_product_name: String,
1078 device_info: ProtoDeviceInfo,
1081 impl TestChipParameters { impl