Searched defs:notifyInputDevicesChanged (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/input/ | ||
H A D | InputManagerService.java | 2657 private void notifyInputDevicesChanged(InputDevice[] inputDevices) { in notifyInputDevicesChanged() method in InputManagerService |
/aosp12/frameworks/base/services/core/jni/ | ||
H A D | com_android_server_input_InputManagerService.cpp | 98 jmethodID notifyInputDevicesChanged; member |
/aosp12/frameworks/native/services/inputflinger/tests/ | ||
H A D | InputReader_test.cpp | 367 void notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& inputDevices) override { in notifyInputDevicesChanged() function in android::FakeInputReaderPolicy |