Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/rust/
H A Dinput_filter.rs396 struct TestFilterInner { struct
397 is_device_changed_called: bool,
398 last_event: Option<KeyEvent>,
399 is_destroy_called: bool,
410 fn inner(&mut self) -> RwLockWriteGuard<'_, TestFilterInner> { in inner() argument