Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1811 private void notifyInputDevicesChanged(InputDevice[] inputDevices) { in notifyInputDevicesChanged() method in InputManagerService
2299 public void notifyInputDevicesChanged(int[] info) { in notifyInputDevicesChanged() method in InputManagerService.InputDevicesChangedListenerRecord
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp90 jmethodID notifyInputDevicesChanged; member
593 void NativeInputManager::notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& inputDevices… in notifyInputDevicesChanged() function in android::NativeInputManager
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp295 virtual void notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& inputDevices) { in notifyInputDevicesChanged() function in android::FakeInputReaderPolicy