Home
last modified time | relevance | path

Searched refs:out_cmd_tx (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/rust/hal/
Dhal.rs39 pub out_cmd_tx: UnboundedSender<NciPacket>, field
114 let (out_cmd_tx, out_cmd_rx) = unbounded_channel(); in new()
121 Hal { hal_events, out_cmd_tx, in_cmd_rx, out_data_tx, in_data_rx }, in new()
/system/nfc/src/rust/nci/
Dnci.rs375 if let Err(e) = hc.out_cmd_tx.send(queued.pending.cmd.clone().into()) { in dispatch()