Home
last modified time | relevance | path

Searched refs:NotifyVibratorStateArgs (Results 1 – 23 of 23) sorted by relevance

/frameworks/native/services/inputflinger/include/
DNotifyArgs.h221 struct NotifyVibratorStateArgs { struct
228 inline NotifyVibratorStateArgs() {} in NotifyVibratorStateArgs() argument
230 NotifyVibratorStateArgs(int32_t id, nsecs_t eventTIme, int32_t deviceId, bool isOn);
232 NotifyVibratorStateArgs(const NotifyVibratorStateArgs& other) = default;
233 NotifyVibratorStateArgs& operator=(const NotifyVibratorStateArgs&) = default; argument
239 NotifyPointerCaptureChangedArgs, NotifyVibratorStateArgs>;
DInputListener.h46 virtual void notifyVibratorState(const NotifyVibratorStateArgs& args) = 0;
69 void notifyVibratorState(const NotifyVibratorStateArgs& args) override;
93 void notifyVibratorState(const NotifyVibratorStateArgs& args) override;
/frameworks/native/services/inputflinger/tests/
DTestInputListener.h73 void assertNotifyVibratorStateWasCalled(NotifyVibratorStateArgs* outEventArgs = nullptr);
100 virtual void notifyVibratorState(const NotifyVibratorStateArgs& args) override;
116 std::vector<NotifyVibratorStateArgs>, //
DTestInputListener.cpp124 void TestInputListener::assertNotifyVibratorStateWasCalled(NotifyVibratorStateArgs* outEventArgs) { in assertNotifyVibratorStateWasCalled()
125 ASSERT_NO_FATAL_FAILURE(assertCalled<NotifyVibratorStateArgs>(outEventArgs, in assertNotifyVibratorStateWasCalled()
223 void TestInputListener::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()
224 addToQueue<NotifyVibratorStateArgs>(args); in notifyVibratorState()
DPointerChoreographer_test.cpp208 NotifyVibratorStateArgs{}}; in TEST_F()
238 [&](const NotifyVibratorStateArgs& args) { in TEST_F()
DInputReader_test.cpp3146 const NotifyVibratorStateArgs& vibrateArgs = std::get<NotifyVibratorStateArgs>(*out.begin()); in TEST_F()
3155 const NotifyVibratorStateArgs& cancelArgs = std::get<NotifyVibratorStateArgs>(*out.begin()); in TEST_F()
/frameworks/native/services/inputflinger/reader/mapper/
DVibratorInputMapper.cpp60 NotifyVibratorStateArgs(getContext()->getNextId(), systemTime(), getDeviceId(), true)); in vibrate()
137 NotifyVibratorStateArgs VibratorInputMapper::stopVibrating() { in stopVibrating()
145 return NotifyVibratorStateArgs(getContext()->getNextId(), systemTime(), getDeviceId(), false); in stopVibrating()
DVibratorInputMapper.h54 [[nodiscard]] NotifyVibratorStateArgs stopVibrating();
/frameworks/native/services/inputflinger/
DInputListener.cpp55 [&](const NotifyVibratorStateArgs& args) { notifyVibratorState(args); }, in notify()
91 void QueuedInputListener::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()
157 void TracedInputListener::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()
DNotifyArgs.cpp176 NotifyVibratorStateArgs::NotifyVibratorStateArgs(int32_t id, nsecs_t eventTime, int32_t deviceId, in NotifyVibratorStateArgs() function in android::NotifyVibratorStateArgs
210 [&](const NotifyVibratorStateArgs&) { return "NotifyVibratorStateArgs"; }, in toString()
DInputFilter.h61 void notifyVibratorState(const NotifyVibratorStateArgs& args) override;
DUnwantedInteractionBlocker.h99 void notifyVibratorState(const NotifyVibratorStateArgs& args) override;
DInputFilter.cpp94 void InputFilter::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()
DInputProcessor.h254 void notifyVibratorState(const NotifyVibratorStateArgs& args) override;
DInputDeviceMetricsCollector.h115 void notifyVibratorState(const NotifyVibratorStateArgs& args) override;
DPointerChoreographer.h113 void notifyVibratorState(const NotifyVibratorStateArgs& args) override;
DInputDeviceMetricsCollector.cpp184 void InputDeviceMetricsCollector::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()
DInputProcessor.cpp462 void InputProcessor::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()
DUnwantedInteractionBlocker.cpp404 void UnwantedInteractionBlocker::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()
DPointerChoreographer.cpp426 void PointerChoreographer::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h301 void notifyVibratorState(const NotifyVibratorStateArgs& args) override{}; in notifyVibratorState()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h105 void notifyVibratorState(const NotifyVibratorStateArgs& args) override;
DInputDispatcher.cpp4709 void InputDispatcher::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()