Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/
Devents.rs91 pub struct Events { struct
97 impl Events { impl
136 impl Events { impl
/tools/security/fuzzing/orphans/android_logger/
Dandroid_logger_fuzzer.rs72 Events, enumerator
/tools/netsim/rust/daemon/src/devices/
Ddevices_handler.rs828 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()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java102 static class Events { class in Sl4aBluetoothUtil