Home
last modified time | relevance | path

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

/system/nfc/src/rust/hal/
Dhal.rs45 pub in_data_rx: UnboundedReceiver<DataPacket>, field
117 let (in_data_tx, in_data_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.rs388 Some(data) = hc.in_data_rx.recv() => lcons.send_callback(data).await, in dispatch()