Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/rust/
Dinput_filter.rs265 let input_filter = InputFilter::new(Strong::new(Box::new(test_callbacks))); in test_not_enabled_with_default_filter() localVariable
274 let input_filter = InputFilter::new(Strong::new(Box::new(test_callbacks.clone()))); in test_notify_key_with_no_filters() localVariable
284 let input_filter = InputFilter::create_input_filter( in test_notify_key_with_filter() localVariable
297 let input_filter = InputFilter::create_input_filter( in test_notify_devices_changed() localVariable
314 let input_filter = InputFilter::new(Strong::new(Box::new(test_callbacks))); in test_notify_configuration_changed_enabled_bounce_keys() localVariable
328 let input_filter = InputFilter::new(Strong::new(Box::new(test_callbacks))); in test_notify_configuration_changed_enabled_sticky_keys() localVariable
342 let input_filter = InputFilter::new(Strong::new(Box::new(test_callbacks))); in test_notify_configuration_changed_enabled_slow_keys() localVariable
357 let input_filter = InputFilter::create_input_filter( in test_notify_configuration_changed_destroys_existing_filters() localVariable
Dlib.rs23 mod input_filter; module