/aosp_15_r20/frameworks/native/services/inputflinger/ |
H A D | InputListener.cpp | 70 void QueuedInputListener::notifyKey(const NotifyKeyArgs& args) { in notifyKey() function in android::QueuedInputListener 117 void TracedInputListener::notifyKey(const NotifyKeyArgs& args) { in notifyKey() function in android::TracedInputListener
|
H A D | InputFilter.cpp | 71 void InputFilter::notifyKey(const NotifyKeyArgs& args) { in notifyKey() function in android::InputFilter
|
H A D | InputDeviceMetricsCollector.cpp | 136 void InputDeviceMetricsCollector::notifyKey(const NotifyKeyArgs& args) { in notifyKey() function in android::InputDeviceMetricsCollector
|
H A D | InputProcessor.cpp | 422 void InputProcessor::notifyKey(const NotifyKeyArgs& args) { in notifyKey() function in android::InputProcessor
|
H A D | UnwantedInteractionBlocker.cpp | 345 void UnwantedInteractionBlocker::notifyKey(const NotifyKeyArgs& args) { in notifyKey() function in android::UnwantedInteractionBlocker
|
H A D | PointerChoreographer.cpp | 168 void PointerChoreographer::notifyKey(const NotifyKeyArgs& args) { in notifyKey() function in android::PointerChoreographer
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/inputflinger/aidl/com.android.server.inputflinger-ndk-source/gen/com/android/server/inputflinger/ |
D | IInputFilter.cpp | 146 ::ndk::ScopedAStatus BpInputFilter::notifyKey(const ::aidl::com::android::server::inputflinger::Key… in notifyKey() function in aidl::com::android::server::inputflinger::BpInputFilter 358 ::ndk::ScopedAStatus IInputFilterDefault::notifyKey(const ::aidl::com::android::server::inputflinge… in notifyKey() function in aidl::com::android::server::inputflinger::IInputFilterDefault
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/inputflinger/aidl/com.android.server.inputflinger-ndk-source/gen/include/aidl/com/android/server/inputflinger/ |
D | BnInputFilter.h | 43 …::ndk::ScopedAStatus notifyKey(const ::aidl::com::android::server::inputflinger::KeyEvent& in_even… in notifyKey() function
|
/aosp_15_r20/frameworks/native/services/inputflinger/aidl/com/android/server/inputflinger/ |
H A D | IInputFilter.aidl | 50 void notifyKey(in KeyEvent event); in notifyKey() method
|
/aosp_15_r20/frameworks/native/services/inputflinger/tests/ |
H A D | TestInputListener.cpp | 186 void TestInputListener::notifyKey(const NotifyKeyArgs& args) { in notifyKey() function in android::TestInputListener
|
H A D | PointerChoreographer_test.cpp | 2417 void notifyKey(ui::LogicalDisplayId targetDisplay, int32_t keyCode, in notifyKey() function in android::PointerVisibilityAndTouchpadTapStateOnKeyPressTestFixture
|
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/ |
H A D | MapperHelpers.h | 316 void notifyKey(const NotifyKeyArgs& args) override {} in notifyKey() function
|
/aosp_15_r20/frameworks/native/services/inputflinger/rust/ |
H A D | input_filter.rs | 100 fn notifyKey(&self, event: &KeyEvent) -> binder::Result<()> { in notifyKey() method
|
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/ |
H A D | InputDispatcher.cpp | 4473 void InputDispatcher::notifyKey(const NotifyKeyArgs& args) { in notifyKey() function in android::inputdispatcher::InputDispatcher
|