Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/tests/
Dintegration.rs671 struct Bools { struct
672 binder_died: Arc<AtomicBool>,
673 binder_dealloc: Arc<AtomicBool>,
676 impl Bools { implementation
697 fn register_death_notification(binder: &mut SpIBinder) -> (Bools, DeathRecipient) { in register_death_notification()