Home
last modified time | relevance | path

Searched defs:notifyInputDevicesChanged (Results 1 – 16 of 16) sorted by relevance

/frameworks/native/services/inputflinger/aidl/com/android/server/inputflinger/
DIInputFilter.aidl53 void notifyInputDevicesChanged(in DeviceInfo[] deviceInfos); in notifyInputDevicesChanged() method
/frameworks/native/services/inputflinger/
DInputListener.cpp67 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
DPreferStylusOverTouchBlocker.cpp193 void PreferStylusOverTouchBlocker::notifyInputDevicesChanged( in notifyInputDevicesChanged() function in android::PreferStylusOverTouchBlocker
DInputFilter.cpp56 void InputFilter::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged() function in android::InputFilter
DInputDeviceMetricsCollector.cpp126 void InputDeviceMetricsCollector::notifyInputDevicesChanged( in notifyInputDevicesChanged() function in android::InputDeviceMetricsCollector
DInputProcessor.cpp416 void InputProcessor::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged() function in android::InputProcessor
DUnwantedInteractionBlocker.cpp431 void UnwantedInteractionBlocker::notifyInputDevicesChanged( in notifyInputDevicesChanged() function in android::UnwantedInteractionBlocker
DPointerChoreographer.cpp154 void PointerChoreographer::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged() function in android::PointerChoreographer
/frameworks/native/services/inputflinger/tests/
DTestInputListener.cpp191 void TestInputListener::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged() function in android::TestInputListener
DFakeInputReaderPolicy.cpp222 void FakeInputReaderPolicy::notifyInputDevicesChanged( in notifyInputDevicesChanged() function in android::FakeInputReaderPolicy
DPreferStylusOverTouch_test.cpp99 void notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& devices) { in notifyInputDevicesChanged() function in android::PreferStylusOverTouchTest
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h271 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/
Dinput_filter.rs95 fn notifyInputDevicesChanged(&self, device_infos: &[DeviceInfo]) -> binder::Result<()> { in notifyInputDevicesChanged() method
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2221 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/
Dcom_android_server_input_InputManagerService.cpp108 jmethodID notifyInputDevicesChanged; member
830 void NativeInputManager::notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& inputDevices… in notifyInputDevicesChanged() function in android::NativeInputManager
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp4441 void InputDispatcher::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged() function in android::inputdispatcher::InputDispatcher