Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DNotifyArgs.h191 struct NotifyPointerCaptureChangedArgs { struct
197 inline NotifyPointerCaptureChangedArgs() {} in NotifyPointerCaptureChangedArgs() function
199 NotifyPointerCaptureChangedArgs(int32_t id, nsecs_t eventTime, const PointerCaptureRequest&);
201 NotifyPointerCaptureChangedArgs(const NotifyPointerCaptureChangedArgs& other) = default;
202 NotifyPointerCaptureChangedArgs& operator=(const NotifyPointerCaptureChangedArgs&) = default; argument
224 NotifyPointerCaptureChangedArgs, NotifyVibratorStateArgs>;
DInputListener.h47 virtual void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) = 0;
68 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
91 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
/frameworks/native/services/inputflinger/tests/
DTestInputListener.cpp118 NotifyPointerCaptureChangedArgs* outEventArgs) { in assertNotifyCaptureWasCalled()
120 assertCalled<NotifyPointerCaptureChangedArgs>(outEventArgs, in assertNotifyCaptureWasCalled()
126 ASSERT_NO_FATAL_FAILURE(assertNotCalled<NotifyPointerCaptureChangedArgs>( in assertNotifyCaptureWasNotCalled()
198 void TestInputListener::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
199 addToQueue<NotifyPointerCaptureChangedArgs>(args); in notifyPointerCaptureChanged()
DTestInputListener.h65 void assertNotifyCaptureWasCalled(NotifyPointerCaptureChangedArgs* outEventArgs = nullptr);
95 virtual void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
109 std::vector<NotifyPointerCaptureChangedArgs>> //
DPointerChoreographer_test.cpp224 NotifyPointerCaptureChangedArgs{}, in TEST_F()
249 [&](const NotifyPointerCaptureChangedArgs& args) { in TEST_F()
545 NotifyPointerCaptureChangedArgs(/*id=*/2, systemTime(SYSTEM_TIME_MONOTONIC), in TEST_F()
586 NotifyPointerCaptureChangedArgs(/*id=*/1, systemTime(SYSTEM_TIME_MONOTONIC), in TEST_F()
1696 NotifyPointerCaptureChangedArgs(/*id=*/1, systemTime(SYSTEM_TIME_MONOTONIC), in TEST_F()
1731 NotifyPointerCaptureChangedArgs(/*id=*/1, systemTime(SYSTEM_TIME_MONOTONIC), in TEST_F()
DInputDispatcher_test.cpp642 static NotifyPointerCaptureChangedArgs generatePointerCaptureChangedArgs( in generatePointerCaptureChangedArgs()
644 return NotifyPointerCaptureChangedArgs(InputEvent::nextId(), systemTime(SYSTEM_TIME_MONOTONIC), in generatePointerCaptureChangedArgs()
DInputReader_test.cpp1159 NotifyPointerCaptureChangedArgs args; in TEST_F()
/frameworks/native/services/inputflinger/
DInputListener.cpp56 [&](const NotifyPointerCaptureChangedArgs& args) { notifyPointerCaptureChanged(args); }, in notify()
94 void QueuedInputListener::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
159 void TracedInputListener::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
DNotifyArgs.cpp182 NotifyPointerCaptureChangedArgs::NotifyPointerCaptureChangedArgs( in NotifyPointerCaptureChangedArgs() function in android::NotifyPointerCaptureChangedArgs
201 [&](const NotifyPointerCaptureChangedArgs&) { in toString()
DInputFilter.h62 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
DUnwantedInteractionBlocker.h100 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
DInputFilter.cpp99 void InputFilter::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
DInputProcessor.h255 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
DInputDeviceMetricsCollector.h116 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
DPointerChoreographer.h127 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
DInputDeviceMetricsCollector.cpp192 const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
DInputProcessor.cpp481 void InputProcessor::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
DUnwantedInteractionBlocker.cpp420 const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
DPointerChoreographer.cpp592 const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h351 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override{}; in notifyPointerCaptureChanged()
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp471 NotifyPointerCaptureChangedArgs{mContext.getNextId(), now, in refreshConfigurationLocked()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h109 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
DInputDispatcher.cpp4724 void InputDispatcher::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()