Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DNotifyArgs.h206 struct NotifyPointerCaptureChangedArgs { struct
212 inline NotifyPointerCaptureChangedArgs() {} in NotifyPointerCaptureChangedArgs() function
214 NotifyPointerCaptureChangedArgs(int32_t id, nsecs_t eventTime, const PointerCaptureRequest&);
216 NotifyPointerCaptureChangedArgs(const NotifyPointerCaptureChangedArgs& other) = default;
217 NotifyPointerCaptureChangedArgs& operator=(const NotifyPointerCaptureChangedArgs&) = default; argument
239 NotifyPointerCaptureChangedArgs, NotifyVibratorStateArgs>;
DInputListener.h48 virtual void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) = 0;
70 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
94 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
/frameworks/native/services/inputflinger/tests/
DTestInputListener.cpp131 NotifyPointerCaptureChangedArgs* outEventArgs) { in assertNotifyCaptureWasCalled()
133 assertCalled<NotifyPointerCaptureChangedArgs>(outEventArgs, in assertNotifyCaptureWasCalled()
139 ASSERT_NO_FATAL_FAILURE(assertNotCalled<NotifyPointerCaptureChangedArgs>( in assertNotifyCaptureWasNotCalled()
215 void TestInputListener::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
216 addToQueue<NotifyPointerCaptureChangedArgs>(args); in notifyPointerCaptureChanged()
DTestInputListener.h70 void assertNotifyCaptureWasCalled(NotifyPointerCaptureChangedArgs* outEventArgs = nullptr);
102 virtual void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
117 std::vector<NotifyPointerCaptureChangedArgs>> //
DPointerChoreographer_test.cpp207 NotifyPointerCaptureChangedArgs{}, in TEST_F()
235 [&](const NotifyPointerCaptureChangedArgs& args) { in TEST_F()
520 NotifyPointerCaptureChangedArgs(/*id=*/2, systemTime(SYSTEM_TIME_MONOTONIC), in TEST_F()
561 NotifyPointerCaptureChangedArgs(/*id=*/1, systemTime(SYSTEM_TIME_MONOTONIC), in TEST_F()
1542 NotifyPointerCaptureChangedArgs(/*id=*/1, systemTime(SYSTEM_TIME_MONOTONIC), in TEST_F()
1577 NotifyPointerCaptureChangedArgs(/*id=*/1, systemTime(SYSTEM_TIME_MONOTONIC), in TEST_F()
DInputDispatcher_test.cpp656 static NotifyPointerCaptureChangedArgs generatePointerCaptureChangedArgs( in generatePointerCaptureChangedArgs()
658 return NotifyPointerCaptureChangedArgs(InputEvent::nextId(), systemTime(SYSTEM_TIME_MONOTONIC), in generatePointerCaptureChangedArgs()
DInputReader_test.cpp1165 NotifyPointerCaptureChangedArgs args; in TEST_F()
/frameworks/native/services/inputflinger/
DInputListener.cpp57 [&](const NotifyPointerCaptureChangedArgs& args) { notifyPointerCaptureChanged(args); }, in notify()
99 void QueuedInputListener::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
171 void TracedInputListener::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
DNotifyArgs.cpp187 NotifyPointerCaptureChangedArgs::NotifyPointerCaptureChangedArgs( in NotifyPointerCaptureChangedArgs() function in android::NotifyPointerCaptureChangedArgs
207 [&](const NotifyPointerCaptureChangedArgs&) { in toString()
DInputFilter.h63 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
DUnwantedInteractionBlocker.h101 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
DInputFilter.cpp102 void InputFilter::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
DInputProcessor.h256 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
DInputDeviceMetricsCollector.h117 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
DPointerChoreographer.h115 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
DInputDeviceMetricsCollector.cpp201 const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
DInputProcessor.cpp487 void InputProcessor::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
DUnwantedInteractionBlocker.cpp426 const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
DPointerChoreographer.cpp496 const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h303 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override{}; in notifyPointerCaptureChanged()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h107 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
DInputDispatcher.cpp4758 void InputDispatcher::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp451 NotifyPointerCaptureChangedArgs{mContext.getNextId(), now, in refreshConfigurationLocked()