Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/binder/rust/tests/
H A Dintegration.rs673 binder_dealloc: Arc<AtomicBool>, field
699 let binder_dealloc = Arc::new(AtomicBool::new(false)); in register_death_notification() localVariable
702 binder_dealloc: Arc<AtomicBool>, in register_death_notification() field