Searched defs:input_filter (Results 1 – 2 of 2) sorted by relevance
265 let input_filter = InputFilter::new(Strong::new(Box::new(test_callbacks))); in test_not_enabled_with_default_filter() localVariable274 let input_filter = InputFilter::new(Strong::new(Box::new(test_callbacks.clone()))); in test_notify_key_with_no_filters() localVariable284 let input_filter = InputFilter::create_input_filter( in test_notify_key_with_filter() localVariable297 let input_filter = InputFilter::create_input_filter( in test_notify_devices_changed() localVariable314 let input_filter = InputFilter::new(Strong::new(Box::new(test_callbacks))); in test_notify_configuration_changed_enabled_bounce_keys() localVariable328 let input_filter = InputFilter::new(Strong::new(Box::new(test_callbacks))); in test_notify_configuration_changed_enabled_sticky_keys() localVariable342 let input_filter = InputFilter::new(Strong::new(Box::new(test_callbacks))); in test_notify_configuration_changed_enabled_slow_keys() localVariable357 let input_filter = InputFilter::create_input_filter( in test_notify_configuration_changed_destroys_existing_filters() localVariable
23 mod input_filter; module