Searched defs:Events (Results 1 – 4 of 4) sorted by relevance
91 pub struct Events { struct97 impl Events { impl136 impl Events { impl
72 Events, enumerator
828 pub fn spawn_shutdown_publisher(events_rx: Receiver<Event>, events: Arc<Events>) { in spawn_shutdown_publisher()836 events: Arc<Events>, in spawn_shutdown_publisher_with_timeout()1018 fn spawn_shutdown_publisher_test_setup(timeout: u64) -> (Arc<Events>, Receiver<Event>) { in spawn_shutdown_publisher_test_setup()
102 static class Events { class in Sl4aBluetoothUtil