/frameworks/native/services/inputflinger/include/ |
D | NotifyArgs.h | 191 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>;
|
D | InputListener.h | 47 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/ |
D | TestInputListener.cpp | 118 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()
|
D | TestInputListener.h | 65 void assertNotifyCaptureWasCalled(NotifyPointerCaptureChangedArgs* outEventArgs = nullptr); 95 virtual void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override; 109 std::vector<NotifyPointerCaptureChangedArgs>> //
|
D | PointerChoreographer_test.cpp | 224 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()
|
D | InputDispatcher_test.cpp | 642 static NotifyPointerCaptureChangedArgs generatePointerCaptureChangedArgs( in generatePointerCaptureChangedArgs() 644 return NotifyPointerCaptureChangedArgs(InputEvent::nextId(), systemTime(SYSTEM_TIME_MONOTONIC), in generatePointerCaptureChangedArgs()
|
D | InputReader_test.cpp | 1159 NotifyPointerCaptureChangedArgs args; in TEST_F()
|
/frameworks/native/services/inputflinger/ |
D | InputListener.cpp | 56 [&](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()
|
D | NotifyArgs.cpp | 182 NotifyPointerCaptureChangedArgs::NotifyPointerCaptureChangedArgs( in NotifyPointerCaptureChangedArgs() function in android::NotifyPointerCaptureChangedArgs 201 [&](const NotifyPointerCaptureChangedArgs&) { in toString()
|
D | InputFilter.h | 62 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
|
D | UnwantedInteractionBlocker.h | 100 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
|
D | InputFilter.cpp | 99 void InputFilter::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
|
D | InputProcessor.h | 255 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
|
D | InputDeviceMetricsCollector.h | 116 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
|
D | PointerChoreographer.h | 127 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
|
D | InputDeviceMetricsCollector.cpp | 192 const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
|
D | InputProcessor.cpp | 481 void InputProcessor::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
|
D | UnwantedInteractionBlocker.cpp | 420 const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
|
D | PointerChoreographer.cpp | 592 const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | MapperHelpers.h | 351 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override{}; in notifyPointerCaptureChanged()
|
/frameworks/native/services/inputflinger/reader/ |
D | InputReader.cpp | 471 NotifyPointerCaptureChangedArgs{mContext.getNextId(), now, in refreshConfigurationLocked()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.h | 109 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
|
D | InputDispatcher.cpp | 4724 void InputDispatcher::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
|