Home
last modified time | relevance | path

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

/external/rust/pica/src/bin/http-server/
Dmain.rs263 cmd_tx: mpsc::Sender<PicaCommand>, in http_create_anchor()
304 cmd_tx: mpsc::Sender<PicaCommand>, in http_destroy_anchor()
428 cmd_tx: mpsc::Sender<PicaCommand>, in http_request()
478 async fn serve(context: Context, tx: mpsc::Sender<PicaCommand>, web_port: u16) -> Result<()> { in serve()
498 async fn listen(tx: mpsc::Sender<PicaCommand>, uci_port: u16) -> Result<()> { in listen()
/external/rust/pica/src/
Dlib.rs93 pub enum PicaCommand { enum
116 impl Display for PicaCommand { implementation
206 pub fn commands(&self) -> mpsc::Sender<PicaCommand> { in commands()
242 cmd_tx: mpsc::Sender<PicaCommand>, in read_routine()
525 fn pica_command(&mut self, command: PicaCommand) { in pica_command()
Ddevice.rs120 pica_tx: mpsc::Sender<PicaCommand>, in new()
/external/rust/pica/src/bin/
Dmain.rs27 async fn accept_incoming(cmd_tx: mpsc::Sender<PicaCommand>, uci_port: u16) -> Result<()> { in accept_incoming()