Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/
H A DInputListener.cpp70 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 DInputFilter.cpp71 void InputFilter::notifyKey(const NotifyKeyArgs& args) { in notifyKey() function in android::InputFilter
H A DInputDeviceMetricsCollector.cpp136 void InputDeviceMetricsCollector::notifyKey(const NotifyKeyArgs& args) { in notifyKey() function in android::InputDeviceMetricsCollector
H A DInputProcessor.cpp422 void InputProcessor::notifyKey(const NotifyKeyArgs& args) { in notifyKey() function in android::InputProcessor
H A DUnwantedInteractionBlocker.cpp345 void UnwantedInteractionBlocker::notifyKey(const NotifyKeyArgs& args) { in notifyKey() function in android::UnwantedInteractionBlocker
H A DPointerChoreographer.cpp168 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/
DIInputFilter.cpp146 ::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/
DBnInputFilter.h43 …::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 DIInputFilter.aidl50 void notifyKey(in KeyEvent event); in notifyKey() method
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DTestInputListener.cpp186 void TestInputListener::notifyKey(const NotifyKeyArgs& args) { in notifyKey() function in android::TestInputListener
H A DPointerChoreographer_test.cpp2417 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 DMapperHelpers.h316 void notifyKey(const NotifyKeyArgs& args) override {} in notifyKey() function
/aosp_15_r20/frameworks/native/services/inputflinger/rust/
H A Dinput_filter.rs100 fn notifyKey(&self, event: &KeyEvent) -> binder::Result<()> { in notifyKey() method
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp4473 void InputDispatcher::notifyKey(const NotifyKeyArgs& args) { in notifyKey() function in android::inputdispatcher::InputDispatcher