Home
last modified time | relevance | path

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

/aosp_15_r20/tools/netsim/rust/daemon/src/uwb/
H A Dranging_estimator.rs67 fn handle_to_netsim_model(&self, handle: &Handle) -> Option<(ChipIdentifier, ProtoDevice)> { in handle_to_netsim_model() argument
103 fn is_uwb_state_on(device: &ProtoDevice, chip_id: &ChipIdentifier) -> bool { in is_uwb_state_on()
119 fn create_proto_device_with_uwb_chip(uwb_state: bool) -> (ProtoDevice, ChipIdentifier) { in create_proto_device_with_uwb_chip()
/aosp_15_r20/tools/netsim/rust/daemon/src/devices/
H A Ddevice.rs79 pub fn get(&self, pose_manager: Arc<PoseManager>) -> Result<ProtoDevice, String> { in get()
H A Ddevices_handler.rs461 pub fn create_device(create_device_request: &CreateDeviceRequest) -> Result<ProtoDevice, String> { in create_device()