/frameworks/native/services/inputflinger/include/ |
D | NotifyArgs.h | 221 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>;
|
D | InputListener.h | 46 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/ |
D | TestInputListener.h | 73 void assertNotifyVibratorStateWasCalled(NotifyVibratorStateArgs* outEventArgs = nullptr); 100 virtual void notifyVibratorState(const NotifyVibratorStateArgs& args) override; 116 std::vector<NotifyVibratorStateArgs>, //
|
D | TestInputListener.cpp | 124 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()
|
D | PointerChoreographer_test.cpp | 208 NotifyVibratorStateArgs{}}; in TEST_F() 238 [&](const NotifyVibratorStateArgs& args) { in TEST_F()
|
D | InputReader_test.cpp | 3146 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/ |
D | VibratorInputMapper.cpp | 60 NotifyVibratorStateArgs(getContext()->getNextId(), systemTime(), getDeviceId(), true)); in vibrate() 137 NotifyVibratorStateArgs VibratorInputMapper::stopVibrating() { in stopVibrating() 145 return NotifyVibratorStateArgs(getContext()->getNextId(), systemTime(), getDeviceId(), false); in stopVibrating()
|
D | VibratorInputMapper.h | 54 [[nodiscard]] NotifyVibratorStateArgs stopVibrating();
|
/frameworks/native/services/inputflinger/ |
D | InputListener.cpp | 55 [&](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()
|
D | NotifyArgs.cpp | 176 NotifyVibratorStateArgs::NotifyVibratorStateArgs(int32_t id, nsecs_t eventTime, int32_t deviceId, in NotifyVibratorStateArgs() function in android::NotifyVibratorStateArgs 210 [&](const NotifyVibratorStateArgs&) { return "NotifyVibratorStateArgs"; }, in toString()
|
D | InputFilter.h | 61 void notifyVibratorState(const NotifyVibratorStateArgs& args) override;
|
D | UnwantedInteractionBlocker.h | 99 void notifyVibratorState(const NotifyVibratorStateArgs& args) override;
|
D | InputFilter.cpp | 94 void InputFilter::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()
|
D | InputProcessor.h | 254 void notifyVibratorState(const NotifyVibratorStateArgs& args) override;
|
D | InputDeviceMetricsCollector.h | 115 void notifyVibratorState(const NotifyVibratorStateArgs& args) override;
|
D | PointerChoreographer.h | 113 void notifyVibratorState(const NotifyVibratorStateArgs& args) override;
|
D | InputDeviceMetricsCollector.cpp | 184 void InputDeviceMetricsCollector::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()
|
D | InputProcessor.cpp | 462 void InputProcessor::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()
|
D | UnwantedInteractionBlocker.cpp | 404 void UnwantedInteractionBlocker::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()
|
D | PointerChoreographer.cpp | 426 void PointerChoreographer::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | MapperHelpers.h | 301 void notifyVibratorState(const NotifyVibratorStateArgs& args) override{}; in notifyVibratorState()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.h | 105 void notifyVibratorState(const NotifyVibratorStateArgs& args) override;
|
D | InputDispatcher.cpp | 4709 void InputDispatcher::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()
|