/frameworks/native/services/inputflinger/include/ |
D | NotifyArgs.h | 28 struct NotifyInputDevicesChangedArgs { struct 32 inline NotifyInputDevicesChangedArgs() {} in NotifyInputDevicesChangedArgs() argument 34 NotifyInputDevicesChangedArgs(int32_t id, std::vector<InputDeviceInfo> infos); 36 bool operator==(const NotifyInputDevicesChangedArgs& rhs) const = default; 38 NotifyInputDevicesChangedArgs(const NotifyInputDevicesChangedArgs& other) = default; 39 NotifyInputDevicesChangedArgs& operator=(const NotifyInputDevicesChangedArgs&) = default; argument 237 std::variant<NotifyInputDevicesChangedArgs, NotifyConfigurationChangedArgs, NotifyKeyArgs,
|
D | InputListener.h | 40 virtual void notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) = 0; 62 virtual void notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) override; 86 virtual void notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) override;
|
/frameworks/native/services/inputflinger/tests/ |
D | TestInputListener.h | 39 NotifyInputDevicesChangedArgs* outEventArgs = nullptr); 86 virtual void notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) override; 109 std::tuple<std::vector<NotifyInputDevicesChangedArgs>, //
|
D | TestInputListener.cpp | 33 NotifyInputDevicesChangedArgs* outEventArgs) { in assertNotifyInputDevicesChangedWasCalled() 35 assertCalled<NotifyInputDevicesChangedArgs>(outEventArgs, in assertNotifyInputDevicesChangedWasCalled() 191 void TestInputListener::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged() 192 addToQueue<NotifyInputDevicesChangedArgs>(args); in notifyInputDevicesChanged()
|
D | UnwantedInteractionBlocker_test.cpp | 594 NotifyInputDevicesChangedArgs deviceChangedArgs = {/*id=*/0, {generateTestDeviceInfo()}}; in TEST_F() 624 NotifyInputDevicesChangedArgs deviceChangedArgs = {/*id=*/0, {generateTestDeviceInfo()}}; in TEST_F()
|
D | PointerChoreographer_test.cpp | 198 allArgs{NotifyInputDevicesChangedArgs{}, in TEST_F() 214 [&](const NotifyInputDevicesChangedArgs& args) { in TEST_F()
|
/frameworks/native/services/inputflinger/ |
D | InputListener.cpp | 49 [&](const NotifyInputDevicesChangedArgs& args) { notifyInputDevicesChanged(args); }, in notify() 67 void QueuedInputListener::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged() 115 void TracedInputListener::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged()
|
D | NotifyArgs.cpp | 34 NotifyInputDevicesChangedArgs::NotifyInputDevicesChangedArgs(int32_t id, in NotifyInputDevicesChangedArgs() function in android::NotifyInputDevicesChangedArgs 200 [&](const NotifyInputDevicesChangedArgs&) { return "NotifyInputDevicesChangedArgs"; }, in toString()
|
D | InputFilter.h | 55 void notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) override;
|
D | UnwantedInteractionBlocker.h | 93 void notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) override;
|
D | InputFilter.cpp | 56 void InputFilter::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged()
|
D | InputProcessor.h | 248 void notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) override;
|
D | InputDeviceMetricsCollector.h | 109 void notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) override;
|
D | PointerChoreographer.h | 107 void notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) override;
|
D | InputDeviceMetricsCollector.cpp | 127 const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged()
|
D | InputProcessor.cpp | 416 void InputProcessor::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged()
|
D | UnwantedInteractionBlocker.cpp | 432 const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged()
|
D | PointerChoreographer.cpp | 154 void PointerChoreographer::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged()
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | MapperHelpers.h | 295 void notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) override {} in notifyInputDevicesChanged()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.h | 99 void notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) override;
|
D | InputDispatcher.cpp | 4441 void InputDispatcher::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged()
|
/frameworks/native/services/inputflinger/reader/ |
D | InputReader.cpp | 186 NotifyInputDevicesChangedArgs{mContext.getNextId(), inputDevices}); in loopOnce()
|