/frameworks/native/services/inputflinger/include/ |
D | NotifyArgs.h | 58 struct NotifyKeyArgs { struct 74 inline NotifyKeyArgs() {} in NotifyKeyArgs() argument 76 NotifyKeyArgs(int32_t id, nsecs_t eventTime, nsecs_t readTime, int32_t deviceId, 81 bool operator==(const NotifyKeyArgs& rhs) const = default; 83 NotifyKeyArgs(const NotifyKeyArgs& other) = default; 84 NotifyKeyArgs& operator=(const NotifyKeyArgs&) = default; argument 237 std::variant<NotifyInputDevicesChangedArgs, NotifyConfigurationChangedArgs, NotifyKeyArgs,
|
D | InputListener.h | 42 virtual void notifyKey(const NotifyKeyArgs& args) = 0; 64 virtual void notifyKey(const NotifyKeyArgs& args) override; 88 virtual void notifyKey(const NotifyKeyArgs& args) override;
|
D | NotifyArgsBuilders.h | 216 NotifyKeyArgs build() const { in build()
|
/frameworks/native/services/inputflinger/tests/ |
D | TestInputListener.cpp | 77 void TestInputListener::assertNotifyKeyWasCalled(NotifyKeyArgs* outEventArgs) { in assertNotifyKeyWasCalled() 79 assertCalled<NotifyKeyArgs>(outEventArgs, "Expected notifyKey() to have been called.")); in assertNotifyKeyWasCalled() 82 void TestInputListener::assertNotifyKeyWasCalled(const ::testing::Matcher<NotifyKeyArgs>& matcher) { in assertNotifyKeyWasCalled() 83 NotifyKeyArgs outEventArgs; in assertNotifyKeyWasCalled() 89 ASSERT_NO_FATAL_FAILURE(assertNotCalled<NotifyKeyArgs>("notifyKey() should not be called.")); in assertNotifyKeyWasNotCalled() 203 void TestInputListener::notifyKey(const NotifyKeyArgs& args) { in notifyKey() 204 addToQueue<NotifyKeyArgs>(args); in notifyKey()
|
D | TestInputListener.h | 54 void assertNotifyKeyWasCalled(NotifyKeyArgs* outEventArgs = nullptr); 56 void assertNotifyKeyWasCalled(const ::testing::Matcher<NotifyKeyArgs>& matcher); 92 virtual void notifyKey(const NotifyKeyArgs& args) override; 112 std::vector<NotifyKeyArgs>, //
|
D | TestEventMatchers.h | 55 bool MatchAndExplain(const NotifyKeyArgs& args, std::ostream*) const { in MatchAndExplain() 83 bool MatchAndExplain(const NotifyKeyArgs& args, std::ostream*) const { in MatchAndExplain() 154 bool MatchAndExplain(const NotifyKeyArgs& args, std::ostream*) const { in MatchAndExplain() 184 bool MatchAndExplain(const NotifyKeyArgs& args, std::ostream*) const { in MatchAndExplain() 218 bool MatchAndExplain(const NotifyKeyArgs& args, std::ostream*) const { in MatchAndExplain() 254 bool MatchAndExplain(const NotifyKeyArgs& args, std::ostream*) const { in MatchAndExplain() 521 bool MatchAndExplain(const NotifyKeyArgs& args, std::ostream*) const { in MatchAndExplain() 553 bool MatchAndExplain(const NotifyKeyArgs& args, std::ostream*) const { in MatchAndExplain() 586 bool MatchAndExplain(const NotifyKeyArgs& args, std::ostream*) const { in MatchAndExplain()
|
D | InputProcessor_test.cpp | 82 NotifyKeyArgs args(/*sequenceNum=*/1, /*eventTime=*/2, /*readTime=*/21, /*deviceId=*/3, in TEST_F()
|
D | FakeInputDispatcherPolicy.h | 66 void assertFilterInputEventWasCalled(const NotifyKeyArgs& args);
|
/frameworks/native/services/inputflinger/ |
D | InputListener.cpp | 51 [&](const NotifyKeyArgs& args) { notifyKey(args); }, in notify() 75 void QueuedInputListener::notifyKey(const NotifyKeyArgs& args) { in notifyKey() 129 void TracedInputListener::notifyKey(const NotifyKeyArgs& args) { in notifyKey()
|
D | InputFilterCallbacks.cpp | 31 NotifyKeyArgs keyEventToNotifyKeyArgs(const AidlKeyEvent& event) { in keyEventToNotifyKeyArgs() 32 return NotifyKeyArgs(event.id, event.eventTime, event.readTime, event.deviceId, in keyEventToNotifyKeyArgs()
|
D | InputCommonConverter.h | 37 KeyEvent toKeyEvent(const NotifyKeyArgs&, int32_t repeatCount = 0,
|
D | NotifyArgs.cpp | 45 NotifyKeyArgs::NotifyKeyArgs(int32_t id, nsecs_t eventTime, nsecs_t readTime, int32_t deviceId, in NotifyKeyArgs() function in android::NotifyKeyArgs 202 [&](const NotifyKeyArgs&) { return "NotifyKeyArgs"; }, in toString()
|
D | InputFilter.cpp | 29 AidlKeyEvent notifyKeyArgsToKeyEvent(const NotifyKeyArgs& args) { in notifyKeyArgsToKeyEvent() 74 void InputFilter::notifyKey(const NotifyKeyArgs& args) { in notifyKey()
|
D | InputDeviceMetricsSource.h | 55 InputDeviceUsageSource getUsageSourceForKeyArgs(int32_t keyboardType, const NotifyKeyArgs&);
|
D | InputFilter.h | 57 void notifyKey(const NotifyKeyArgs& args) override;
|
D | InputDeviceMetricsSource.cpp | 31 const NotifyKeyArgs& keyArgs) { in getUsageSourceForKeyArgs()
|
D | PointerChoreographer.h | 109 void notifyKey(const NotifyKeyArgs& args) override; 133 void fadeMouseCursorOnKeyPress(const NotifyKeyArgs& args);
|
D | UnwantedInteractionBlocker.h | 95 void notifyKey(const NotifyKeyArgs& args) override;
|
D | InputProcessor.h | 250 void notifyKey(const NotifyKeyArgs& args) override;
|
D | InputDeviceMetricsCollector.h | 111 void notifyKey(const NotifyKeyArgs& args) override;
|
D | InputDeviceMetricsCollector.cpp | 145 void InputDeviceMetricsCollector::notifyKey(const NotifyKeyArgs& args) { in notifyKey()
|
D | PointerChoreographer.cpp | 172 void PointerChoreographer::notifyKey(const NotifyKeyArgs& args) { in notifyKey() 183 void PointerChoreographer::fadeMouseCursorOnKeyPress(const android::NotifyKeyArgs& args) { in fadeMouseCursorOnKeyPress()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchCursorInputMapperCommon.cpp | 38 out.push_back(NotifyKeyArgs(context->getNextId(), when, readTime, deviceId, source, in synthesizeButtonKey()
|
D | KeyboardInputMapper.cpp | 354 out.emplace_back(NotifyKeyArgs(getContext()->getNextId(), when, readTime, deviceId, mSource, in processKey() 481 out.emplace_back(NotifyKeyArgs(getContext()->getNextId(), when, in cancelAllDownKeys()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.h | 101 void notifyKey(const NotifyKeyArgs& args) override; 333 bool shouldSendKeyToInputFilterLocked(const NotifyKeyArgs& args) REQUIRES(mLock);
|