/frameworks/native/services/inputflinger/tests/ |
D | PointerChoreographer_test.cpp | 247 mChoreographer.notifyInputDevicesChanged( in TEST_F() 255 mChoreographer.notifyInputDevicesChanged( in TEST_F() 262 mChoreographer.notifyInputDevicesChanged({/*id=*/1, {}}); in TEST_F() 267 mChoreographer.notifyInputDevicesChanged( in TEST_F() 277 mChoreographer.notifyInputDevicesChanged( in TEST_F() 287 mChoreographer.notifyInputDevicesChanged( in TEST_F() 303 mChoreographer.notifyInputDevicesChanged( in TEST_F() 317 mChoreographer.notifyInputDevicesChanged( in TEST_F() 338 mChoreographer.notifyInputDevicesChanged( in TEST_F() 349 mChoreographer.notifyInputDevicesChanged( in TEST_F() [all …]
|
D | InputDeviceMetricsCollector_test.cpp | 162 mMetricsCollector.notifyInputDevicesChanged( in TEST_F() 178 mMetricsCollector.notifyInputDevicesChanged({/*id=*/0, {}}); in TEST_F() 184 mMetricsCollector.notifyInputDevicesChanged({/*id=*/0, {TOUCHSCREEN_STYLUS_INFO}}); in TEST_F() 198 mMetricsCollector.notifyInputDevicesChanged({/*id=*/0, {TOUCHSCREEN_STYLUS_INFO}}); in TEST_F() 218 mMetricsCollector.notifyInputDevicesChanged({/*id=*/0, {TOUCHSCREEN_STYLUS_INFO}}); in TEST_F() 230 mMetricsCollector.notifyInputDevicesChanged({/*id=*/0, {}}); in TEST_F() 235 mMetricsCollector.notifyInputDevicesChanged( in TEST_F() 278 mMetricsCollector.notifyInputDevicesChanged({/*id=*/0, {TOUCHSCREEN_STYLUS_INFO}}); in TEST_F() 318 mMetricsCollector.notifyInputDevicesChanged({}); in TEST_F() 331 mMetricsCollector.notifyInputDevicesChanged( in TEST_F() [all …]
|
D | UnwantedInteractionBlocker_test.cpp | 490 mBlocker->notifyInputDevicesChanged({/*id=*/0, {generateTestDeviceInfo()}}); in TEST_F() 499 mBlocker->notifyInputDevicesChanged({/*id=*/0, {generateTestDeviceInfo()}}); in TEST_F() 511 mBlocker->notifyInputDevicesChanged({/*id=*/0, {generateTestDeviceInfo()}}); in TEST_F() 516 mBlocker->notifyInputDevicesChanged({/*id=*/0, {generateTestDeviceInfo()}}); in TEST_F() 527 mBlocker->notifyInputDevicesChanged({/*id=*/0, {generateTestDeviceInfo()}}); in TEST_F() 555 mBlocker->notifyInputDevicesChanged({/*id=*/0, {generateTestDeviceInfo()}}); in TEST_F() 571 mBlocker->notifyInputDevicesChanged({/*id=*/0, {generateTestDeviceInfo()}}); in TEST_F() 596 mBlocker->notifyInputDevicesChanged(deviceChangedArgs); in TEST_F() 626 mBlocker->notifyInputDevicesChanged(deviceChangedArgs); in TEST_F() 680 mBlocker->notifyInputDevicesChanged({/*id=*/0, {generateTestDeviceInfo()}}); in TEST_F() [all …]
|
D | PreferStylusOverTouch_test.cpp | 99 void notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& devices) { in notifyInputDevicesChanged() function in android::PreferStylusOverTouchTest 100 mBlocker.notifyInputDevicesChanged(devices); in notifyInputDevicesChanged() 443 notifyInputDevicesChanged({stylusDevice}); in TEST_F()
|
D | TestInputListener.h | 86 virtual void notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) override;
|
D | FakeInputReaderPolicy.h | 84 void notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& inputDevices) override;
|
D | TestInputListener.cpp | 191 void TestInputListener::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged() function in android::TestInputListener
|
D | FakeInputReaderPolicy.cpp | 222 void FakeInputReaderPolicy::notifyInputDevicesChanged( in notifyInputDevicesChanged() function in android::FakeInputReaderPolicy
|
/frameworks/native/services/inputflinger/include/ |
D | InputListener.h | 40 virtual void notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) = 0; 62 virtual void notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) override; 86 virtual void notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) override;
|
D | InputReaderBase.h | 452 virtual void notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& inputDevices) = 0;
|
/frameworks/native/services/inputflinger/ |
D | InputFilter.cpp | 56 void InputFilter::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged() function in android::InputFilter 65 LOG_ALWAYS_FATAL_IF(!mInputFilterRust->notifyInputDevicesChanged(mDeviceInfos).isOk()); in notifyInputDevicesChanged() 146 LOG_ALWAYS_FATAL_IF(!mInputFilterRust->notifyInputDevicesChanged(mDeviceInfos).isOk()); in notifyConfigurationChangedLocked()
|
D | InputListener.cpp | 49 [&](const NotifyInputDevicesChangedArgs& args) { notifyInputDevicesChanged(args); }, in notify() 67 void QueuedInputListener::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged() function in android::QueuedInputListener 115 void TracedInputListener::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged() function in android::TracedInputListener
|
D | PreferStylusOverTouchBlocker.h | 47 void notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& inputDevices);
|
D | InputFilter.h | 55 void notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) override;
|
D | UnwantedInteractionBlocker.h | 93 void notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) override;
|
D | InputDeviceMetricsCollector.h | 109 void notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) override;
|
D | InputProcessor.h | 248 void notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) override;
|
D | PreferStylusOverTouchBlocker.cpp | 193 void PreferStylusOverTouchBlocker::notifyInputDevicesChanged( in notifyInputDevicesChanged() function in android::PreferStylusOverTouchBlocker
|
D | PointerChoreographer.h | 107 void notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) override;
|
D | UnwantedInteractionBlocker.cpp | 431 void UnwantedInteractionBlocker::notifyInputDevicesChanged( in notifyInputDevicesChanged() function in android::UnwantedInteractionBlocker 468 mPreferStylusOverTouchBlocker.notifyInputDevicesChanged(inputDevices); in onInputDevicesChanged()
|
D | InputDeviceMetricsCollector.cpp | 126 void InputDeviceMetricsCollector::notifyInputDevicesChanged( in notifyInputDevicesChanged() function in android::InputDeviceMetricsCollector
|
D | InputProcessor.cpp | 416 void InputProcessor::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged() function in android::InputProcessor
|
/frameworks/native/services/inputflinger/aidl/com/android/server/inputflinger/ |
D | IInputFilter.aidl | 53 void notifyInputDevicesChanged(in DeviceInfo[] deviceInfos); in notifyInputDevicesChanged() method
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | MapperHelpers.h | 271 void notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& inputDevices) override {} in notifyInputDevicesChanged() function 295 void notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) override {} in notifyInputDevicesChanged() function
|
/frameworks/native/services/inputflinger/rust/ |
D | input_filter.rs | 95 fn notifyInputDevicesChanged(&self, device_infos: &[DeviceInfo]) -> binder::Result<()> { in notifyInputDevicesChanged() method 259 .notifyInputDevicesChanged(&[DeviceInfo { deviceId: 0, external: true }]) in test_notify_devices_changed()
|