Home
last modified time | relevance | path

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

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