Home
last modified time | relevance | path

Searched refs:NotifySensorArgs (Results 1 – 22 of 22) sorted by relevance

/frameworks/native/services/inputflinger/include/
DNotifyArgs.h145 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,
DInputListener.h45 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/
DTestInputListener.h72 void assertNotifySensorWasCalled(NotifySensorArgs* outEventArgs = nullptr);
98 virtual void notifySensor(const NotifySensorArgs& args) override;
115 std::vector<NotifySensorArgs>, //
DTestInputListener.cpp118 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()
DPointerChoreographer_test.cpp204 NotifySensorArgs{}, in TEST_F()
226 [&](const NotifySensorArgs& args) { in TEST_F()
DInputReader_test.cpp3268 NotifySensorArgs args; in TEST_F()
3298 NotifySensorArgs args; in TEST_F()
/frameworks/native/services/inputflinger/
DInputListener.cpp54 [&](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()
DNotifyArgs.cpp160 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()
DInputFilter.h60 void notifySensor(const NotifySensorArgs& args) override;
DUnwantedInteractionBlocker.h98 void notifySensor(const NotifySensorArgs& args) override;
DInputFilter.cpp90 void InputFilter::notifySensor(const NotifySensorArgs& args) { in notifySensor()
DInputProcessor.h253 void notifySensor(const NotifySensorArgs& args) override;
DInputDeviceMetricsCollector.h114 void notifySensor(const NotifySensorArgs& args) override;
DPointerChoreographer.h112 void notifySensor(const NotifySensorArgs& args) override;
DInputDeviceMetricsCollector.cpp176 void InputDeviceMetricsCollector::notifySensor(const NotifySensorArgs& args) { in notifySensor()
DInputProcessor.cpp456 void InputProcessor::notifySensor(const NotifySensorArgs& args) { in notifySensor()
DUnwantedInteractionBlocker.cpp399 void UnwantedInteractionBlocker::notifySensor(const NotifySensorArgs& args) { in notifySensor()
DPointerChoreographer.cpp422 void PointerChoreographer::notifySensor(const NotifySensorArgs& args) { in notifySensor()
/frameworks/native/services/inputflinger/reader/mapper/
DSensorInputMapper.cpp406 out.push_back(NotifySensorArgs(getContext()->getNextId(), when, getDeviceId(), in sync()
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h300 void notifySensor(const NotifySensorArgs& args) override{}; in notifySensor()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h104 void notifySensor(const NotifySensorArgs& args) override;
DInputDispatcher.cpp4682 void InputDispatcher::notifySensor(const NotifySensorArgs& args) { in notifySensor()