Home
last modified time | relevance | path

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

/packages/modules/Nfc/libnfc-nci/src/rust/nci/
Dnci.rs80 struct QueuedCommand { struct
87 cmd_tx: Sender<QueuedCommand>, argument
321 mut cmd_rx: Receiver<QueuedCommand>, in dispatch()