Searched refs:InputFilterThread (Results 1 – 4 of 4) sorted by relevance
51 pub struct InputFilterThread { struct67 impl InputFilterThread { argument70 pub fn new(thread_creator: InputFilterThreadCreator) -> InputFilterThread { in new() argument208 impl Interface for InputFilterThread {} implementation210 impl IInputThreadCallback for InputFilterThread { implementation277 use crate::input_filter_thread::{test_thread_callback::TestThreadCallback, InputFilterThread};330 fn get_thread(callbacks: TestCallbacks) -> InputFilterThread { in get_thread() argument331 InputFilterThread::new(InputFilterThreadCreator::new(Arc::new(RwLock::new(Strong::new( in get_thread()
22 use crate::input_filter_thread::{InputFilterThread, ThreadCallback};54 input_filter_thread: InputFilterThread,65 input_filter_thread: InputFilterThread, in new() argument245 use crate::input_filter_thread::InputFilterThread;535 test_thread: InputFilterThread, in setup_filter_with_external_device() argument554 test_thread: InputFilterThread, in setup_filter_with_internal_device() argument573 test_thread: InputFilterThread, in setup_filter_with_devices() argument582 fn get_thread(callbacks: TestCallbacks) -> InputFilterThread { in get_thread() argument583 InputFilterThread::new(InputFilterThreadCreator::new(Arc::new(RwLock::new(Strong::new( in get_thread()
31 use crate::input_filter_thread::InputFilterThread;69 input_filter_thread: InputFilterThread,90 input_filter_thread: InputFilterThread::new(InputFilterThreadCreator::new(callbacks)), in create_input_filter()
42 class InputFilterThread : public BnInputThread { class44 InputFilterThread(std::shared_ptr<IInputThreadCallback> callback) : mCallback(callback) { in InputFilterThread() function in android::__anon55f6dd1b0111::InputFilterThread104 *aidl_return = ndk::SharedRefBase::make<InputFilterThread>(callback); in createInputFilterThread()