Searched defs:IInputThread (Results 1 – 7 of 7) sorted by relevance
23 pub trait IInputThread: binder::Interface + Send { trait239 fn on_transact(_aidl_service: &dyn IInputThread, _aidl_code: binder::binder_impl::TransactionCode, … in on_transact()
39 interface IInputThread { interface
28 class IInputThread; variable
1065 pub mod IInputThread { module1088 pub trait IInputThread: binder::Interface + Send { interface1304 …fn on_transact(_aidl_service: &dyn IInputThread, _aidl_code: binder::binder_impl::TransactionCode,… in on_transact()
242 ) -> Strong<dyn IInputThread> { in create()540 ) -> std::result::Result<Strong<dyn IInputThread>, binder::Status> { in createInputFilterThread()
187 IInputThread::IInputThread() {} in IInputThread() function in aidl::com::android::server::inputflinger::IInputThread
646 …InputThreadCallback>& /*in_callback*/, std::shared_ptr<::aidl::com::android::server::inputflinger:… in createInputFilterThread()