Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs504 pub struct SigData { struct
505 pub enabled: Mutex<bool>,
506 pub enabled_notify: Condvar,
508 pub thread_attached: Mutex<bool>,
509 pub thread_notify: Condvar,
641 sig_notifier: Arc<SigData>, in new()