Searched refs:init_tx (Results 1 – 1 of 1) sorted by relevance
21 let (init_tx, mut init_rx) = unbounded_channel(); in provide_hidl_hal()23 init_tx, in provide_hidl_hal()60 init_tx: UnboundedSender<()>, field72 callbacks.as_ref().unwrap().init_tx.send(()).unwrap(); in on_init_complete()