Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/rust/
H A 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
H A Dlib.rs23 mod input_filter; module
/aosp_15_r20/external/autotest/client/common_lib/
H A Dpexpect.py1459 def interact(self, escape_character = chr(29), input_filter = None, output_filter = None): argument
1521 def __interact_copy(self, escape_character = None, input_filter = None, output_filter = None): argument
/aosp_15_r20/external/vixl/tools/test_generator/
H A Dgenerator.py138 input_filter, operand_limit, input_limit, it_condition): argument
/aosp_15_r20/external/libevent/
H A Dbufferevent_filter.c171 bufferevent_filter_cb input_filter, in bufferevent_filter_new()