Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/rust/
Dinput_filter_thread.rs89 let filter_thread = &mut self.filter_thread(); in request_timeout_at_time() localVariable
156 let filter_thread = &mut self.filter_thread(); in set_finishing() localVariable
165 let filter_thread = &mut self.filter_thread(); in loop_once() localVariable
185 fn filter_thread(&self) -> RwLockWriteGuard<'_, InputFilterThreadInner> { in filter_thread() method