/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/ |
D | InputListener.cpp | 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.cpp | 193 void PreferStylusOverTouchBlocker::notifyInputDevicesChanged( in notifyInputDevicesChanged() function in android::PreferStylusOverTouchBlocker
|
D | InputFilter.cpp | 56 void InputFilter::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged() function in android::InputFilter
|
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
|
D | UnwantedInteractionBlocker.cpp | 431 void UnwantedInteractionBlocker::notifyInputDevicesChanged( in notifyInputDevicesChanged() function in android::UnwantedInteractionBlocker
|
D | PointerChoreographer.cpp | 154 void PointerChoreographer::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged() function in android::PointerChoreographer
|
/frameworks/native/services/inputflinger/tests/ |
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
|
D | PreferStylusOverTouch_test.cpp | 99 void notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& devices) { in notifyInputDevicesChanged() function in android::PreferStylusOverTouchTest
|
/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
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 2221 private void notifyInputDevicesChanged(InputDevice[] inputDevices) { in notifyInputDevicesChanged() method in InputManagerService 2936 public void notifyInputDevicesChanged(int[] info) { in notifyInputDevicesChanged() method in InputManagerService.InputDevicesChangedListenerRecord
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 108 jmethodID notifyInputDevicesChanged; member 830 void NativeInputManager::notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& inputDevices… in notifyInputDevicesChanged() function in android::NativeInputManager
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 4441 void InputDispatcher::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged() function in android::inputdispatcher::InputDispatcher
|