Home
last modified time | relevance | path

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

/system/nfc/src/rust/hal/
Dhal.rs41 pub in_cmd_rx: UnboundedReceiver<NciPacket>, field
115 let (in_cmd_tx, in_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.rs331 Some(cmd) = hc.in_cmd_rx.recv() => { in dispatch()