/frameworks/native/services/inputflinger/include/ |
D | NotifyArgs.h | 206 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>;
|
D | InputListener.h | 48 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/ |
D | TestInputListener.cpp | 131 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()
|
D | TestInputListener.h | 70 void assertNotifyCaptureWasCalled(NotifyPointerCaptureChangedArgs* outEventArgs = nullptr); 102 virtual void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override; 117 std::vector<NotifyPointerCaptureChangedArgs>> //
|
D | PointerChoreographer_test.cpp | 207 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()
|
D | InputDispatcher_test.cpp | 656 static NotifyPointerCaptureChangedArgs generatePointerCaptureChangedArgs( in generatePointerCaptureChangedArgs() 658 return NotifyPointerCaptureChangedArgs(InputEvent::nextId(), systemTime(SYSTEM_TIME_MONOTONIC), in generatePointerCaptureChangedArgs()
|
D | InputReader_test.cpp | 1165 NotifyPointerCaptureChangedArgs args; in TEST_F()
|
/frameworks/native/services/inputflinger/ |
D | InputListener.cpp | 57 [&](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()
|
D | NotifyArgs.cpp | 187 NotifyPointerCaptureChangedArgs::NotifyPointerCaptureChangedArgs( in NotifyPointerCaptureChangedArgs() function in android::NotifyPointerCaptureChangedArgs 207 [&](const NotifyPointerCaptureChangedArgs&) { in toString()
|
D | InputFilter.h | 63 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
|
D | UnwantedInteractionBlocker.h | 101 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
|
D | InputFilter.cpp | 102 void InputFilter::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
|
D | InputProcessor.h | 256 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
|
D | InputDeviceMetricsCollector.h | 117 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
|
D | PointerChoreographer.h | 115 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
|
D | InputDeviceMetricsCollector.cpp | 201 const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
|
D | InputProcessor.cpp | 487 void InputProcessor::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
|
D | UnwantedInteractionBlocker.cpp | 426 const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
|
D | PointerChoreographer.cpp | 496 const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | MapperHelpers.h | 303 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override{}; in notifyPointerCaptureChanged()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.h | 107 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) override;
|
D | InputDispatcher.cpp | 4758 void InputDispatcher::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
|
/frameworks/native/services/inputflinger/reader/ |
D | InputReader.cpp | 451 NotifyPointerCaptureChangedArgs{mContext.getNextId(), now, in refreshConfigurationLocked()
|