Searched refs:out_cmd_rx (Results 1 – 3 of 3) sorted by relevance
/system/nfc/src/rust/hal/ |
D | hal.rs | 106 pub out_cmd_rx: UnboundedReceiver<NciPacket>, field 114 let (out_cmd_tx, out_cmd_rx) = unbounded_channel(); in new() 122 Self { out_cmd_rx, in_cmd_tx, out_data_rx, in_data_tx }, in new()
|
D | rootcanal_hal.rs | 43 inner_hal.out_cmd_rx, in init() 94 mut out_cmd_rx: UnboundedReceiver<NciPacket>, in dispatch_outgoing() 103 Some(cmd) = out_cmd_rx.recv() => write_nci(&mut writer, cmd).await?, in dispatch_outgoing()
|
D | hidl_hal.rs | 43 inner_hal.out_cmd_rx, in init() 157 mut out_cmd_rx: UnboundedReceiver<NciPacket>, in dispatch_outgoing() 163 Some(cmd) = out_cmd_rx.recv() => ffi::send_command(&cmd.encode_to_bytes().unwrap()), in dispatch_outgoing()
|