Home
last modified time | relevance | path

Searched defs:IInputThread (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/inputflinger/aidl/com.android.server.inputflinger-rust-source/gen/com/android/server/inputflinger/
DIInputThread.rs23 pub trait IInputThread: binder::Interface + Send { trait
239 fn on_transact(_aidl_service: &dyn IInputThread, _aidl_code: binder::binder_impl::TransactionCode, … in on_transact()
/aosp_15_r20/frameworks/native/services/inputflinger/aidl/com/android/server/inputflinger/
H A DIInputThread.aidl39 interface IInputThread { interface
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/inputflinger/aidl/com.android.server.inputflinger-ndk-source/gen/include/aidl/com/android/server/inputflinger/
DIInputFilter.h28 class IInputThread; variable
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/inputflinger/aidl/com.android.server.inputflinger-rust/android_arm64_armv8-2a_cortex-a55_source/
Dcom_android_server_inputflinger.rs1065 pub mod IInputThread { module
1088 pub trait IInputThread: binder::Interface + Send { interface
1304 …fn on_transact(_aidl_service: &dyn IInputThread, _aidl_code: binder::binder_impl::TransactionCode,… in on_transact()
/aosp_15_r20/frameworks/native/services/inputflinger/rust/
H A Dinput_filter.rs242 ) -> Strong<dyn IInputThread> { in create()
540 ) -> std::result::Result<Strong<dyn IInputThread>, binder::Status> { in createInputFilterThread()
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/inputflinger/aidl/com.android.server.inputflinger-ndk-source/gen/com/android/server/inputflinger/
DIInputThread.cpp187 IInputThread::IInputThread() {} in IInputThread() function in aidl::com::android::server::inputflinger::IInputThread
DIInputFilter.cpp646 …InputThreadCallback>& /*in_callback*/, std::shared_ptr<::aidl::com::android::server::inputflinger:… in createInputFilterThread()