Home
last modified time | relevance | path

Searched defs:notifyKey (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/services/inputflinger/aidl/com/android/server/inputflinger/
DIInputFilter.aidl50 void notifyKey(in KeyEvent event); in notifyKey() method
/frameworks/native/services/inputflinger/
DInputListener.cpp75 void QueuedInputListener::notifyKey(const NotifyKeyArgs& args) { in notifyKey() function in android::QueuedInputListener
129 void TracedInputListener::notifyKey(const NotifyKeyArgs& args) { in notifyKey() function in android::TracedInputListener
DInputFilter.cpp74 void InputFilter::notifyKey(const NotifyKeyArgs& args) { in notifyKey() function in android::InputFilter
DInputDeviceMetricsCollector.cpp145 void InputDeviceMetricsCollector::notifyKey(const NotifyKeyArgs& args) { in notifyKey() function in android::InputDeviceMetricsCollector
DInputProcessor.cpp428 void InputProcessor::notifyKey(const NotifyKeyArgs& args) { in notifyKey() function in android::InputProcessor
DUnwantedInteractionBlocker.cpp351 void UnwantedInteractionBlocker::notifyKey(const NotifyKeyArgs& args) { in notifyKey() function in android::UnwantedInteractionBlocker
DPointerChoreographer.cpp172 void PointerChoreographer::notifyKey(const NotifyKeyArgs& args) { in notifyKey() function in android::PointerChoreographer
/frameworks/native/services/inputflinger/tests/
DTestInputListener.cpp203 void TestInputListener::notifyKey(const NotifyKeyArgs& args) { in notifyKey() function in android::TestInputListener
DPointerChoreographer_test.cpp2314 void notifyKey(ui::LogicalDisplayId targetDisplay, int32_t keyCode, in notifyKey() function in android::PointerVisibilityOnKeyPressTest
/frameworks/native/services/inputflinger/rust/
Dinput_filter.rs89 fn notifyKey(&self, event: &KeyEvent) -> binder::Result<()> { in notifyKey() method
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h297 void notifyKey(const NotifyKeyArgs& args) override {} in notifyKey() function
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp4465 void InputDispatcher::notifyKey(const NotifyKeyArgs& args) { in notifyKey() function in android::inputdispatcher::InputDispatcher