/frameworks/native/services/inputflinger/include/ |
D | NotifyArgs.h | 168 struct NotifySwitchArgs { struct 176 inline NotifySwitchArgs() {} in NotifySwitchArgs() argument 178 NotifySwitchArgs(int32_t id, nsecs_t eventTime, uint32_t policyFlags, uint32_t switchValues, 181 NotifySwitchArgs(const NotifySwitchArgs& other) = default; 182 NotifySwitchArgs& operator=(const NotifySwitchArgs&) = default; argument 184 bool operator==(const NotifySwitchArgs& rhs) const = default; 238 NotifyMotionArgs, NotifySensorArgs, NotifySwitchArgs, NotifyDeviceResetArgs,
|
D | InputListener.h | 44 virtual void notifySwitch(const NotifySwitchArgs& args) = 0; 66 virtual void notifySwitch(const NotifySwitchArgs& args) override; 90 virtual void notifySwitch(const NotifySwitchArgs& args) override;
|
/frameworks/native/services/inputflinger/tests/ |
D | TestInputListener.h | 68 void assertNotifySwitchWasCalled(NotifySwitchArgs* outEventArgs = nullptr); 96 virtual void notifySwitch(const NotifySwitchArgs& args) override; 114 std::vector<NotifySwitchArgs>, //
|
D | TestInputListener.cpp | 112 void TestInputListener::assertNotifySwitchWasCalled(NotifySwitchArgs* outEventArgs) { in assertNotifySwitchWasCalled() 114 assertCalled<NotifySwitchArgs>(outEventArgs, in assertNotifySwitchWasCalled() 211 void TestInputListener::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() 212 addToQueue<NotifySwitchArgs>(args); in notifySwitch()
|
D | InputProcessor_test.cpp | 106 NotifySwitchArgs args(/*sequenceNum=*/1, /*eventTime=*/2, /*policyFlags=*/3, in TEST_F() 110 NotifySwitchArgs outArgs; in TEST_F()
|
D | FakeInputDispatcherPolicy.h | 70 void assertNotifySwitchWasCalled(const NotifySwitchArgs& args); 126 std::optional<NotifySwitchArgs> mLastNotifySwitch GUARDED_BY(mLock);
|
D | FakeInputDispatcherPolicy.cpp | 64 void FakeInputDispatcherPolicy::assertNotifySwitchWasCalled(const NotifySwitchArgs& args) { in assertNotifySwitchWasCalled() 450 NotifySwitchArgs(InputEvent::nextId(), when, policyFlags, switchValues, switchMask); in notifySwitch()
|
D | UnwantedInteractionBlocker_test.cpp | 462 NotifySwitchArgs args(/*sequenceNum=*/1, /*eventTime=*/2, /*policyFlags=*/3, in TEST_F() 466 NotifySwitchArgs outArgs; in TEST_F()
|
D | PointerChoreographer_test.cpp | 205 NotifySwitchArgs{}, in TEST_F() 229 [&](const NotifySwitchArgs& args) { in TEST_F()
|
/frameworks/native/services/inputflinger/ |
D | InputListener.cpp | 53 [&](const NotifySwitchArgs& args) { notifySwitch(args); }, in notify() 83 void QueuedInputListener::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch() 143 void TracedInputListener::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch()
|
D | NotifyArgs.cpp | 150 NotifySwitchArgs::NotifySwitchArgs(int32_t id, nsecs_t eventTime, uint32_t policyFlags, in NotifySwitchArgs() function in android::NotifySwitchArgs 205 [&](const NotifySwitchArgs&) { return "NotifySwitchArgs"; }, in toString()
|
D | InputFilter.h | 59 void notifySwitch(const NotifySwitchArgs& args) override;
|
D | UnwantedInteractionBlocker.h | 97 void notifySwitch(const NotifySwitchArgs& args) override;
|
D | InputFilter.cpp | 86 void InputFilter::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch()
|
D | InputProcessor.h | 252 void notifySwitch(const NotifySwitchArgs& args) override;
|
D | InputDeviceMetricsCollector.h | 113 void notifySwitch(const NotifySwitchArgs& args) override;
|
D | PointerChoreographer.h | 111 void notifySwitch(const NotifySwitchArgs& args) override;
|
D | InputDeviceMetricsCollector.cpp | 168 void InputDeviceMetricsCollector::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch()
|
D | InputProcessor.cpp | 468 void InputProcessor::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch()
|
D | UnwantedInteractionBlocker.cpp | 394 void UnwantedInteractionBlocker::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch()
|
D | PointerChoreographer.cpp | 418 void PointerChoreographer::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | SwitchInputMapper.cpp | 63 out.push_back(NotifySwitchArgs(getContext()->getNextId(), when, /*policyFlags=*/0, in sync()
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | MapperHelpers.h | 299 void notifySwitch(const NotifySwitchArgs& args) override {} in notifySwitch()
|
/frameworks/native/services/inputflinger/reader/ |
D | InputDevice.cpp | 427 } else if (const auto notifySwitchArgs = std::get_if<NotifySwitchArgs>(&arg)) { in postProcess()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.h | 103 void notifySwitch(const NotifySwitchArgs& args) override;
|