/frameworks/native/services/inputflinger/include/ |
D | NotifyArgs.h | 145 struct NotifySensorArgs { struct 157 inline NotifySensorArgs() {} in NotifySensorArgs() argument 159 NotifySensorArgs(int32_t id, nsecs_t eventTime, int32_t deviceId, uint32_t source, 163 NotifySensorArgs(const NotifySensorArgs& other) = default; 164 NotifySensorArgs& operator=(const NotifySensorArgs&) = default; argument 238 NotifyMotionArgs, NotifySensorArgs, NotifySwitchArgs, NotifyDeviceResetArgs,
|
D | InputListener.h | 45 virtual void notifySensor(const NotifySensorArgs& args) = 0; 67 virtual void notifySensor(const NotifySensorArgs& args) override; 91 virtual void notifySensor(const NotifySensorArgs& args) override;
|
/frameworks/native/services/inputflinger/tests/ |
D | TestInputListener.h | 72 void assertNotifySensorWasCalled(NotifySensorArgs* outEventArgs = nullptr); 98 virtual void notifySensor(const NotifySensorArgs& args) override; 115 std::vector<NotifySensorArgs>, //
|
D | TestInputListener.cpp | 118 void TestInputListener::assertNotifySensorWasCalled(NotifySensorArgs* outEventArgs) { in assertNotifySensorWasCalled() 120 assertCalled<NotifySensorArgs>(outEventArgs, in assertNotifySensorWasCalled() 219 void TestInputListener::notifySensor(const NotifySensorArgs& args) { in notifySensor() 220 addToQueue<NotifySensorArgs>(args); in notifySensor()
|
D | PointerChoreographer_test.cpp | 204 NotifySensorArgs{}, in TEST_F() 226 [&](const NotifySensorArgs& args) { in TEST_F()
|
D | InputReader_test.cpp | 3268 NotifySensorArgs args; in TEST_F() 3298 NotifySensorArgs args; in TEST_F()
|
/frameworks/native/services/inputflinger/ |
D | InputListener.cpp | 54 [&](const NotifySensorArgs& args) { notifySensor(args); }, in notify() 87 void QueuedInputListener::notifySensor(const NotifySensorArgs& args) { in notifySensor() 150 void TracedInputListener::notifySensor(const NotifySensorArgs& args) { in notifySensor()
|
D | NotifyArgs.cpp | 160 NotifySensorArgs::NotifySensorArgs(int32_t id, nsecs_t eventTime, int32_t deviceId, uint32_t source, in NotifySensorArgs() function in android::NotifySensorArgs 204 [&](const NotifySensorArgs&) { return "NotifySensorArgs"; }, in toString()
|
D | InputFilter.h | 60 void notifySensor(const NotifySensorArgs& args) override;
|
D | UnwantedInteractionBlocker.h | 98 void notifySensor(const NotifySensorArgs& args) override;
|
D | InputFilter.cpp | 90 void InputFilter::notifySensor(const NotifySensorArgs& args) { in notifySensor()
|
D | InputProcessor.h | 253 void notifySensor(const NotifySensorArgs& args) override;
|
D | InputDeviceMetricsCollector.h | 114 void notifySensor(const NotifySensorArgs& args) override;
|
D | PointerChoreographer.h | 112 void notifySensor(const NotifySensorArgs& args) override;
|
D | InputDeviceMetricsCollector.cpp | 176 void InputDeviceMetricsCollector::notifySensor(const NotifySensorArgs& args) { in notifySensor()
|
D | InputProcessor.cpp | 456 void InputProcessor::notifySensor(const NotifySensorArgs& args) { in notifySensor()
|
D | UnwantedInteractionBlocker.cpp | 399 void UnwantedInteractionBlocker::notifySensor(const NotifySensorArgs& args) { in notifySensor()
|
D | PointerChoreographer.cpp | 422 void PointerChoreographer::notifySensor(const NotifySensorArgs& args) { in notifySensor()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | SensorInputMapper.cpp | 406 out.push_back(NotifySensorArgs(getContext()->getNextId(), when, getDeviceId(), in sync()
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | MapperHelpers.h | 300 void notifySensor(const NotifySensorArgs& args) override{}; in notifySensor()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.h | 104 void notifySensor(const NotifySensorArgs& args) override;
|
D | InputDispatcher.cpp | 4682 void InputDispatcher::notifySensor(const NotifySensorArgs& args) { in notifySensor()
|