Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/rust/
H A Dinput_filter_thread.rs51 pub struct InputFilterThread { struct
52 thread_creator: InputFilterThreadCreator, argument
54 inner: Arc<RwLock<InputFilterThreadInner>>, argument
67 impl InputFilterThread { argument
70 pub fn new(thread_creator: InputFilterThreadCreator) -> InputFilterThread { in new()
208 impl Interface for InputFilterThread {} implementation
210 impl IInputThreadCallback for InputFilterThread { implementation
330 fn get_thread(callbacks: TestCallbacks) -> InputFilterThread { in get_thread()
H A Dslow_keys_filter.rs65 input_filter_thread: InputFilterThread, in new()
535 test_thread: InputFilterThread, in setup_filter_with_external_device()
554 test_thread: InputFilterThread, in setup_filter_with_internal_device()
573 test_thread: InputFilterThread, in setup_filter_with_devices()
582 fn get_thread(callbacks: TestCallbacks) -> InputFilterThread { in get_thread()
/aosp_15_r20/frameworks/native/services/inputflinger/
H A DInputFilterCallbacks.cpp42 class InputFilterThread : public BnInputThread { class
44 InputFilterThread(std::shared_ptr<IInputThreadCallback> callback) : mCallback(callback) { in InputFilterThread() function in android::__anon55f6dd1b0111::InputFilterThread